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

  /frameworks/base/core/java/android/app/
Dialog.java 102 View mDecor;
282 if (mDecor != null) {
286 mDecor.setVisibility(View.VISIBLE);
303 mDecor = mWindow.getDecorView();
322 mWindowManager.addView(mDecor, l);
332 if (mDecor != null) {
333 mDecor.setVisibility(View.GONE);
353 if (mDecor == null || !mShowing) {
363 mWindowManager.removeViewImmediate(mDecor);
368 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 143 private DecorView mDecor;
150 // mDecor itself, or a child of mDecor where the contents go.
311 mDecor = (DecorView) preservedWindow.getDecorView();
472 if (mDecor != null) {
473 mDecor.clearContentView();
488 return mDecor != null ? mDecor.findFocus() : null;
713 if (mDecor != null) {
714 mDecor.onConfigurationChanged(getContext().getResources().getConfiguration())
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedListView.java 55 private Decoration mDecor = new Decoration(getContext());
129 mRecyclerView.addItemDecoration(mDecor);
239 mDecor = decor;
240 addItemDecoration(mDecor);
244 mRecyclerView.removeItemDecoration(mDecor);
257 mDecor.updateDividerColor();
262 mDecor.updateDividerColor();
267 mDecor.updateDividerColor();
  /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 187 View mDecor;
306 mDecor = window.getDecorView();
401 mWindowManager.addView(mDecor, mWindowLayoutParams);
529 mWindowManager.removeView(mDecor);
    [all...]
  /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 

Completed in 2701 milliseconds