Searched refs:ViewIdToTranslate (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationPanelUnfoldAnimationController.kt | 28 import com.android.systemui.shared.animation.UnfoldConstantTranslateAnimator.ViewIdToTranslate 49 ViewIdToTranslate(R.id.quick_settings_panel, START, filterShade), 50 ViewIdToTranslate(R.id.notification_stack_scroller, END, filterShade)), 58 ViewIdToTranslate(R.id.statusIcons, END, filterShade), 59 ViewIdToTranslate(R.id.privacy_container, END, filterShade), 60 ViewIdToTranslate(R.id.batteryRemainingIcon, END, filterShade), 61 ViewIdToTranslate(R.id.carrier_group, END, filterShade), 62 ViewIdToTranslate(R.id.clock, START, filterShade), 63 ViewIdToTranslate(R.id.date, START, filterShade)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUnfoldTransition.kt | 27 import com.android.systemui.shared.animation.UnfoldConstantTranslateAnimator.ViewIdToTranslate 56 ViewIdToTranslate(R.id.keyguard_status_area, START, filterKeyguard, 60 ViewIdToTranslate( 62 ViewIdToTranslate(R.id.lockscreen_clock_view, START, filterKeyguard), 63 ViewIdToTranslate( 65 ViewIdToTranslate(R.id.start_button, START, filterKeyguard), 66 ViewIdToTranslate(R.id.end_button, END, filterKeyguard)),
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/ |
H A D | UnfoldConstantTranslateAnimator.kt | 21 import com.android.systemui.shared.animation.UnfoldConstantTranslateAnimator.ViewIdToTranslate 32 private val viewsIdToTranslate: Set<ViewIdToTranslate>, 74 private fun registerViewsForAnimation(parent: ViewGroup, ids: Set<ViewIdToTranslate>) { 91 data class ViewIdToTranslate( dataClass
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/ |
H A D | UnfoldConstantTranslateAnimatorTest.kt | 23 import com.android.systemui.shared.animation.UnfoldConstantTranslateAnimator.ViewIdToTranslate 50 ViewIdToTranslate(START_VIEW_ID, Direction.START, shouldBeAnimated), 51 ViewIdToTranslate(END_VIEW_ID, Direction.END, shouldBeAnimated)
|