Searched refs:mFirstLayout (Results 1 – 5 of 5) sorted by relevance
149 private boolean mFirstLayout = true; field in CarDrawerLayout662 mFirstLayout = true; in onAttachedToWindow()744 if (mFirstLayout) { in onLayout()751 mFirstLayout = false; in onLayout()
89 protected boolean mFirstLayout = true; field in PagedView676 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) { in onLayout()680 mFirstLayout = false; in onLayout()
1285 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) {
99 protected boolean mFirstLayout = true; field in PagedView935 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < childCount) { in onLayout()937 mFirstLayout = false; in onLayout()
1825 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) { in onLayout()