Searched refs:mAnimatingViewIntoPlace (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java164 boolean mAnimatingViewIntoPlace = false; field in class:Workspace
1385 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();
2325 mAnimatingViewIntoPlace = false;
2332 mAnimatingViewIntoPlace = true;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java242 boolean mAnimatingViewIntoPlace = false; field in class:Workspace
1773 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageInTransition();
2588 mAnimatingViewIntoPlace = false;
2592 mAnimatingViewIntoPlace = true;

Completed in 179 milliseconds