/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 73 private SecondaryDragLayer mDragLayer; field in SecondaryDisplayLauncher 112 if (mDragLayer != null) { in initUi() 127 mDragLayer = findViewById(R.id.drag_layer); in initUi() 204 return mDragLayer; in getRootView() 212 return mDragLayer; in getDragLayer() 240 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer() 241 mDragLayer.mapCoordInSelfToDescendant(mAppsView, buttonPos); in showAppDrawer() 324 return v -> mDragLayer.onIconLongClicked(v); in getAllAppsItemLongClickListener()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 35 protected final DragLayer mDragLayer; field in FlingAnimation 53 mDragLayer = mLauncher.getDragLayer(); in FlingAnimation() 65 mDragLayer.getViewRectRelativeToSelf(mDragObject.dragView, from); in run() 108 mDragLayer.playDropAnimation(mDragObject.dragView, anim, DragLayer.ANIMATION_END_DISAPPEAR); in run() 175 final DragView dragView = (DragView) mDragLayer.getAnimatedView(); in onAnimationUpdate()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayContext.java | 48 private final TaskbarOverlayDragLayer mDragLayer; field in TaskbarOverlayContext 64 mDragLayer = new TaskbarOverlayDragLayer(this); in TaskbarOverlayContext() 110 return mDragLayer; in getDragLayer() 115 return mDragLayer.findViewById(R.id.apps_view); in getAppsView()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarActivityContext.java | 164 private final TaskbarDragLayer mDragLayer; field in TaskbarActivityContext 232 mDragLayer = (TaskbarDragLayer) mLayoutInflater.inflate(taskbarLayout, null, false); in TaskbarActivityContext() 233 TaskbarView taskbarView = mDragLayer.findViewById(R.id.taskbar_view); in TaskbarActivityContext() 234 TaskbarScrimView taskbarScrimView = mDragLayer.findViewById(R.id.taskbar_scrim); in TaskbarActivityContext() 235 NearestTouchFrame navButtonsView = mDragLayer.findViewById(R.id.navbuttons_view); in TaskbarActivityContext() 236 StashedHandleView stashedHandleView = mDragLayer.findViewById(R.id.stashed_handle); in TaskbarActivityContext() 237 BubbleBarView bubbleBarView = mDragLayer.findViewById(R.id.taskbar_bubbles); in TaskbarActivityContext() 238 StashedHandleView bubbleHandleView = mDragLayer.findViewById(R.id.stashed_bubble_handle); in TaskbarActivityContext() 252 new BubbleDismissController(this, mDragLayer), in TaskbarActivityContext() 253 new BubbleBarPinController(this, mDragLayer, in TaskbarActivityContext() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | WidgetPickerActivity.java | 88 private SimpleDragLayer<WidgetPickerActivity> mDragLayer; field in WidgetPickerActivity 116 mDragLayer = findViewById(R.id.drag_layer); in onCreate() 117 mDragLayer.recreateControllers(); in onCreate() 119 WindowInsetsController wc = mDragLayer.getWindowInsetsController(); in onCreate() 161 return mDragLayer; in getDragLayer()
|
D | QuickstepTransitionManager.java | 232 protected final DragLayer mDragLayer; field in QuickstepTransitionManager 287 mDragLayer = mLauncher.getDragLayer(); in QuickstepTransitionManager() 688 mDragLayer.getLocationOnScreen(dragLayerBounds); in getOpeningWindowAnimators() 1276 SurfaceTransactionApplier surfaceApplier = new SurfaceTransactionApplier(mDragLayer); in getUnlockWindowAnimator() 1504 SurfaceTransactionApplier surfaceApplier = new SurfaceTransactionApplier(mDragLayer); in getFallbackClosingWindowAnimators() 1570 mDragLayer.getViewTreeObserver().addOnDrawListener( in addCujInstrumentation() 1581 InteractionJankMonitorWrapper.begin(mDragLayer, cuj); in addCujInstrumentation() 1583 mDragLayer.post(() -> in addCujInstrumentation() 1584 mDragLayer.getViewTreeObserver().removeOnDrawListener( in addCujInstrumentation() 2100 mSurfaceApplier = new SurfaceTransactionApplier(mDragLayer); in SpringAnimRunner()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | DragAndDropAccessibilityDelegate.java | 51 protected final DragLayer mDragLayer; field in DragAndDropAccessibilityDelegate 59 mDragLayer = launcher.getDragLayer(); in DragAndDropAccessibilityDelegate() 131 float scale = mDragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsActivity.java | 112 private RecentsDragLayer mDragLayer; field in RecentsActivity 146 mDragLayer = rootView.findViewById(R.id.drag_layer); in setupViews() 162 mDragLayer.recreateControllers(); in setupViews() 208 mDragLayer.recreateControllers(); in onHandleConfigurationChanged() 220 return (mDragLayer != null) && isInMultiWindowMode() in createDeviceProfile() 227 return mDragLayer; in getDragLayer()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleDismissController.java | 46 private final TaskbarDragLayer mDragLayer; field in BubbleDismissController 75 mDragLayer = dragLayer; in BubbleDismissController() 157 mDragLayer.addView(mDismissView, /* index = */ 0, in setupDismissView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 82 private DragLayer mDragLayer; field in AppWidgetResizeFrame 244 mDragLayer = dragLayer; in setupForWidget() 353 … mDeltaXRange.set(2 * mTouchTargetWidth - getWidth(), mDragLayer.getWidth() - getRight()); 362 … mDeltaYRange.set(2 * mTouchTargetWidth - getHeight(), mDragLayer.getHeight() - getBottom()); 547 mDragLayer.getViewRectRelativeToSelf(mWidgetView, out); 569 mDragLayer.getLocationInWindow(sDragLayerLoc); 611 if (newY + newHeight > mDragLayer.getHeight()) { 613 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight()); 741 mDragLayer.removeView(this);
|
D | Launcher.java | 337 DragLayer mDragLayer; field in Launcher 768 mDragLayer.recreateControllers(); 1010 mDragLayer.clearAnimatedView(); 1069 if (mDragLayer.getAnimatedView() != null) { 1071 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, 1368 mDragLayer = findViewById(R.id.drag_layer); 1369 mFocusHandler = mDragLayer.getFocusIndicatorHelper(); 1370 mWorkspace = mDragLayer.findViewById(R.id.workspace); 1371 mWorkspace.initParentViews(mDragLayer); 1377 mDragLayer.setup(mDragController, mWorkspace); [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | AddItemActivity.java | 107 private BaseDragLayer<AddItemActivity> mDragLayer; field in AddItemActivity 143 mDragLayer = findViewById(R.id.add_item_drag_layer); in onCreate() 144 mDragLayer.recreateControllers(); in onCreate() 427 return mDragLayer; in getDragLayer()
|
D | DragView.java | 96 private final BaseDragLayer<T> mDragLayer; field in DragView 147 mDragLayer = activity.getDragLayer(); in DragView() 402 mDragLayer.addView(this); in show() 532 mDragLayer.removeView(DragView.this); in remove()
|