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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java253 final Rect mContentFrame = new Rect(); field in class:WindowState
572 mContentFrame.set(cf);
603 mContentFrame.set(Math.max(mContentFrame.left, mFrame.left),
604 Math.max(mContentFrame.top, mFrame.top),
605 Math.min(mContentFrame.right, mFrame.right),
606 Math.min(mContentFrame.bottom, mFrame.bottom));
623 mContentInsets.set(mContentFrame.left - mFrame.left,
624 mContentFrame.top - mFrame.top,
625 mFrame.right - mContentFrame
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java75 FrameLayout mContentFrame; field in class:VoiceInteractionSession
477 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content);
643 mContentFrame.removeAllViews();
644 mContentFrame.addView(view, new FrameLayout.LayoutParams(

Completed in 948 milliseconds