Searched refs:stableBounds (Results 1 – 2 of 2) sorted by relevance
455 Rect stableBounds = new Rect(); in notifyMoveLocked() local456 mDisplayContent.getStableRect(stableBounds); in notifyMoveLocked()457 mTmpRect.intersect(stableBounds); in notifyMoveLocked()
2233 final Rect stableBounds = new Rect(); in resolveOverrideConfiguration() local2234 display.mDisplayContent.getStableRect(stableBounds); in resolveOverrideConfiguration()2235 parentBounds.intersect(stableBounds); in resolveOverrideConfiguration()