Home
last modified time | relevance | path

Searched refs:setMaxLengthSeconds (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java252 .setMaxLengthSeconds(0.6f) in PanelViewController()
257 .setMaxLengthSeconds(0.5f) in PanelViewController()
262 .setMaxLengthSeconds(0.5f) in PanelViewController()
H A DNotificationPanelViewController.java923 .setMaxLengthSeconds(0.4f).build(); in loadDimens()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java387 public Builder setMaxLengthSeconds(float maxLengthSeconds) { in setMaxLengthSeconds() method in FlingAnimationUtils.Builder
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayPanelViewController.java118 .setMaxLengthSeconds(FLING_ANIMATION_MAX_TIME) in OverlayPanelViewController()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayPanelViewControllerTest.java82 when(mFlingAnimationUtilsBuilder.setMaxLengthSeconds(anyFloat())).thenReturn( in setUp()