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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java266 final Rect mContentFrame = new Rect(); field in class:WindowState
608 mContentFrame.set(cf);
645 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left, 0),
646 Math.max(mContentFrame.top - mOutsetFrame.top, 0),
647 Math.max(mOutsetFrame.right - mContentFrame.right, 0),
648 Math.max(mOutsetFrame.bottom - mContentFrame.bottom, 0));
655 mContentFrame.set(Math.max(mContentFrame.left, mFrame.left),
656 Math.max(mContentFrame.top, mFrame.top),
657 Math.min(mContentFrame
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java116 FrameLayout mContentFrame; field in class:VoiceInteractionSession
1042 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content);
1299 mContentFrame.removeAllViews();
1300 mContentFrame.addView(view, new FrameLayout.LayoutParams(
1303 mContentFrame.requestApplyInsets();

Completed in 527 milliseconds