Searched refs:mDecor (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialog.java88 View mDecor; field in class:Dialog
248 if (mDecor != null) {
252 mDecor.setVisibility(View.VISIBLE);
264 mDecor = mWindow.getDecorView();
281 mWindowManager.addView(mDecor, l);
293 if (mDecor != null) {
294 mDecor.setVisibility(View.GONE);
313 if (mDecor == null || !mShowing) {
323 mWindowManager.removeView(mDecor);
328 mDecor
[all...]
H A DActivity.java709 /*package*/ View mDecor = null; field in class:Activity
2293 View decor = mDecor;
2387 View decor = mDecor;
4092 else mDecor.setVisibility(View.INVISIBLE);
4100 wm.addView(mDecor, getWindow().getAttributes());
4103 mDecor.setVisibility(View.VISIBLE);
H A DSearchDialog.java389 mDecor.setVisibility(View.VISIBLE);
H A DActivityThread.java2849 a.mDecor = decor;
2872 && r.activity.mDecor != null && !r.hideForNow) {
3204 View v = r.activity.mDecor;
3285 if (r.activity.mDecor != null) {
3381 if (!r.activity.mFinished && r.activity.mDecor != null
3522 View v = r.activity.mDecor;
3542 r.activity.mDecor = null;
/frameworks/base/core/java/android/widget/
H A DMediaController.java79 private View mDecor; field in class:MediaController
131 mDecor = mWindow.getDecorView();
132 mDecor.setOnTouchListener(mTouchListener);
172 mDecor.measure(MeasureSpec.makeMeasureSpec(mAnchor.getWidth(), MeasureSpec.AT_MOST),
178 p.y = anchorPos[1] + mAnchor.getHeight() - mDecor.getMeasuredHeight();
189 mWindowManager.updateViewLayout(mDecor, mDecorLayoutParams);
346 mWindowManager.addView(mDecor, mDecorLayoutParams);
377 mWindowManager.removeView(mDecor);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java122 private DecorView mDecor; field in class:PhoneWindow
125 // mDecor itself, or a child of mDecor where the contents go.
307 return mDecor != null ? mDecor.findFocus() : null;
747 if (!mInvalidatePanelMenuPosted && mDecor != null) {
748 mDecor.postOnAnimation(mInvalidatePanelMenuRunnable);
812 if (event.isCanceled() || (mDecor != null && mDecor.mActionMode != null)) {
1004 mDecor
[all...]

Completed in 126 milliseconds