Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java61 handleClose(false);
79 handleClose(false); in DiscoveryBounce()
110 handleClose(false); in onControllerInterceptTouchEvent()
115 protected void handleClose(boolean animate) { in handleClose() method in DiscoveryBounce
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBottomUserEducationView.java59 mCloseButton.setOnClickListener(view -> handleClose(true)); in onFinishInflate()
96 protected void handleClose(boolean animate) { in handleClose() method in BottomUserEducationView
97 handleClose(animate, DEFAULT_CLOSE_DURATION); in handleClose()
DListenerView.java55 protected void handleClose(boolean animate) { in handleClose() method in ListenerView
81 handleClose(false); in onControllerInterceptTouchEvent()
DAbstractSlideInView.java157 protected void handleClose(boolean animate, long defaultDuration) { in handleClose() method in AbstractSlideInView
DSnackbar.java144 protected void handleClose(boolean animate) { in handleClose() method in Snackbar
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAllAppsTipView.java88 protected void handleClose(boolean animate) { in handleClose() method in AllAppsTipView
126 handleClose(true); in init()
144 mHandler.postDelayed(() -> handleClose(true), AUTO_CLOSE_TIMEOUT_MILLIS); in init()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java164 protected void handleClose(boolean animate) { in handleClose() method in WidgetsBottomSheet
165 handleClose(animate, DEFAULT_CLOSE_DURATION); in handleClose()
DWidgetsFullSheet.java198 protected void handleClose(boolean animate) { in handleClose() method in WidgetsFullSheet
199 handleClose(animate, DEFAULT_OPEN_DURATION); in handleClose()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java127 handleClose(animate); in close()
131 protected abstract void handleClose(boolean animate); in handleClose() method in AbstractFloatingView
DAppWidgetResizeFrame.java537 protected void handleClose(boolean animate) { in handleClose() method in AppWidgetResizeFrame
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java131 protected void handleClose(boolean animate) { in handleClose() method in TaskMenuView
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java115 protected void handleClose(boolean animate) { in handleClose() method in ArrowPopup
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java627 protected void handleClose(boolean animate) { in handleClose() method in Folder