Searched refs:EVENT_PRE_DRAW (Results 1 – 1 of 1) sorted by relevance
138 static final int EVENT_PRE_DRAW = 0; field in CoordinatorLayout145 @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()