Home
last modified time | relevance | path

Searched refs:handleClose (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java50 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/
DHotseatEduDialog.java109 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()
DHotseatEduController.java268 mActiveDialog.handleClose(false); in showDialog()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DListenerView.java55 protected void handleClose(boolean animate) { in handleClose() method in ListenerView
76 handleClose(false); in onControllerInterceptTouchEvent()
DArrowTipView.java87 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()
DWidgetsEduView.java50 protected void handleClose(boolean animate) { in handleClose() method in WidgetsEduView
51 handleClose(true, DEFAULT_CLOSE_DURATION); in handleClose()
DAbstractSlideInView.java190 protected void handleClose(boolean animate, long defaultDuration) { in handleClose() method in AbstractSlideInView
DFloatingSurfaceView.java91 protected void handleClose(boolean animate) { in handleClose() method in FloatingSurfaceView
DSnackbar.java144 protected void handleClose(boolean animate) { in handleClose() method in Snackbar
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java103 protected void handleClose(boolean animate) { in handleClose() method in AllAppsEduView
155 handleClose(false); in updateAnimationOnTouchEvent()
242 handleClose(false); in playAnimation()
DTaskMenuView.java105 protected void handleClose(boolean animate) { in handleClose() method in TaskMenuView
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java121 protected void handleClose(boolean animate) { in handleClose() method in AddItemWidgetsBottomSheet
122 handleClose(animate, DEFAULT_CLOSE_DURATION); in handleClose()
DWidgetsBottomSheet.java252 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/
DAbstractFloatingView.java139 handleClose(animate); in close()
143 protected abstract void handleClose(boolean animate); in handleClose() method in AbstractFloatingView
DAppWidgetResizeFrame.java620 protected void handleClose(boolean animate) { in handleClose() method in AppWidgetResizeFrame
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java571 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/
DKeyboardDragAndDropView.java92 protected void handleClose(boolean animate) { in handleClose() method in KeyboardDragAndDropView
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java204 protected void handleClose(boolean animate) { in handleClose() method in ArrowPopup
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java744 protected void handleClose(boolean animate) { in handleClose() method in Folder