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

  /frameworks/base/core/java/android/app/
Dialog.java 103 View mDecor;
290 if (mDecor != null) {
294 mDecor.setVisibility(View.VISIBLE);
311 mDecor = mWindow.getDecorView();
330 mWindowManager.addView(mDecor, l);
340 if (mDecor != null) {
341 mDecor.setVisibility(View.GONE);
361 if (mDecor == null || !mShowing) {
371 mWindowManager.removeViewImmediate(mDecor);
376 mDecor = null
    [all...]
ActivityTransitionCoordinator.java     [all...]
SearchDialog.java 386 mDecor.setVisibility(View.VISIBLE);
Activity.java     [all...]
ActivityThread.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 144 private DecorView mDecor;
151 // mDecor itself, or a child of mDecor where the contents go.
317 mDecor = (DecorView) preservedWindow.getDecorView();
479 if (mDecor != null) {
480 mDecor.clearContentView();
495 return mDecor != null ? mDecor.findFocus() : null;
550 if (mDecor != null) {
552 ViewRootImpl vr = mDecor.getViewRootImpl()
    [all...]
  /frameworks/base/core/java/android/widget/
MediaController.java 77 private View mDecor;
132 mDecor = mWindow.getDecorView();
133 mDecor.setOnTouchListener(mTouchListener);
173 mDecor.measure(MeasureSpec.makeMeasureSpec(mAnchor.getWidth(), MeasureSpec.AT_MOST),
179 p.y = anchorPos[1] + mAnchor.getHeight() - mDecor.getMeasuredHeight();
191 mWindowManager.updateViewLayout(mDecor, mDecorLayoutParams);
364 mWindowManager.addView(mDecor, mDecorLayoutParams);
394 mWindowManager.removeView(mDecor);
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 190 View mDecor;
309 mDecor = window.getDecorView();
407 mWindowManager.addView(mDecor, mWindowLayoutParams);
535 mWindowManager.removeView(mDecor);
    [all...]
  /packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
PagedListView.java 57 private DividerDecoration mDecor;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 375 milliseconds