Home
last modified time | relevance | path

Searched refs:DEFAULT_CLOSE_DURATION (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java64 private static final int DEFAULT_CLOSE_DURATION = 200; field in WidgetsBottomSheet
164 handleClose(animate, DEFAULT_CLOSE_DURATION); in handleClose()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DWorkEduView.java49 private static final int DEFAULT_CLOSE_DURATION = 200; field in WorkEduView
82 handleClose(true, DEFAULT_CLOSE_DURATION); in handleClose()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java54 private static final int DEFAULT_CLOSE_DURATION = 200; field in HotseatEduDialog
177 handleClose(true, DEFAULT_CLOSE_DURATION); in handleClose()