Searched refs:mContentFrame (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DBarController.java72 private final Rect mContentFrame = new Rect(); field in class:BarController
98 mContentFrame.set(frame);
164 return win == null || !win.isLetterboxedOverlappingWith(mContentFrame);
347 pw.print(prefix); pw.print(" mContentFrame="); pw.println(mContentFrame);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java435 private final Rect mContentFrame = new Rect(); field in class:WindowState
973 mContentFrame.set(contentFrame);
989 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0),
990 Math.max(mContentFrame.top - mOutsetFrame.top, 0),
991 Math.max(mOutsetFrame.right - mContentFrame.right, 0),
992 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0));
1003 final Rect limitFrame = task.inPinnedWindowingMode() ? mFrame : mContentFrame;
1019 mContentFrame.set(mFrame);
1020 mVisibleFrame.set(mContentFrame);
1021 mStableFrame.set(mContentFrame);
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java124 FrameLayout mContentFrame; field in class:VoiceInteractionSession
1087 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content);
1414 mContentFrame.removeAllViews();
1415 mContentFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT));
1416 mContentFrame.requestApplyInsets();

Completed in 30 milliseconds