Searched refs:windowToken (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DITransientNotification.aidl22 void show(IBinder windowToken);
H A DWallpaperManager.java1378 public void setDisplayOffset(IBinder windowToken, int x, int y) { argument
1382 windowToken, x, y);
1462 * @param windowToken The window who these offsets should be associated
1468 public void setWallpaperOffsets(IBinder windowToken, float xOffset, float yOffset) { argument
1472 windowToken, xOffset, yOffset, mWallpaperXStep, mWallpaperYStep);
1495 * @param windowToken The window who these offsets should be associated
1505 public void sendWallpaperCommand(IBinder windowToken, String action, argument
1510 windowToken, action, x, y, z, extras, false);
1561 * @param windowToken The window who these offsets should be associated
1565 public void clearWallpaperOffsets(IBinder windowToken) { argument
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DIDreamService.aidl25 void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started);
H A DDreamService.java945 * @param windowToken A window token that will allow a window to be created in the correct layer.
948 private final void attach(IBinder windowToken, boolean canDoze, IRemoteCallback started) { argument
956 mSandman.finishSelf(windowToken, true /*immediate*/);
963 mWindowToken = windowToken;
976 windowToken, WindowManager.LayoutParams.TYPE_DREAM));
980 lp.token = windowToken;
994 mWindow.setWindowManager(null, windowToken, "dream", true);
1105 public void attach(final IBinder windowToken, final boolean canDoze, argument
1110 DreamService.this.attach(windowToken, canDoze, started);
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperService.aidl27 IBinder windowToken, int windowType, boolean isPreview,
H A DWallpaperService.java1091 IWallpaperConnection conn, IBinder windowToken,
1095 mWindowToken = windowToken;
1242 public void attach(IWallpaperConnection conn, IBinder windowToken, argument
1244 new IWallpaperEngineWrapper(mTarget, conn, windowToken,
1090 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityManager.aidl48 int addAccessibilityInteractionConnection(IWindow windowToken,
51 void removeAccessibilityInteractionConnection(IWindow windowToken);
H A DAccessibilityManager.java589 * @param windowToken The window token to which a connection is added.
594 public int addAccessibilityInteractionConnection(IWindow windowToken, argument
606 return service.addAccessibilityInteractionConnection(windowToken, connection, userId);
615 * @param windowToken The window token to which a connection is removed.
619 public void removeAccessibilityInteractionConnection(IWindow windowToken) { argument
628 service.removeAccessibilityInteractionConnection(windowToken);
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceClient.aidl32 void init(in IAccessibilityServiceConnection connection, int connectionId, IBinder windowToken);
H A DAccessibilityService.java371 public void init(int connectionId, IBinder windowToken); argument
1454 public void init(int connectionId, IBinder windowToken) {
1456 mWindowToken = windowToken;
1461 wm.setDefaultToken(windowToken);
1523 IBinder windowToken) {
1525 connection, windowToken);
1605 IBinder windowToken = (IBinder) args.arg2;
1610 mCallback.init(mConnectionId, windowToken);
1522 init(IAccessibilityServiceConnection connection, int connectionId, IBinder windowToken) argument
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
H A DAccessibilityManager.java264 public int addAccessibilityInteractionConnection(IWindow windowToken, argument
269 public void removeAccessibilityInteractionConnection(IWindow windowToken) { argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java46 * @param windowToken Optional token to assign to the window.
48 public void show(IBinder windowToken) { argument
81 if (windowToken != null) {
82 lp.token = windowToken;
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuDialogHelper.java48 * @param windowToken Optional token to assign to the window.
50 public void show(IBinder windowToken) { argument
83 if (windowToken != null) {
84 lp.token = windowToken;
/frameworks/base/media/java/android/media/tv/
H A DITvInputSession.aidl45 void createOverlayView(in IBinder windowToken, in Rect frame);
H A DITvInputManager.aidl75 void createOverlayView(in IBinder sessionToken, in IBinder windowToken, in Rect frame,
H A DITvInputSessionWrapper.java300 public void createOverlayView(IBinder windowToken, Rect frame) { argument
301 mCaller.executeOrSendMessage(mCaller.obtainMessageOO(DO_CREATE_OVERLAY_VIEW, windowToken,
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java172 * @param windowToken The window's token.
179 IBinder windowToken);
178 getCompatibleMagnificationSpecForWindow( IBinder windowToken) argument
H A DIWindowSession.aidl222 void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep);
229 void setWallpaperDisplayOffset(IBinder windowToken, int x, int y);
/frameworks/base/core/java/android/widget/
H A DToast.java403 public void show(IBinder windowToken) { argument
405 mHandler.obtainMessage(SHOW, windowToken).sendToTarget();
422 public void handleShow(IBinder windowToken) { argument
453 mParams.token = windowToken;
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl56 // If windowToken is null, this just does startInput(). Otherwise this reports that a window
60 in IInputMethodClient client, in IBinder windowToken, int controlFlags,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java231 IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode,
229 startInputOrWindowGainedFocus( int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, int missingMethodFlags) argument
H A DBridgeWindowSession.java197 public void setWallpaperDisplayOffset(IBinder windowToken, int x, int y) { argument
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java73 public void onShown(IBinder windowToken) throws RemoteException { argument
74 Log.v(TAG, "Keyguard is shown, windowToken = " + windowToken);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java180 IBinder windowToken = getWindowToken();
182 lp.token = windowToken;
184 WindowManagerGlobal.getInstance().changeCanvasOpacity(windowToken, true);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1023 * @param windowToken The token of the window that is making the request,
1028 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { argument
1029 return hideSoftInputFromWindow(windowToken, flags, null);
1048 * @param windowToken The token of the window that is making the request,
1058 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags, argument
1062 if (mServedView == null || mServedView.getWindowToken() != windowToken) {
1079 * @param windowToken The token of the window that is making the request,
1088 public void toggleSoftInputFromWindow(IBinder windowToken, int showFlags, int hideFlags) { argument
1090 if (mServedView == null || mServedView.getWindowToken() != windowToken) {

Completed in 721 milliseconds

12