Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsTestHelper.java168 private volatile Rect mOnLayoutBoundsInScreen; field in WindowMetricsTestHelper.OnLayoutChangeListener
175 mOnLayoutBoundsInScreen = new Rect(left, top, right, bottom); in onLayoutChange()
179 mOnLayoutBoundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]); in onLayoutChange()
188 return mOnLayoutBoundsInScreen; in getLayoutBounds()