Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionSampler.kt82 val oldViewRect = Rect(oldLeft, oldTop, oldRight, oldBottom) in onLayoutChange() constant
84 if (currentViewRect != oldViewRect) { in onLayoutChange()