Home
last modified time | relevance | path

Searched defs:windowToken (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java90 WindowToken windowToken = mWm.mRoot.getWindowToken(token); in testAddWindowToken() local
178 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD_DIALOG, in testMoveWindowTokenToDisplay_SameDisplay_DoNothing() local
188 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD_DIALOG, in testMoveWindowTokenToDisplay_DifferentDisplay_DoMoveDisplay() local
209 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException() local
220 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException() local
231 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn() local
247 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAttachWindowContextToWindowToken_CallerValid_DoRegister() local
265 final WindowToken windowToken = createTestWindowToken(TYPE_INPUT_METHOD, mDefaultDisplay); in testAddWindowWithSubWindowTypeByWindowContext() local
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl44 boolean showSoftInput(in IInputMethodClient client, IBinder windowToken, int flags, in showSoftInput()
46 boolean hideSoftInput(in IInputMethodClient client, IBinder windowToken, int flags, in hideSoftInput()
53 in IInputMethodClient client, in IBinder windowToken, in startInputOrWindowGainedFocus()
72 oneway void reportPerceptibleAsync(in IBinder windowToken, boolean perceptible); in reportPerceptibleAsync()
76 oneway void removeImeSurfaceFromWindowAsync(in IBinder windowToken); in removeImeSurfaceFromWindowAsync()
/frameworks/base/services/core/java/com/android/server/wm/
DFadeRotationAnimationController.java83 final WindowToken windowToken = mTargetWindowTokens.get(i); in show() local
114 final WindowToken windowToken = mTargetWindowTokens.get(i); in hide() local
DFadeAnimationController.java67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken()
89 protected FadeAnimationAdapter createAdapter(boolean show, WindowToken windowToken) { in createAdapter()
DWindowManagerInternal.java353 IBinder windowToken); in getCompatibleMagnificationSpecForWindow()
544 public abstract int getWindowOwnerUserId(IBinder windowToken); in getWindowOwnerUserId()
575 public abstract int getDisplayIdForWindow(IBinder windowToken); in getDisplayIdForWindow()
650 IBinder windowToken, int accessibilityWindowId); in setAccessibilityIdToSurfaceMetadata()
/frameworks/base/core/java/android/app/
DITransientNotification.aidl23 void show(IBinder windowToken); in show()
DDisabledWallpaperManager.java281 public void setDisplayOffset(IBinder windowToken, int x, int y) { in setDisplayOffset()
306 public void setWallpaperOffsets(IBinder windowToken, float xOffset, float yOffset) { in setWallpaperOffsets()
316 public void sendWallpaperCommand(IBinder windowToken, String action, int x, int y, int z, in sendWallpaperCommand()
322 public void clearWallpaperOffsets(IBinder windowToken) { in clearWallpaperOffsets()
/frameworks/base/services/core/java/com/android/server/notification/toast/
DToastRecord.java37 public final Binder windowToken; field in ToastRecord
42 String pkg, boolean isSystemToast, IBinder token, int duration, Binder windowToken, in ToastRecord()
DCustomToastRecord.java41 ITransientNotification callback, int duration, Binder windowToken, int displayId) { in CustomToastRecord()
DTextToastRecord.java47 int duration, Binder windowToken, int displayId, in TextToastRecord()
/frameworks/base/core/java/android/service/dreams/
DIDreamService.aidl25 void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started); in attach()
/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityManager.aidl52 int addAccessibilityInteractionConnection(IWindow windowToken, IBinder leashToken, in addAccessibilityInteractionConnection()
56 void removeAccessibilityInteractionConnection(IWindow windowToken); in removeAccessibilityInteractionConnection()
86 int getAccessibilityWindowId(IBinder windowToken); in getAccessibilityWindowId()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWallpaperManagerCompat.java37 public void setWallpaperZoomOut(IBinder windowToken, float zoom) { in setWallpaperZoomOut()
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl27 IBinder windowToken, int windowType, boolean isPreview, in attach()
/frameworks/base/core/java/android/widget/
DToastPresenter.java139 private void adjustLayoutParams(WindowManager.LayoutParams params, IBinder windowToken, in adjustLayoutParams()
211 public void show(View view, IBinder token, IBinder windowToken, int duration, int gravity, in show()
222 public void show(View view, IBinder token, IBinder windowToken, int duration, int gravity, in show()
/frameworks/base/core/java/android/window/
DWindowContextController.java111 public void attachToWindowToken(IBinder windowToken) { in attachToWindowToken()
DWindowProviderService.java98 public final void attachToWindowToken(@NonNull IBinder windowToken) { in attachToWindowToken()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.java225 final IBinder windowToken = mock(IBinder.class); in testLayoutParams_hasSecureWindowFlag() local
233 final IBinder windowToken = mock(IBinder.class); in testLayoutParams_excludesImeInsets() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DInattentiveSleepWarningView.java120 private WindowManager.LayoutParams getLayoutParams(IBinder windowToken) { in getLayoutParams()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl206 … oneway void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep); in setWallpaperPosition()
212 oneway void setWallpaperZoomOut(IBinder windowToken, float scale); in setWallpaperZoomOut()
219 oneway void setShouldZoomOutWallpaper(IBinder windowToken, boolean shouldZoom); in setShouldZoomOutWallpaper()
227 oneway void setWallpaperDisplayOffset(IBinder windowToken, int x, int y); in setWallpaperDisplayOffset()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
DStubSidecar.java68 void updateWindowLayout(@NonNull IBinder windowToken, in updateWindowLayout()
DSampleSidecarImpl.java97 public SidecarWindowLayoutInfo getWindowLayoutInfo(@NonNull IBinder windowToken) { in getWindowLayoutInfo()
/frameworks/layoutlib/bridge/src/android/view/accessibility/
DAccessibilityManager.java363 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection()
368 public void removeAccessibilityInteractionConnection(IWindow windowToken) { in removeAccessibilityInteractionConnection()
/frameworks/native/services/inputflinger/tests/
DFocusResolver_test.cpp168 sp<IBinder> windowToken = new BBinder(); in TEST() local
260 sp<IBinder> windowToken = new BBinder(); in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java305 final IBinder windowToken = mA11yWindowManager in onWindowsChanged_shouldReportCorrectOrder() local
372 final IWindow windowToken = mA11yWindowTokens.valueAt(i); in removeAccessibilityInteractionConnection_byWindowToken_shouldRemoved() local
411 final IBinder windowToken = mA11yWindowManager.getWindowTokenForUserAndWindowIdLocked( in findWindowId() local
934 private void addWindowInfo(ArrayList<WindowInfo> windowInfos, IWindow windowToken, int layer) { in addWindowInfo()
944 final IBinder windowToken = mWindowInfos.get(displayId).get(index).token; in getWindowIdFromWindowInfosForDisplay() local

123