Lines Matching refs:flag

923      * this flag set and a background. Use with DRAW_MASK when calling setFlags.
1154 * View flag indicating that the screen should remain on while the
1162 * View flag indicating whether this view should have sound effects enabled
1168 * View flag indicating whether this view should have haptic feedback
1188 @IntDef(flag = true,
1197 * View flag indicating whether {@link #addFocusables(ArrayList, int, int)}
1203 * View flag indicating whether {@link #addFocusables(ArrayList, int, int)}
1698 * its display list. This flag, used only when hw accelerated, allows us to clear the
1699 * flag while retaining this information until it's needed (at getDisplayList() time and
1749 * When this flag is set, this view is running an animation on behalf of its
1800 * View flag indicating whether this view was invalidated (fully or partially.)
1807 * View flag indicating whether this view was invalidated by an opaque
1862 * PLEASE NOTE: This flag is now unused as we now send onVisibilityChanged
1885 * child view was invalidated. The flag is used to determine when we need to recreate
1970 * A flag to indicate that the layout direction of this view has not been defined yet.
2033 * flag value.
2128 * flag value.
2258 * flag value.
2570 @IntDef(flag = true,
2704 * default behavior is to reveal on focus; this flag suppresses that behavior.
2774 * this flag and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be cleared automatically,
2791 * that content. Unlike the window flag, if you are using ActionBar in
2793 * Window.FEATURE_ACTION_BAR_OVERLAY}, then enabling this flag will also
2796 * <p>This approach to going fullscreen is best used over the window flag when
2802 * {@link android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN window flag}
2807 * <p>When using this flag, the application should provide some easy facility
2836 * If you have set the window flag {@link WindowManager.LayoutParams#FLAG_FULLSCREEN}
2841 * a stable layout. Note that changing the window fullscreen flag will never
2846 * Window.FEATURE_ACTION_BAR_OVERLAY}, this flag will also impact the
2877 * hiding the navigation bar with {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION}. If this flag is
2880 * <p>Since this flag is a modifier for {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION}, it only
2881 * has an effect when used in combination with that flag.</p>
2888 * bar with {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION}. Use this flag to create an immersive
2889 * experience while also hiding the system bars. If this flag is not set,
2897 * </p><p>Since this flag is a modifier for {@link #SYSTEM_UI_FLAG_FULLSCREEN} and
2930 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
2941 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
2951 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
2962 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
2974 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
2984 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
2995 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3006 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3017 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3028 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3039 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3049 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3059 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3069 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3079 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3089 * NOTE: This flag may only be used in subtreeSystemUiVisibility. It is masked
3141 @IntDef(flag = true,
3163 * text. If this flag is set Views with providers are automatically
3765 * with this flag set, all visible applications with targetSdkVersion >=
3769 * <p>If this is the only flag set, then the drag recipient will only have access to text data
3776 * When this flag is used with {@link #DRAG_FLAG_GLOBAL}, the drag recipient will be able to
3783 * When this flag is used with {@link #DRAG_FLAG_GLOBAL}, the drag recipient will be able to
3790 * When this flag is used with {@link #DRAG_FLAG_GLOBAL_URI_READ} and/or {@link
3800 * When this flag is used with {@link #DRAG_FLAG_GLOBAL_URI_READ} and/or {@link
3811 * with this flag set, the drag shadow will be opaque, otherwise, it will be semitransparent.
4478 // Clear any text direction flag already set
4487 // Clear any text alignment flag already set
4489 // Set the text alignment flag depending on the value of the attribute
7969 * flag to true -- your implementation will be overriding the default
7970 * implementation that checks this flag.
8140 // Focusable in touch mode should always be set before the focusable flag
8141 // otherwise, setting the focusable flag will trigger a focusableViewAvailable()
8143 // because the focusable in touch mode flag is not set
8322 * framework should attempt to preserve when possible. This flag is reference counted,
8342 // update flag if we've just incremented up from 0 or decremented down to 0
8372 * If this view doesn't do any drawing on its own, set this flag to
8373 * allow further optimizations. By default, this flag is not set on
8377 * you should clear this flag.
8618 * for its state to be saved. This flag can only disable the
9522 * Reset the flag indicating the accessibility state of the subtree rooted
11501 * If this view is becoming invisible, set the DRAWN flag so that
12960 * Note that this flag will only be respected if the View's Outline returns true from
12979 * Note that this flag will only be respected if the View's Outline returns true from
16029 * for acceleration which ignores the flag. If you want to use a Bitmap for the view, even
16034 * a bitmap copy of this view, by setting the flag to <code>true</code> and calling
16385 // Keep the DRAWING_CACHE_QUALITY_LOW flag just in case
16915 // Sets the flag as early as possible to allow draw() implementations
16930 // Clear INVALIDATED flag to allow invalidation to occur during rendering, but
16931 // retain the flag's value temporarily in the mRecreateDisplayList flag
19849 // first clears the measured dimension flag
19856 // measure ourselves, this should set the measured dimension flag back
19866 // flag not set, setMeasuredDimension() was not invoked, we raise
20277 // The SKIP_DRAW flag IS NOT set, so this view draws. We need to
20291 // The SKIP_DRAW flag IS set and the background drawable exists, we remove
21579 // Set resolved text direction flag depending on text direction flag
21816 // Set resolved text alignment flag depending on text alignment flag
22922 * size changes in this mode, we instead have a flag whether the navigation bar size should
22973 * This flag tracks when the mIgnoreDirtyState flag is set during draw(),
22974 * to avoid clearing that flag prematurely.