/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | PagedOrientationHandler.java | 64 int getSecondaryValue(int x, int y); in getSecondaryValue() method 67 float getSecondaryValue(float x, float y); in getSecondaryValue() method
|
D | DefaultPagedViewHandler.java | 35 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in DefaultPagedViewHandler 45 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in DefaultPagedViewHandler
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ |
D | LandscapePagedViewHandler.kt | 64 override fun <T> getSecondaryValue(x: T, y: T): T = x in getPrimaryValue() method in com.android.quickstep.orientation.LandscapePagedViewHandler 68 override fun getSecondaryValue(x: Int, y: Int): Int = x in getPrimaryValue() method in com.android.quickstep.orientation.LandscapePagedViewHandler 72 override fun getSecondaryValue(x: Float, y: Float): Float = x in getPrimaryValue() method in com.android.quickstep.orientation.LandscapePagedViewHandler
|
D | RecentsPagedOrientationHandler.kt | 63 fun <T> getSecondaryValue(x: T, y: T): T in setSecondary() method
|
D | PortraitPagedViewHandler.java | 78 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in PortraitPagedViewHandler
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskView.kt | 216 pagedOrientationHandler.getSecondaryValue( in <lambda>() 227 pagedOrientationHandler.getSecondaryValue(DISMISS_TRANSLATION_X, DISMISS_TRANSLATION_Y) in <lambda>() 238 pagedOrientationHandler.getSecondaryValue( in <lambda>() 245 pagedOrientationHandler.getSecondaryValue( in <lambda>()
|
D | ClearAllButton.java | 317 orientationHandler.getSecondaryValue(0f, getOriginalTranslationY())); in applySecondaryTranslation()
|
D | RecentsView.java | 989 int secondarySize = getPagedOrientationHandler().getSecondaryValue(width, height); in getUndampedOverScrollShift() 3356 .getSecondaryValue(taskView.getTranslationX(), in addDismissedTaskAnimations() 4639 getPagedOrientationHandler().getSecondaryValue(-midPointScroll, 0)); 4691 getPagedOrientationHandler().getSecondaryValue(desiredStart, 0f)); 4704 getPagedOrientationHandler().getSecondaryValue(desiredStart, 0f));
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 1142 float displacement = mOrientationHandler.getSecondaryValue(ev.getX(), ev.getY()) in updateIsBeingDraggedOnTouchDown() 1143 / mOrientationHandler.getSecondaryValue(getWidth(), getHeight()); in updateIsBeingDraggedOnTouchDown() 1320 : (float) mOrientationHandler.getSecondaryValue(dx, dy) in onTouchEvent() 1321 / mOrientationHandler.getSecondaryValue(width, height); in onTouchEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 185 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1376 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getDefaultWindowTargetRect()
|