Searched refs:mTmpRootRect (Results 1 – 1 of 1) sorted by relevance
89 private final Rect mTmpRootRect = new Rect(); field in TaskView185 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()