Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java130 private boolean mHaveChildWithInterpolator; field in AppBarLayout
224 mHaveChildWithInterpolator = false; in onLayout()
231 mHaveChildWithInterpolator = true; in onLayout()
326 return mHaveChildWithInterpolator; in hasChildWithInterpolator()