Searched defs:forceRedraw (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewOverlay.java308 void invalidateViewProperty(boolean invalidateParent, boolean forceRedraw) { argument
309 super.invalidateViewProperty(invalidateParent, forceRedraw);
311 mHostView.invalidateViewProperty(invalidateParent, forceRedraw);
H A DView.java15582 * being used in this view. The invalidateParent and forceRedraw flags are used by that
15587 * @param forceRedraw Mark the view as DRAWN to force the invalidation to propagate, if display
15590 void invalidateViewProperty(boolean invalidateParent, boolean forceRedraw) { argument
15597 if (forceRedraw) {

Completed in 118 milliseconds