Searched defs:insetBounds (Results 1 – 3 of 3) sorted by relevance
235 Rect insetBounds = null; in setAdjustedBounds() local1112 final Rect insetBounds = mImeGoingAway ? mBounds : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded() local
1454 Configuration updateOverrideConfiguration(Rect bounds, @Nullable Rect insetBounds) { in updateOverrideConfiguration()1512 private Configuration calculateOverrideConfig(Rect bounds, Rect insetBounds, in calculateOverrideConfig()
2072 final Rect insetBounds = tempTaskInsetBounds != null ? tempTaskInsetBounds : taskBounds; in resizeStackUncheckedLocked() local