Home
last modified time | relevance | path

Searched defs:width1 (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DClockTest.kt57 val width1 = clockView.measuredWidth regex
73 val width1 = clockView.measuredWidth regex
89 val width1 = clockView.measuredWidth regex
105 val width1 = clockView.measuredWidth regex
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTaskResizingAlgorithm.java108 int width1; in resizeDrag() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationController.kt153 val width1 = ValueAnimator.ofInt(chipWidth, chipMinWidth).apply { regex