Home
last modified time | relevance | path

Searched refs:getAnimationDuration (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimState.java380 public long getAnimationDuration() { in getAnimationDuration() method in ScrimState
H A DScrimController.java494 mAnimationDuration = state.getAnimationDuration(); in transitionTo()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java1548 final long animationDuration = mControllerCtx.getAnimationDuration(); in SpecAnimationBridge()
1780 public long getAnimationDuration() { in getAnimationDuration() method in FullScreenMagnificationController.ControllerContext
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java631 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType, in select()
2077 public long getAnimationDuration(RecyclerView recyclerView, int animationType, in getAnimationDuration() method in ItemTouchHelper.Callback
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java169 when(mockController.getAnimationDuration()).thenReturn(1000L); in setUp()
H A DMagnificationControllerTest.java189 when(mControllerCtx.getAnimationDuration()).thenReturn(1000L); in setUp()
H A DFullScreenMagnificationControllerTest.java142 when(mMockControllerCtx.getAnimationDuration()).thenReturn(1000L); in setUp()