Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtwoPanelPortrait3Button_decoupleDepth.txt54 bottomSheetOpenDuration: 500
DphonePortrait.txt54 bottomSheetOpenDuration: 267
DtabletPortrait.txt54 bottomSheetOpenDuration: 500
DtabletLandscape.txt54 bottomSheetOpenDuration: 500
DtwoPanelPortrait3Button.txt54 bottomSheetOpenDuration: 500
DtabletLandscape3Button.txt54 bottomSheetOpenDuration: 500
DphoneVerticalBar.txt54 bottomSheetOpenDuration: 267
DtwoPanelPortrait_decoupleDepth.txt54 bottomSheetOpenDuration: 500
DphonePortrait3Button.txt54 bottomSheetOpenDuration: 267
DtabletPortrait3Button.txt54 bottomSheetOpenDuration: 500
DtwoPanelLandscape3Button.txt54 bottomSheetOpenDuration: 500
DtwoPanelLandscape_decoupleDepth.txt54 bottomSheetOpenDuration: 500
DtwoPanelLandscape3Button_decoupleDepth.txt54 bottomSheetOpenDuration: 500
DtwoPanelPortrait.txt54 bottomSheetOpenDuration: 500
DphoneVerticalBar3Button.txt54 bottomSheetOpenDuration: 267
DtwoPanelLandscape.txt54 bottomSheetOpenDuration: 500
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWidgetPickerActivity.java364 mDeviceProfile.bottomSheetOpenDuration);
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java675 setUpOpenAnimation(mActivityContext.getDeviceProfile().bottomSheetOpenDuration); in open()
680 animator.setDuration(mActivityContext.getDeviceProfile().bottomSheetOpenDuration) in open()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java246 public int bottomSheetOpenDuration; field in DeviceProfile
509 bottomSheetOpenDuration = res.getInteger(R.integer.config_bottomSheetOpenDuration); in DeviceProfile()
2305 writer.println(prefix + "\tbottomSheetOpenDuration: " + bottomSheetOpenDuration);