Searched refs:mOnLayoutBoundsInScreen (Results 1 – 1 of 1) sorted by relevance
204 private volatile Rect mOnLayoutBoundsInScreen; field in WindowMetricsTestHelper.OnLayoutChangeListener211 mOnLayoutBoundsInScreen = new Rect(left, top, right, bottom); in onLayoutChange()215 mOnLayoutBoundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]); in onLayoutChange()224 return mOnLayoutBoundsInScreen; in getLayoutBounds()