Searched refs:mBarContentFrames (Results 1 – 2 of 2) sorted by relevance
141 final SparseArray<Rect> mBarContentFrames = new SparseArray<>(); field in WindowToken.FixedRotationTransformState467 return mFixedRotationTransformState.mBarContentFrames.get(windowType); in getFixedRotationBarContentFrame()499 mFixedRotationTransformState.mBarContentFrames); in applyFixedRotationTransform()
314 private final SparseArray<Rect> mBarContentFrames = new SparseArray<>(); field in DisplayPolicy462 mBarContentFrames.put(TYPE_STATUS_BAR, new Rect()); in DisplayPolicy()463 mBarContentFrames.put(TYPE_NAVIGATION_BAR, new Rect()); in DisplayPolicy()1735 mBarContentFrames.get(TYPE_NAVIGATION_BAR));1739 layoutStatusBar(displayFrames, mBarContentFrames.get(TYPE_STATUS_BAR));2947 return mBarContentFrames.get(windowType);