Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DTaskView.java89 private final Rect mTmpRootRect = new Rect(); field in TaskView
185 getRootView().getBoundsOnScreen(mTmpRootRect); in onLocationChanged()
186 if (!mTmpRootRect.contains(mTmpRect)) { in onLocationChanged()
393 mTmpRootRect.set(mTmpLocation[0], mTmpLocation[1], root.getWidth(), root.getHeight()); in onComputeInternalInsets()
394 inoutInfo.touchableRegion.set(mTmpRootRect); in onComputeInternalInsets()