Searched defs:mFirstLayout (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
H A DOverlappingPaneLayout.java162 private boolean mFirstLayout = true; field in class:OverlappingPaneLayout
341 mFirstLayout = true;
347 mFirstLayout = true;
575 if (mFirstLayout) {
613 if (mFirstLayout) {
617 mFirstLayout = false;
625 mFirstLayout = true;
722 if (mFirstLayout || smoothSlideTo(0.f, initialVelocity)) {
730 if (mFirstLayout || smoothSlideTo(1.f, initialVelocity)) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java89 protected boolean mFirstLayout = true; field in class:PagedView
676 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) {
680 mFirstLayout = false;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java115 protected boolean mFirstLayout = true; field in class:PagedView
1001 if (mFirstLayout && mCurrentPage >= 0 && mCurrentPage < getChildCount()) {
1003 mFirstLayout = false;

Completed in 121 milliseconds