Searched refs:getSecondaryValue (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | PagedOrientationHandler.java | 104 <T> T getSecondaryValue(T x, T y); in getSecondaryValue() method 107 int getSecondaryValue(int x, int y); in getSecondaryValue() method 110 float getSecondaryValue(float x, float y); in getSecondaryValue() method
|
D | LandscapePagedViewHandler.java | 58 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in LandscapePagedViewHandler 68 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in LandscapePagedViewHandler 78 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in LandscapePagedViewHandler
|
D | PortraitPagedViewHandler.java | 56 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in PortraitPagedViewHandler 66 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in PortraitPagedViewHandler 76 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in PortraitPagedViewHandler
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskView.java | 1138 return getPagedOrientationHandler().getSecondaryValue( in getSecondarySplitTranslationProperty() 1148 return getPagedOrientationHandler().getSecondaryValue( in getSecondaryDissmissTranslationProperty() 1158 return getPagedOrientationHandler().getSecondaryValue( in getTaskResistanceTranslationProperty() 1168 return getPagedOrientationHandler().getSecondaryValue( in getSecondaryFullscreenTranslationProperty() 1178 return getPagedOrientationHandler().getSecondaryValue( in getSecondaryNonFullscreenTranslationProperty()
|
D | ClearAllButton.java | 206 orientationHandler.getSecondaryValue(0f, getOriginalTranslationY())); in applySecondaryTranslation()
|
D | RecentsView.java | 694 int secondarySize = mOrientationHandler.getSecondaryValue(width, height); in getUndampedOverScrollShift() 2291 mOrientationHandler.getSecondaryValue( in addDismissedTaskAnimations() 2887 mOrientationHandler.getSecondaryValue(-midPointScroll, 0)); 2935 mOrientationHandler.getSecondaryValue(desiredStart, 0f)); 2947 mOrientationHandler.getSecondaryValue(desiredStart, 0f)); 3639 return mOrientationHandler.getSecondaryValue(taskView.getGridTranslationX(), in getGridTranslationSecondary()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 1004 float displacement = mOrientationHandler.getSecondaryValue(ev.getX(), ev.getY()) in updateIsBeingDraggedOnTouchDown() 1005 / mOrientationHandler.getSecondaryValue(getWidth(), getHeight()); in updateIsBeingDraggedOnTouchDown() 1180 final float displacement = mOrientationHandler.getSecondaryValue(dx, dy) in onTouchEvent() 1181 / mOrientationHandler.getSecondaryValue(width, height); in onTouchEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 141 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()
|