Package-level declarations

Types

Link copied to clipboard
Ignores touches on a view Add this above the class declaration for your view to indicate that DBA should ignore touches on this view.
Link copied to clipboard
Disables recording for an activity Add this above your activity's class declaration to indicate that DBA should not record this activity
Link copied to clipboard
Indicates a view that accepts touches DBA will automatically listen for touches in views that return true to any of view.isClickable(), view.isLongClickable, view.isFocusable, or view.isFocusableInTouchMode().