Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNoRemeasureMotionLayout.kt38 private var lastWidthSpec: Int? = null variable
44 lastWidthSpec == widthMeasureSpec && in onMeasure()
53 lastWidthSpec = widthMeasureSpec in onMeasure()