Home
last modified time | relevance | path

Searched refs:getSecondaryDimension (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java205 final int secondaryLayerDimension = orientationHandler.getSecondaryDimension(dl); in reInitAnimationController()
208 int secondaryTaskDimension = orientationHandler.getSecondaryDimension(mTaskBeingDragged); in reInitAnimationController()
220 mTempCords[1] = orientationHandler.getSecondaryDimension(thumbnailView); in reInitAnimationController()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPagedOrientationHandler.java65 int getSecondaryDimension(View view); in getSecondaryDimension() method
DPortraitPagedViewHandler.java131 public int getSecondaryDimension(View view) { in getSecondaryDimension() method in PortraitPagedViewHandler
DLandscapePagedViewHandler.java133 public int getSecondaryDimension(View view) { in getSecondaryDimension() method in LandscapePagedViewHandler
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1360 int secondaryTaskDimension = mOrientationHandler.getSecondaryDimension(taskView); in addDismissedTaskAnimations()