Lines Matching defs:force

150  * response to user input. To force focus to a specific view, call
466 * To force a view to draw, call {@link #invalidate()}.
2305 * view to force the quickReject test to run again.
2573 * not set, {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any
2585 * {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION} will be force cleared by the system on any user
2586 * interaction, and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be force-cleared by the system
6464 * in addition to the default behavior. Clients that wish to force a view subtree
8901 void needGlobalAttributesUpdate(boolean force) {
8904 if (force || ai.mKeepScreenOn || (ai.mSystemUiVisibility != 0)
9837 * {@link View#invalidate()} on the view's parent to force the parent to redraw
10685 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
10750 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
10809 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
10865 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
11872 * @param forceRedraw Mark the view as DRAWN to force the invalidation to propagate, if display
11883 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
11930 * is used to force the parent to rebuild its display list (when hardware-accelerated),
11945 * is used to force the parent to rebuild its display list (when hardware-accelerated),
15755 // If we are visible, force the DRAWN bit to on so that
16023 * Call this to force a view to update its drawable state. This will cause
20398 * Hack to force certain system UI visibility flags to be cleared.