Searched defs:mWindow (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/database/
H A DAbstractWindowedCursor.java40 protected CursorWindow mWindow; field in class:AbstractWindowedCursor
45 return mWindow.getBlob(mPos, columnIndex);
51 return mWindow.getString(mPos, columnIndex);
57 mWindow.copyStringToBuffer(mPos, columnIndex, buffer);
63 return mWindow.getShort(mPos, columnIndex);
69 return mWindow.getInt(mPos, columnIndex);
75 return mWindow.getLong(mPos, columnIndex);
81 return mWindow.getFloat(mPos, columnIndex);
87 return mWindow.getDouble(mPos, columnIndex);
93 return mWindow
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java288 private OverlayDisplayWindow mWindow; field in class:OverlayDisplayAdapter.OverlayDisplayHandle
355 if (mWindow != null) {
358 DumpUtils.dumpAsync(mUiHandler, mWindow, ipw, 200);
372 mWindow = window;
383 window = mWindow;
384 mWindow = null;
/frameworks/base/core/java/android/view/
H A DSurfaceView.java103 MyWindow mWindow; field in class:SurfaceView
271 if (mWindow != null) {
273 mSession.remove(mWindow);
277 mWindow = null;
445 final boolean creating = mWindow == null;
493 if (mWindow == null) {
495 mWindow = new MyWindow(this);
498 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
518 mWindow, mWindo
[all...]
H A DViewRootImpl.java156 final W mWindow; field in class:ViewRootImpl
370 mWindow = new W(this);
377 mAttachInfo = new View.AttachInfo(mWindowSession, mWindow, display, this, mHandler, this);
527 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,
552 if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow);
575 "Unable to add window -- window " + mWindow
583 "Unable to add window " + mWindow +
587 "Unable to add window " + mWindow +
591 "Unable to add window " + mWindow +
595 "Unable to add window " + mWindow
[all...]
H A DView.java8834 mAttachInfo.mSession.getDisplayFrame(mAttachInfo.mWindow, outRect);
18353 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
18374 okay = mAttachInfo.mSession.performDrag(mAttachInfo.mWindow, token,
20224 final IWindow mWindow; field in class:View.AttachInfo
20564 mWindow = window;
/frameworks/base/core/java/android/widget/
H A DMediaController.java79 private Window mWindow; field in class:MediaController
131 mWindow = PolicyManager.makeNewWindow(mContext);
132 mWindow.setWindowManager(mWindowManager, null, null);
133 mWindow.requestFeature(Window.FEATURE_NO_TITLE);
134 mDecor = mWindow.getDecorView();
136 mWindow.setContentView(this);
137 mWindow.setBackgroundDrawableResource(android.R.color.transparent);
141 mWindow.setVolumeControlStream(AudioManager.STREAM_MUSIC);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java195 private Window mWindow; field in class:ActivityTransitionCoordinator
216 mWindow = window;
305 return mWindow;
309 return (mWindow == null) ? null : (ViewGroup) mWindow.getDecorView();
697 mWindow = null;
812 if (mWindow == null || !mWindow.getSharedElementsUseOverlay()) {
858 if (mWindow == null || !mWindow
[all...]
H A DDialog.java88 Window mWindow; field in class:Dialog
166 mWindow = w;
263 if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
264 mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
278 mDecor = mWindow.getDecorView();
280 if (mActionBar == null && mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
282 mWindow.setDefaultIcon(info.icon);
283 mWindow.setDefaultLogo(info.logo);
287 WindowManager.LayoutParams l = mWindow.getAttributes();
335 if (mWindow
[all...]
H A DActivity.java728 private Window mWindow; field in class:Activity
848 return mWindow;
890 return mWindow != null ? mWindow.getCurrentFocus() : null;
1020 if (mWindow != null) {
1023 mWindow.restoreHierarchyState(windowState);
1366 outState.putBundle(WINDOW_HIERARCHY_TAG, mWindow.saveHierarchyState());
1686 if (mWindow != null) {
1688 mWindow.onConfigurationChanged(newConfig);
2109 mWindow
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java174 private Window mWindow; field in class:DreamService
215 return mWindow.superDispatchKeyEvent(event);
226 return mWindow.superDispatchKeyShortcutEvent(event);
239 return mWindow.superDispatchTouchEvent(event);
250 return mWindow.superDispatchTrackballEvent(event);
261 return mWindow.superDispatchGenericMotionEvent(event);
361 return mWindow != null ? mWindow.getWindowManager() : null;
371 return mWindow;
904 if (mWindow !
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java76 SoftInputWindow mWindow; field in class:VoiceInteractionSession
459 mWindow.dismiss();
474 mWindow.setContentView(mRootView);
504 mWindow.show();
518 mWindow.hide();
532 if (mWindow != null) {
590 return mWindow;
618 mWindow = new SoftInputWindow(mContext, "VoiceInteractionSession", mTheme,
621 mWindow.getWindow().addFlags(WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
623 mWindow
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java67 private final Window mWindow; field in class:AlertController
181 mWindow = window;
233 mWindow.requestFeature(Window.FEATURE_NO_TITLE);
235 mWindow.setContentView(contentView);
433 final View decor = mWindow.getDecorView();
434 final View parent = mWindow.findViewById(R.id.parentPanel);
454 final ViewGroup contentPanel = (ViewGroup) mWindow.findViewById(R.id.contentPanel);
458 final ViewGroup topPanel = (ViewGroup) mWindow.findViewById(R.id.topPanel);
463 final View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
466 final View spacer = mWindow
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java422 private final ViewportWindow mWindow; field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport
433 mWindow = new ViewportWindow(mContext);
532 mWindow.setBounds(magnifiedBounds);
538 mWindow.invalidate(dirtyRect);
545 mWindow.invalidate(dirtyRect);
566 mWindow.updateSize();
574 mWindow.setShown(shown, animate);
595 mWindow.drawIfNeeded();
599 mWindow.releaseSurface();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java100 private Window mWindow; field in class:BackgroundManager
492 mWindow = window;
532 mWindow = null;
842 if (mWindow == null) {
846 WindowManager.LayoutParams layoutParams = mWindow.getAttributes();
861 mWindow.setAttributes(layoutParams);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java62 private Window mWindow; field in class:ToolbarActionBar
88 mWindow = window;
617 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java262 SoftInputWindow mWindow; field in class:InputMethodService
359 mWindow.setToken(token);
632 if (mWindow != null) {
651 if (mWindow != null) {
673 mWindow = new SoftInputWindow(this, "InputMethod", mTheme, null, null, mDispatcherState,
676 mWindow.getWindow().addFlags(WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
679 mWindow.getWindow().setLayout(MATCH_PARENT, WRAP_CONTENT);
710 mWindow.setContentView(mRootView);
714 mWindow.getWindow().setWindowAnimations(
746 mWindow
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java264 final BaseIWindow mWindow = new BaseIWindow() { field in class:WallpaperService.Engine
666 if (mSession.addToDisplay(mWindow, mWindow.mSeq, mLayout, View.VISIBLE,
687 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
840 mSession.finishDrawing(mWindow);
866 mWindow.setSession(mSession);
969 mSession.wallpaperOffsetsComplete(mWindow.asBinder());
986 mSession.wallpaperCommandComplete(mWindow.asBinder(), result);
1040 mSession.remove(mWindow);
[all...]

Completed in 4727 milliseconds