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.java16478 * being used in this view. The invalidateParent and forceRedraw flags are used by that
16483 * @param forceRedraw Mark the view as DRAWN to force the invalidation to propagate, if display
16486 void invalidateViewProperty(boolean invalidateParent, boolean forceRedraw) { argument
16493 if (forceRedraw) {
[all...]

Completed in 1685 milliseconds