Home
last modified time | relevance | path

Searched defs:width2 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DClockTest.kt62 val width2 = clockView.measuredWidth regex
78 val width2 = clockView.measuredWidth regex
94 val width2 = clockView.measuredWidth regex
110 val width2 = clockView.measuredWidth regex
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSizeAreaComparator.java46 long width2 = size2.getWidth(); in compare() local
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTaskResizingAlgorithm.java109 int width2; in resizeDrag() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationController.kt161 val width2 = ValueAnimator.ofInt(chipMinWidth, dotSize).apply { regex