Searched refs:stableBounds (Results 1 – 2 of 2) sorted by relevance
457 Rect stableBounds = new Rect(); in notifyMoveLocked() local458 mDisplayContent.getStableRect(stableBounds); in notifyMoveLocked()459 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()