Home
last modified time | relevance | path

Searched refs:getSecondaryValue (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPagedOrientationHandler.java64 int getSecondaryValue(int x, int y); in getSecondaryValue() method
67 float getSecondaryValue(float x, float y); in getSecondaryValue() method
DDefaultPagedViewHandler.java35 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/
DLandscapePagedViewHandler.kt64 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
DRecentsPagedOrientationHandler.kt63 fun <T> getSecondaryValue(x: T, y: T): T in setSecondary() method
DPortraitPagedViewHandler.java78 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in PortraitPagedViewHandler
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt216 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>()
DClearAllButton.java317 orientationHandler.getSecondaryValue(0f, getOriginalTranslationY())); in applySecondaryTranslation()
DRecentsView.java989 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/
DPagedView.java1142 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/
DSwipeUpAnimationLogic.java185 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getWindowTargetRect()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1376 .getSecondaryValue(dp.availableWidthPx, dp.availableHeightPx); in getDefaultWindowTargetRect()