Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java138 static final int EVENT_PRE_DRAW = 0; field in CoordinatorLayout
145 @IntDef({EVENT_PRE_DRAW, EVENT_NESTED_SCROLL, EVENT_VIEW_REMOVED})
1263 if (type == EVENT_PRE_DRAW && child.getVisibility() == View.GONE) { in onChildViewsChanged()
1323 if (type == EVENT_PRE_DRAW && checkLp.getChangedAfterNestedScroll()) { in onChildViewsChanged()
1935 onChildViewsChanged(EVENT_PRE_DRAW); in onPreDraw()