Home
last modified time | relevance | path

Searched refs:mIsLayoutDirty (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DScrollView.java123 private boolean mIsLayoutDirty = true; field in ScrollView
1478 if (!mIsLayoutDirty) { in scrollToDescendant()
1584 if (!mIsLayoutDirty) { in requestChildFocus()
1642 mIsLayoutDirty = true; in requestLayout()
1663 mIsLayoutDirty = false; in onLayout()
DHorizontalScrollView.java113 private boolean mIsLayoutDirty = true; field in HorizontalScrollView
1545 if (!mIsLayoutDirty) { in requestChildFocus()
1603 mIsLayoutDirty = true; in requestLayout()
1625 mIsLayoutDirty = false; in onLayout()