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