Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java116 private boolean mIsLaidOut = false; field in NestedScrollView
1741 if (!mIsLaidOut) { in onLayout()
1766 mIsLaidOut = true; in onLayout()
1773 mIsLaidOut = false; in onAttachedToWindow()