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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java134 public Animator createOpenAnimation(boolean isContainerAboveIcon, boolean pivotLeft) { argument
137 mPillRect, this, mIconView, isContainerAboveIcon, pivotLeft)
156 public Animator createCloseAnimation(boolean isContainerAboveIcon, boolean pivotLeft, argument
160 mPillRect, this, mIconView, isContainerAboveIcon, pivotLeft)
206 View translateView, View zoomView, boolean isContainerAboveIcon, boolean pivotLeft) {
212 mTranslateYMultiplier = isContainerAboveIcon ? 0.5f : -0.5f;
205 ZoomRevealOutlineProvider(int x, int y, Rect pillRect, View translateView, View zoomView, boolean isContainerAboveIcon, boolean pivotLeft) argument

Completed in 105 milliseconds