Home
last modified time | relevance | path

Searched refs:getOrientationHandler (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java119 mIsRecentsRtl = mOrientationState.getOrientationHandler().getRecentsRtlSetting(resources); in TaskViewSimulator()
148 mOrientationState.getOrientationHandler()); in getFullScreenScale()
159 mOrientationState.getOrientationHandler() in getFullScreenScale()
337 mOrientationState.getOrientationHandler().setPrimary(mMatrix, MATRIX_POST_TRANSLATE, in apply()
339 mOrientationState.getOrientationHandler().setSecondary(mMatrix, MATRIX_POST_TRANSLATE, in apply()
341 mOrientationState.getOrientationHandler().setPrimary( in apply()
346 mOrientationState.getOrientationHandler().setSecondary(mMatrix, MATRIX_POST_TRANSLATE, in apply()
348 mOrientationState.getOrientationHandler().setPrimary(mMatrix, MATRIX_POST_TRANSLATE, in apply()
H A DAnimatorControllerWithResistance.java160 .getOrientationHandler(); in createRecentsResistanceAnim()
H A DRecentsOrientedState.java427 public PagedOrientationHandler getOrientationHandler() { in getOrientationHandler() method in RecentsOrientedState
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSwipeUpAnimationLogic.java101 .getOrientationState().getOrientationHandler()); in initTransitionEndpoints()
141 protected PagedOrientationHandler getOrientationHandler() { in getOrientationHandler() method in SwipeUpAnimationLogic
144 .getOrientationState().getOrientationHandler(); in getOrientationHandler()
151 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect()
H A DTaskViewUtils.java220 tvsLocal.getOrientationState().getOrientationHandler().set(tvsLocal, in createRecentsWindowAnimator()
H A DAbsSwipeUpHandler.java1263 getOrientationHandler().adjustFloatingIconStartVelocity(velocityPxPerMs);
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java881 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState()
1367 return getRecentsView().mOrientationState.getOrientationHandler(); in getPagedOrientationHandler()
H A DRecentsView.java713 mOrientationHandler = mOrientationState.getOrientationHandler(); in RecentsView()
1618 mOrientationHandler = mOrientationState.getOrientationHandler(); in updateOrientationHandler()
4704 && !mOrientationState.getOrientationHandler().isLayoutNaturalToLauncher()) { in getEventDispatcher()