Lines Matching defs:always

470  * <p><em>Note: The entire view tree is single threaded. You must always be on
512 * always highlight, or give focus to, a particular view. This motivates a mode
2292 * will always represent the worst case that the application can expect
4360 * focus moved when requestFocus() is called. It may not always
4558 * It may not always apply, in which case use the default.
5282 * Subclasses of View overriding this method should always call super.onFocusLost().
5587 * Note that the insets provided by the framework are always relative to the
5784 // Focusable in touch mode should always be set before the focusable flag
7020 // When traversing by character we always put the cursor after the character
7672 * things like whether focus is always visible to the user.
7751 * KeyEvent.Callback.onKeyLongPress()}: always returns false (doesn't handle
7801 * KeyEvent.Callback.onKeyMultiple()}: always returns false (doesn't handle
7840 * <p>The default implementation always returns false. This does
8909 * large (more than half the size of the screen), it is recommended to always
12141 * always be used from XML or set to true before adding this view to a ViewGroup.</p>
12614 // The dirty rect should always be null for a display list
12777 * view will always be drawn on top of a solid color.
13862 * Override this if your view is known to always be drawn on top of a solid color background,
14122 * <p>Even if the subclass overrides onFinishInflate, they should always be
14947 * a long-lived reference to ViewTreeObserver, it should always check for
15840 * always call super.onAnimationStart();
15852 * always call super.onAnimationEnd();
15879 * SurfaceView is always considered transparent, but its children are not,
16363 * This ensures that a drag event is always consumed, even if the View does not have a drag
17263 * The mode must always be one of the following:
17625 boolean performHapticFeedback(int effectId, boolean always);
18396 // Sort flags by prefix, then by bits, always keeping unique keys