Searched refs:mDragLayer (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 140 private final DragLayer mDragLayer; field in QuickstepAppTransitionManagerImpl 170 mDragLayer = mLauncher.getDragLayer(); in QuickstepAppTransitionManagerImpl() 171 mDragLayerAlpha = mDragLayer.getAlphaProperty(ALPHA_INDEX_TRANSITIONS); in QuickstepAppTransitionManagerImpl() 400 mDragLayer.setTranslationY(trans[0]); in getLauncherContentAnimator() 401 ObjectAnimator transY = ObjectAnimator.ofFloat(mDragLayer, View.TRANSLATION_Y, trans); in getLauncherContentAnimator() 406 mDragLayer.getScrim().hideSysUiScrim(true); in getLauncherContentAnimator() 409 mDragLayer.setLayerType(View.LAYER_TYPE_HARDWARE, null); in getLauncherContentAnimator() 460 mDragLayer.getLocationOnScreen(dragLayerBounds); in getOpeningWindowAnimators() 633 new SyncRtSurfaceTransactionApplierCompat(mDragLayer); 659 new SyncRtSurfaceTransactionApplierCompat(mDragLayer); [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 33 protected final DragLayer mDragLayer; field in FlingAnimation 51 mDragLayer = mLauncher.getDragLayer(); in FlingAnimation() 61 mDragLayer.getViewRectRelativeToSelf(mDragObject.dragView, mFrom); in run() 110 mDragLayer.animateView(mDragObject.dragView, this, duration, tInterpolator, in run() 178 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 55 private DragLayer mDragLayer; field in AppWidgetResizeFrame 164 mDragLayer = dragLayer; in setupForWidget() 211 … mDeltaXRange.set(2 * mTouchTargetWidth - getWidth(), mDragLayer.getWidth() - getRight()); in beginResizeIfPointInRegion() 220 … mDeltaYRange.set(2 * mTouchTargetWidth - getHeight(), mDragLayer.getHeight() - getBottom()); in beginResizeIfPointInRegion() 407 mDragLayer.getViewRectRelativeToSelf(mWidgetView, out); in getSnappedRectRelativeToDragLayer() 439 if (newY + newHeight > mDragLayer.getHeight()) { in snapToWidget() 441 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight()); in snapToWidget() 538 mDragLayer.removeView(this); in handleClose()
|
D | Launcher.java | 228 DragLayer mDragLayer; field in Launcher 369 mDragLayer.getAlphaProperty(ALPHA_INDEX_LAUNCHER_LOAD).setValue(0); in onCreate() 482 mDragLayer.recreateControllers(); in onIdpChanged() 791 mDragLayer.clearAnimatedView(); in handleActivityResult() 876 if (mDragLayer.getAnimatedView() != null) { in completeTwoStageWidgetDrop() 878 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop() 1104 mDragLayer = findViewById(R.id.drag_layer); in setupViews() 1105 mFocusHandler = mDragLayer.getFocusIndicatorHelper(); in setupViews() 1106 mWorkspace = mDragLayer.findViewById(R.id.workspace); in setupViews() 1107 mWorkspace.initParentViews(mDragLayer); in setupViews() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 86 private final DragLayer mDragLayer; field in DragView 127 mDragLayer = launcher.getDragLayer(); in DragView() 486 mDragLayer.addView(this); in show() 530 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, mScaleOnDrop, in animateTo() 559 mDragLayer.removeView(DragView.this); in remove()
|