Home
last modified time | relevance | path

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

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