Searched refs:mContentFrame (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 253 final Rect mContentFrame = new Rect(); field in WindowState 572 mContentFrame.set(cf); in computeFrameLw() 603 mContentFrame.set(Math.max(mContentFrame.left, mFrame.left), in computeFrameLw() 604 Math.max(mContentFrame.top, mFrame.top), in computeFrameLw() 605 Math.min(mContentFrame.right, mFrame.right), in computeFrameLw() 606 Math.min(mContentFrame.bottom, mFrame.bottom)); in computeFrameLw() 623 mContentInsets.set(mContentFrame.left - mFrame.left, in computeFrameLw() 624 mContentFrame.top - mFrame.top, in computeFrameLw() 625 mFrame.right - mContentFrame.right, in computeFrameLw() 626 mFrame.bottom - mContentFrame.bottom); in computeFrameLw() [all …]
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 75 FrameLayout mContentFrame; field in VoiceInteractionSession 477 mContentFrame = (FrameLayout)mRootView.findViewById(android.R.id.content); in initViews() 643 mContentFrame.removeAllViews(); in setContentView() 644 mContentFrame.addView(view, new FrameLayout.LayoutParams( in setContentView()
|