Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt57 private var animationDirection = LEFT variable in com.android.systemui.statusbar.events.SystemEventChipAnimationController
82 animationDirection = if (animationWindowView.isLayoutRtl) RIGHT else LEFT in prepareChipAnimation()
195 val amt = if (animationDirection == LEFT) { in createMoveOutAnimationForDot()
297 when (animationDirection) { in updateChipBounds()
324 when (animationDirection) { in initializeAnimRect()