Searched refs:force (Results 51 - 52 of 52) sorted by relevance

123

/frameworks/base/core/java/android/view/
H A DView.java137 * response to user input. To force focus to a specific view, call
450 * To force a view to draw, call {@link #invalidate()}.
2132 * view to force the quickReject test to run again.
7659 void needGlobalAttributesUpdate(boolean force) { argument
7662 if (force || ai.mKeepScreenOn || (ai.mSystemUiVisibility != 0)
9453 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
9526 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
9593 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
9657 mPrivateFlags |= PFLAG_DRAWN; // force another invalidation with the new orientation
10404 * @param forceRedraw Mark the view as DRAWN to force th
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java3208 * @param force ensures that the message is sent to webkit even if the width
3213 boolean sendViewSizeZoom(boolean force) { argument
3240 if (newWidth != mLastWidthSent || newHeight != mLastHeightSent || force ||
7194 // document state when it goes to background, we force to save the
7972 // force an invalidate if functor attach not successful

Completed in 162 milliseconds

123