Home
last modified time | relevance | path

Searched refs:mBarContentFrames (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java141 final SparseArray<Rect> mBarContentFrames = new SparseArray<>(); field in WindowToken.FixedRotationTransformState
467 return mFixedRotationTransformState.mBarContentFrames.get(windowType); in getFixedRotationBarContentFrame()
499 mFixedRotationTransformState.mBarContentFrames); in applyFixedRotationTransform()
H A DDisplayPolicy.java314 private final SparseArray<Rect> mBarContentFrames = new SparseArray<>(); field in DisplayPolicy
462 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);