/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | DiscoveryBounce.java | 50 handleClose(false); 65 mDiscoBounceAnimation.addListener(AnimatorListeners.forEndCallback(this::handleClose)); in DiscoveryBounce() 93 handleClose(false); in onControllerInterceptTouchEvent() 98 protected void handleClose(boolean animate) { in handleClose() method in DiscoveryBounce
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduDialog.java | 109 handleClose(true); in onAccept() 120 handleClose(true); in onDismiss() 165 protected void handleClose(boolean animate) { in handleClose() method in HotseatEduDialog 166 handleClose(true, DEFAULT_CLOSE_DURATION); in handleClose() 172 handleClose(false); in onConfigurationChanged()
|
D | HotseatEduController.java | 268 mActiveDialog.handleClose(false); in showDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ListenerView.java | 55 protected void handleClose(boolean animate) { in handleClose() method in ListenerView 76 handleClose(false); in onControllerInterceptTouchEvent()
|
D | ArrowTipView.java | 87 protected void handleClose(boolean animate) { in handleClose() method in ArrowTipView 160 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in show() 282 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in showAtLocation()
|
D | WidgetsEduView.java | 50 protected void handleClose(boolean animate) { in handleClose() method in WidgetsEduView 51 handleClose(true, DEFAULT_CLOSE_DURATION); in handleClose()
|
D | AbstractSlideInView.java | 190 protected void handleClose(boolean animate, long defaultDuration) { in handleClose() method in AbstractSlideInView
|
D | FloatingSurfaceView.java | 91 protected void handleClose(boolean animate) { in handleClose() method in FloatingSurfaceView
|
D | Snackbar.java | 144 protected void handleClose(boolean animate) { in handleClose() method in Snackbar
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 103 protected void handleClose(boolean animate) { in handleClose() method in AllAppsEduView 155 handleClose(false); in updateAnimationOnTouchEvent() 242 handleClose(false); in playAnimation()
|
D | TaskMenuView.java | 105 protected void handleClose(boolean animate) { in handleClose() method in TaskMenuView
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | AddItemWidgetsBottomSheet.java | 121 protected void handleClose(boolean animate) { in handleClose() method in AddItemWidgetsBottomSheet 122 handleClose(animate, DEFAULT_CLOSE_DURATION); in handleClose()
|
D | WidgetsBottomSheet.java | 252 protected void handleClose(boolean animate) { in handleClose() method in WidgetsBottomSheet 253 handleClose(animate, DEFAULT_CLOSE_DURATION); in handleClose()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AbstractFloatingView.java | 139 handleClose(animate); in close() 143 protected abstract void handleClose(boolean animate); in handleClose() method in AbstractFloatingView
|
D | AppWidgetResizeFrame.java | 620 protected void handleClose(boolean animate) { in handleClose() method in AppWidgetResizeFrame
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 571 protected void handleClose(boolean animate) { in handleClose() method in WidgetsFullSheet 572 handleClose(animate, DEFAULT_OPEN_DURATION); in handleClose()
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | KeyboardDragAndDropView.java | 92 protected void handleClose(boolean animate) { in handleClose() method in KeyboardDragAndDropView
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 204 protected void handleClose(boolean animate) { in handleClose() method in ArrowPopup
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 744 protected void handleClose(boolean animate) { in handleClose() method in Folder
|