Searched refs:mWindow (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/av/camera/ndk/impl/
H A DACaptureRequest.h25 explicit 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 explicit 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/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...]
H A DBulkCursorToCursorAdaptor.java79 if (mWindow == null
80 || newPosition < mWindow.getStartPosition()
81 || newPosition >= mWindow.getStartPosition() + mWindow.getNumRows()) {
93 if (mWindow == null) {
/frameworks/base/core/java/android/view/
H A DFrameMetricsObserver.java36 private WeakReference<Window> mWindow; field in class:FrameMetricsObserver
60 mWindow = new WeakReference<>(window);
67 final Window window = mWindow.get();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java121 if (mWindow == null || newPosition < mWindow.getStartPosition() ||
122 newPosition >= (mWindow.getStartPosition() + mWindow.getNumRows())) {
143 mCount = mQuery.fillWindow(mWindow, startPos, requiredPos, true);
144 mCursorWindowCapacity = mWindow.getNumRows();
151 mQuery.fillWindow(mWindow, startPos, requiredPos, false);
223 if (mWindow != null) {
224 mWindow.clear();
261 if (mWindow !
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java101 final Window mWindow; field in class:Dialog
186 mWindow = w;
291 if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
292 mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
307 mWindow.getDecorView().dispatchConfigurationChanged(config);
311 mDecor = mWindow.getDecorView();
313 if (mActionBar == null && mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
315 mWindow.setDefaultIcon(info.icon);
316 mWindow.setDefaultLogo(info.logo);
320 WindowManager.LayoutParams l = mWindow
[all...]
H A DActivity.java789 private Window mWindow; field in class:Activity
912 return mWindow;
933 return mWindow != null ? mWindow.getCurrentFocus() : null;
1099 if (mWindow != null) {
1102 mWindow.restoreHierarchyState(windowState);
1566 outState.putBundle(WINDOW_HIERARCHY_TAG, mWindow.saveHierarchyState());
2204 if (mWindow != null) {
2206 mWindow.onConfigurationChanged(newConfig);
2627 mWindow
[all...]
H A DActivityTransitionCoordinator.java196 private Window mWindow; field in class:ActivityTransitionCoordinator
220 mWindow = window;
302 return mWindow;
306 return (mWindow == null) ? null : (ViewGroup) mWindow.getDecorView();
740 mWindow = null;
855 if (mWindow == null || !mWindow.getSharedElementsUseOverlay()) {
906 if (mWindow == null || !mWindow
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java180 private Window mWindow; field in class:DreamService
221 return mWindow.superDispatchKeyEvent(event);
232 return mWindow.superDispatchKeyShortcutEvent(event);
245 return mWindow.superDispatchTouchEvent(event);
256 return mWindow.superDispatchTrackballEvent(event);
267 return mWindow.superDispatchGenericMotionEvent(event);
380 return mWindow != null ? mWindow.getWindowManager() : null;
390 return mWindow;
924 if (mWindow !
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java228 private PhoneWindow mWindow; field in class:DecorView
324 mWindow.mContentParent);
336 if ((mWindow.mPanelChordingKey > 0) && (mWindow.mPanelChordingKey != keyCode)) {
345 if ((mWindow.mPreparedPanel != null) && mWindow.mPreparedPanel.isOpen) {
346 if (mWindow.performPanelShortcut(mWindow.mPreparedPanel, keyCode, event, 0)) {
352 if (!mWindow.isDestroyed()) {
353 final Window.Callback cb = 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/base/services/core/java/com/android/server/wm/
H A DRemoteSurfaceTrace.java42 final WindowState mWindow; field in class:RemoteSurfaceTrace
51 mWindow = window;
52 mService = mWindow.mService;
124 mOut.writeUTF(mWindow.getWindowTag().toString());
135 mOut.writeUTF(mWindow.getWindowTag().toString());
149 mOut.writeUTF(mWindow.getWindowTag().toString());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV11.java34 return super.hasWindowFeature(featureId) || mWindow.hasFeature(featureId);
H A DAppCompatDelegateImplBase.java87 final Window mWindow;
114 mWindow = window;
117 mOriginalWindowCallback = mWindow.getCallback();
124 mWindow.setCallback(mAppCompatWindowCallback);
130 mWindow.setBackgroundDrawable(winBg);
283 return mWindow.getCallback();
H A DAlertController.java67 private final Window mWindow; field in class:AlertController
180 mWindow = window;
456 final View parentPanel = mWindow.findViewById(R.id.parentPanel);
549 View indicatorUp = mWindow.findViewById(R.id.scrollIndicatorUp);
550 View indicatorDown = mWindow.findViewById(R.id.scrollIndicatorDown);
640 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
645 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
670 View titleTemplate = mWindow.findViewById(R.id.title_template);
673 mIconView = (ImageView) mWindow.findViewById(android.R.id.icon);
678 mTitleView = (TextView) mWindow
[all...]
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp716 mWindow = mSurface;
718 ASSERT_EQ(NO_ERROR, native_window_api_connect(mWindow.get(),
720 native_window_set_buffer_count(mWindow.get(), 4);
725 native_window_enable_frame_timestamps(mWindow.get(), 0);
731 native_window_enable_frame_timestamps(mWindow.get(), 1);
736 return native_window_get_frame_timestamps(mWindow.get(), frameId,
757 int status = native_window_get_next_frame_id(mWindow.get(), &frameId);
766 mWindow->dequeueBuffer(mWindow.get(), &buffer, &fence));
785 ASSERT_EQ(NO_ERROR, mWindow
852 sp<ANativeWindow> mWindow; member in class:android::GetFrameTimestampsTest
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java367 private OverlayDisplayWindow mWindow; field in class:OverlayDisplayAdapter.OverlayDisplayHandle
396 if (mWindow != null) {
451 if (mWindow != null) {
454 DumpUtils.dumpAsync(mUiHandler, mWindow, ipw, "", 200);
469 mWindow = window;
480 window = mWindow;
481 mWindow = null;
497 if (mWindow == null) {
501 window = mWindow;
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java84 private final @NonNull AnchoredWindow mWindow; field in class:FillUi
133 mWindow = null;
149 mWindow = new AnchoredWindow(decor, overlayControl);
196 mWindow = new AnchoredWindow(decor, overlayControl);
369 UiThread.getHandler().post(() -> mWindow.show(p));
374 UiThread.getHandler().post(mWindow::hide);
464 pw.print(prefix); pw.print("mWindow: ");
465 if (mWindow == null) {
470 pw.print(prefix2); pw.print("showing: "); pw.println(mWindow.mShowing);
471 pw.print(prefix2); pw.print("view: "); pw.println(mWindow
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java247 private Window mWindow; field in class:SystemBarHelper.DecorViewFinder
256 final View decorView = mWindow.peekDecorView();
265 Log.w(TAG, "Cannot get decor view of window: " + mWindow);
273 mWindow = window;
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h72 ANativeWindow* getWindow() const { return mWindow.get(); };
162 sp<ANativeWindow> mWindow; member in struct:AImageReader
/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/core/java/android/service/voice/
H A DVoiceInteractionSession.java136 SoftInputWindow mWindow; field in class:VoiceInteractionSession
1015 mWindow.show();
1062 mWindow.dismiss();
1081 mWindow = new SoftInputWindow(mContext, "VoiceInteractionSession", mTheme,
1084 mWindow.getWindow().addFlags(
1095 mWindow.setContentView(mRootView);
1100 mWindow.getWindow().setLayout(MATCH_PARENT, MATCH_PARENT);
1101 mWindow.setToken(mToken);
1116 if (mWindow != null) {
1117 mWindow
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java69 protected final Window mWindow; field in class:AlertController
198 mWindow = window;
257 mWindow.setContentView(contentView);
492 final View parentPanel = mWindow.findViewById(R.id.parentPanel);
530 mWindow.setCloseOnTouchOutsideIfNotSet(true);
600 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
605 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
630 final View titleTemplate = mWindow.findViewById(R.id.title_template);
633 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
638 mTitleView = (TextView) mWindow
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java252 mSession.pokeDrawLock(mWindow);
300 final BaseIWindow mWindow = new BaseIWindow() { field in class:WallpaperService.Engine
751 if (mSession.addToDisplay(mWindow, mWindow.mSeq, mLayout, View.VISIBLE,
776 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
936 mSession.finishDrawing(mWindow);
962 mWindow.setSession(mSession);
1068 mSession.wallpaperOffsetsComplete(mWindow.asBinder());
1085 mSession.wallpaperCommandComplete(mWindow
[all...]

Completed in 607 milliseconds

12