Searched refs:mOrientationHandler (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 121 private PagedOrientationHandler mOrientationHandler = field in PagedView 236 return mOrientationHandler; in getPagedOrientationHandler() 240 this.mOrientationHandler = orientationHandler; in setOrientationHandler() 254 mOrientationHandler.setPrimary(this, VIEW_SCROLL_TO, newPosition); in updateCurrentPageScroll() 533 mOrientationHandler.getPrimaryValue(mMinScroll, 0), mMaxScroll); in scrollTo() 535 mOrientationHandler.getPrimaryValue(0, mMinScroll), mMaxScroll); in scrollTo() 547 mOrientationHandler.setMaxScroll(ev, mMaxScroll); in sendScrollAccessibilityEvent() 563 int oldPos = mOrientationHandler.getPrimaryScroll(this); in computeScrollHelper() 566 mOrientationHandler.setPrimary(this, VIEW_SCROLL_TO, mScroller.getCurrX()); in computeScrollHelper() 583 int finalPos = mOrientationHandler.getPrimaryValue(mScroller.getFinalX(), in computeScrollHelper() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingTaskView.java | 96 private RecentsPagedOrientationHandler mOrientationHandler; field in FloatingTaskView 144 mOrientationHandler = recentsView.getPagedOrientationHandler(); in init() 147 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in init() 223 mOrientationHandler.setPrimaryScale(mSplitPlaceholderView.getIconView(), childScaleX); in update() 224 mOrientationHandler.setSecondaryScale(mSplitPlaceholderView.getIconView(), childScaleY); in update() 228 mOrientationHandler = orientationHandler; in updateOrientationHandler() 229 mSplitPlaceholderView.getIconView().setRotation(mOrientationHandler.getDegreesRotated()); in updateOrientationHandler() 394 mOrientationHandler.updateSplitIconParams(iconView, onScreenRectCenterX, in centerIconView()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RecentsOrientedState.java | 79 private RecentsPagedOrientationHandler mOrientationHandler = field in RecentsOrientedState 230 mOrientationHandler = RecentsPagedOrientationHandler.PORTRAIT; in updateHandler() 232 mOrientationHandler = RecentsPagedOrientationHandler.LANDSCAPE; in updateHandler() 234 mOrientationHandler = RecentsPagedOrientationHandler.SEASCAPE; in updateHandler() 236 mOrientationHandler = RecentsPagedOrientationHandler.PORTRAIT; in updateHandler() 419 return mOrientationHandler; in getOrientationHandler() 560 + " mOrientationHandler=" + nameAndAddress(mOrientationHandler) in toString()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | CameraManager.java | 174 private OrientationHandler mOrientationHandler; field in CameraManager 728 if (mOrientationHandler != null) { in tryShowPreview() 729 mOrientationHandler.disable(); in tryShowPreview() 730 mOrientationHandler = null; in tryShowPreview() 769 if (mOrientationHandler == null) { in tryShowPreview() 770 mOrientationHandler = new OrientationHandler(mCameraPreview.getContext()); in tryShowPreview() 771 mOrientationHandler.enable(); in tryShowPreview()
|