HomeSort by relevance Sort by last modified time
    Searched refs:mContentFrame (Results 1 - 3 of 3) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 32 protected FrameLayout mContentFrame;
40 mContentFrame = (FrameLayout) findViewById(R.id.content);
52 mContentFrame.removeAllViews();
53 getLayoutInflater().inflate(layoutRes, mContentFrame);
57 mContentFrame.removeAllViews();
58 mContentFrame.addView(content);
62 if (mContentFrame.getChildCount() > 0) {
63 return mContentFrame.getChildAt(0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 61 ViewGroup mContentFrame;
70 // amount to slide mContentParent down by when mContentFrame is missing
102 mContentFrame = (ViewGroup)findViewById(R.id.content_frame);
310 mContentArea.left = mContentFrame.getLeft() + mContentFrame.getPaddingLeft();
311 mContentArea.top = mContentFrame.getTop() + mContentFrame.getPaddingTop()
313 mContentArea.right = mContentFrame.getRight() - mContentFrame.getPaddingRight();
314 mContentArea.bottom = mContentFrame.getBottom() - mContentFrame.getPaddingBottom()
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 220 final Rect mContentFrame = new Rect();
494 final Rect content = mContentFrame;
609 return mContentFrame;
    [all...]

Completed in 1004 milliseconds