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

12

/frameworks/av/camera/ndk/impl/
H A DACaptureRequest.h25 ACameraOutputTarget(ANativeWindow* window) : mWindow(window) {};
28 return mWindow == other.mWindow;
31 return mWindow != other.mWindow;
34 return mWindow < other.mWindow;
37 return mWindow > other.mWindow;
40 ANativeWindow* mWindow; member in struct:ACameraOutputTarget
[all...]
H A DACameraCaptureSession.h27 ACaptureSessionOutput(ANativeWindow* window) : mWindow(window) {};
30 return mWindow == other.mWindow;
33 return mWindow != other.mWindow;
36 return mWindow < other.mWindow;
39 return mWindow > other.mWindow;
42 ANativeWindow* mWindow; member in struct:ACaptureSessionOutput
[all...]
/frameworks/base/core/java/android/view/
H A DFrameMetricsObserver.java39 private WeakReference<Window> mWindow; field in class:FrameMetricsObserver
63 mWindow = new WeakReference<>(window);
70 final Window window = mWindow.get();
H A DSurfaceView.java110 MyWindow mWindow; field in class:SurfaceView
284 if (mWindow != null) {
286 mSession.remove(mWindow);
290 mWindow = null;
457 final boolean creating = mWindow == null;
517 if (mWindow == null) {
519 mWindow = new MyWindow(this);
522 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
543 mWindow, mWindo
[all...]
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h67 ANativeWindow* getWindow() const { return mWindow.get(); };
134 sp<ANativeWindow> mWindow; member in struct:AImageReader
/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/rs/java/android/renderscript/
H A DAllocationAdapter.java24 Type mWindow; field in class:AllocationAdapter
29 mWindow = t;
107 if (mWindow.hasMipmaps()) {
126 if (mWindow.hasFaces()) {
149 if (mWindow.getX() == mAdaptedAllocation.getType().getX()) {
152 if ((mWindow.getX() + x) >= mAdaptedAllocation.getType().getX()) {
174 if (mWindow.getY() == mAdaptedAllocation.getType().getY()) {
177 if ((mWindow.getY() + y) >= mAdaptedAllocation.getType().getY()) {
199 if (mWindow.getZ() == mAdaptedAllocation.getType().getZ()) {
202 if ((mWindow
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java249 private Window mWindow; field in class:SystemBarHelper.DecorViewFinder
258 final View decorView = mWindow.peekDecorView();
267 Log.w(TAG, "Cannot get decor view of window: " + mWindow);
275 mWindow = window;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java42 final Window mWindow; field in class:AppCompatDelegateImplBase
69 mWindow = window;
72 mOriginalWindowCallback = mWindow.getCallback();
79 mWindow.setCallback(mAppCompatWindowCallback);
85 mWindow.setBackgroundDrawable(winBg);
221 return mWindow.getCallback();
H A DAlertController.java64 private final Window mWindow; field in class:AlertController
169 mWindow = window;
444 final View parentPanel = mWindow.findViewById(R.id.parentPanel);
516 View indicatorUp = mWindow.findViewById(R.id.scrollIndicatorUp);
517 View indicatorDown = mWindow.findViewById(R.id.scrollIndicatorDown);
607 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
612 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
637 View titleTemplate = mWindow.findViewById(R.id.title_template);
640 mIconView = (ImageView) mWindow.findViewById(android.R.id.icon);
645 mTitleView = (TextView) mWindow
[all...]
/frameworks/base/core/java/android/widget/
H A DMediaController.java76 private Window mWindow; field in class:MediaController
129 mWindow = new PhoneWindow(mContext);
130 mWindow.setWindowManager(mWindowManager, null, null);
131 mWindow.requestFeature(Window.FEATURE_NO_TITLE);
132 mDecor = mWindow.getDecorView();
134 mWindow.setContentView(this);
135 mWindow.setBackgroundDrawableResource(android.R.color.transparent);
139 mWindow.setVolumeControlStream(AudioManager.STREAM_MUSIC);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java362 private OverlayDisplayWindow mWindow; field in class:OverlayDisplayAdapter.OverlayDisplayHandle
391 if (mWindow != null) {
446 if (mWindow != null) {
449 DumpUtils.dumpAsync(mUiHandler, mWindow, ipw, "", 200);
464 mWindow = window;
475 window = mWindow;
476 mWindow = null;
492 if (mWindow == null) {
496 window = mWindow;
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java192 private Window mWindow; field in class:ActivityTransitionCoordinator
214 mWindow = window;
296 return mWindow;
300 return (mWindow == null) ? null : (ViewGroup) mWindow.getDecorView();
679 mWindow = null;
793 if (mWindow == null || !mWindow.getSharedElementsUseOverlay()) {
842 if (mWindow == null || !mWindow
[all...]
H A DDialog.java99 final Window mWindow; field in class:Dialog
184 mWindow = w;
282 if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
283 mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
297 mDecor = mWindow.getDecorView();
299 if (mActionBar == null && mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
301 mWindow.setDefaultIcon(info.icon);
302 mWindow.setDefaultLogo(info.logo);
306 WindowManager.LayoutParams l = mWindow.getAttributes();
351 if (mWindow
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java179 private Window mWindow; field in class:DreamService
220 return mWindow.superDispatchKeyEvent(event);
231 return mWindow.superDispatchKeyShortcutEvent(event);
244 return mWindow.superDispatchTouchEvent(event);
255 return mWindow.superDispatchTrackballEvent(event);
266 return mWindow.superDispatchGenericMotionEvent(event);
379 return mWindow != null ? mWindow.getWindowManager() : null;
389 return mWindow;
923 if (mWindow !
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java67 private final Window mWindow; field in class:AlertController
182 mWindow = window;
236 mWindow.setContentView(contentView);
471 final View parentPanel = mWindow.findViewById(R.id.parentPanel);
509 mWindow.setCloseOnTouchOutsideIfNotSet(true);
579 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
584 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
609 final View titleTemplate = mWindow.findViewById(R.id.title_template);
612 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
617 mTitleView = (TextView) mWindow
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java440 private final ViewportWindow mWindow; field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport
450 mWindow = new ViewportWindow(mContext);
563 mWindow.setBounds(mMagnificationRegion);
570 mWindow.invalidate(dirtyRect);
577 mWindow.invalidate(dirtyRect);
603 mWindow.updateSize();
611 mWindow.setShown(shown, animate);
632 mWindow.drawIfNeeded();
636 mWindow.releaseSurface();
H A DDockedStackDividerController.java105 private WindowState mWindow; field in class:DockedStackDividerController
264 outRegion.offset(mWindow.getFrameLw().left, mWindow.getFrameLw().top);
275 mWindow = window;
280 if (mWindow == null) {
653 if (mWindow == null) {
819 return mWindow;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java111 private Window mWindow; field in class:BackgroundManager
802 mWindow = window;
849 mWindow = null;
1197 if (mWindow == null) {
1201 WindowManager.LayoutParams layoutParams = mWindow.getAttributes();
1216 mWindow.setAttributes(layoutParams);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java136 SoftInputWindow mWindow; field in class:VoiceInteractionSession
1012 mWindow.show();
1038 mWindow.hide();
1050 mWindow.dismiss();
1066 mWindow.setContentView(mRootView);
1156 if (mWindow != null) {
1248 return mWindow;
1279 mWindow = new SoftInputWindow(mContext, "VoiceInteractionSession", mTheme,
1282 mWindow.getWindow().addFlags(
1287 mWindow
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java239 mSession.pokeDrawLock(mWindow);
270 final BaseIWindow mWindow = new BaseIWindow() { field in class:WallpaperService.Engine
653 if (mSession.addToDisplay(mWindow, mWindow.mSeq, mLayout, View.VISIBLE,
678 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
838 mSession.finishDrawing(mWindow);
864 mWindow.setSession(mSession);
970 mSession.wallpaperOffsetsComplete(mWindow.asBinder());
987 mSession.wallpaperCommandComplete(mWindow
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java93 private final Window mWindow; field in class:FloatingToolbar
130 mWindow = Preconditions.checkNotNull(window);
291 mWindow.getDecorView().addOnLayoutChangeListener(mOrientationChangeHandler);
295 mWindow.getDecorView().removeOnLayoutChangeListener(mOrientationChangeHandler);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java272 SoftInputWindow mWindow; field in class:InputMethodService
320 * by calling 1) {@code mWindow.show()} or 2) {@link #clearInsetOfPreviousIme()}.
375 mWindow.setToken(token);
746 if (mWindow != null) {
765 if (mWindow != null) {
791 mWindow = new SoftInputWindow(this, "InputMethod", mTheme, null, null, mDispatcherState,
794 mWindow.getWindow().addFlags(WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
797 mWindow.getWindow().setLayout(MATCH_PARENT, WRAP_CONTENT);
828 mWindow.setContentView(mRootView);
833 mWindow
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java195 private PhoneWindow mWindow; field in class:DecorView
287 mBackgroundFallback.draw(mContentRoot, c, mWindow.mContentParent);
299 if ((mWindow.mPanelChordingKey > 0) && (mWindow.mPanelChordingKey != keyCode)) {
308 if ((mWindow.mPreparedPanel != null) && mWindow.mPreparedPanel.isOpen) {
309 if (mWindow.performPanelShortcut(mWindow.mPreparedPanel, keyCode, event, 0)) {
315 if (!mWindow.isDestroyed()) {
316 final Window.Callback cb = mWindow
[all...]
H A DPhoneWindow.java3677 private final PhoneWindow mWindow; field in class:PhoneWindow.PhoneWindowMenuCallback
3684 mWindow = window;
3694 final Callback callback = mWindow.getCallback();
3695 if (callback != null && !mWindow.isDestroyed()) {
3699 if (menu == mWindow.mContextMenu) {
3700 mWindow.dismissContextMenu();
3712 final Callback callback = mWindow.getCallback();
3713 if (callback != null && !mWindow.isDestroyed()) {
3720 final Callback callback = mWindow.getCallback();
3721 return callback != null && !mWindow
[all...]

Completed in 679 milliseconds

12