/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/ |
D | AccessibilityManager.java | 129 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection() argument 134 public void removeAccessibilityInteractionConnection(IWindow windowToken) { in removeAccessibilityInteractionConnection() argument
|
/frameworks/base/core/java/android/view/accessibility/ |
D | IAccessibilityManager.aidl | 48 int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection() argument 51 void removeAccessibilityInteractionConnection(IWindow windowToken); in removeAccessibilityInteractionConnection() argument
|
D | AccessibilityManager.java | 467 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection() argument 470 return mService.addAccessibilityInteractionConnection(windowToken, connection, mUserId); in addAccessibilityInteractionConnection() 483 public void removeAccessibilityInteractionConnection(IWindow windowToken) { in removeAccessibilityInteractionConnection() argument 485 mService.removeAccessibilityInteractionConnection(windowToken); in removeAccessibilityInteractionConnection()
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 604 private final void attach(IBinder windowToken) { in attach() argument 615 mWindowToken = windowToken; in attach() 623 windowToken, WindowManager.LayoutParams.TYPE_DREAM)); in attach() 627 lp.token = windowToken; in attach() 641 mWindow.setWindowManager(null, windowToken, "dream", true); in attach() 753 public void attach(final IBinder windowToken) { in attach() argument 757 DreamService.this.attach(windowToken); in attach()
|
D | IDreamService.aidl | 23 void attach(IBinder windowToken); in attach() argument
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | FaceUnlock.java | 264 IBinder windowToken = mFaceUnlockView.getWindowToken(); in handleServiceConnected() local 265 if (windowToken != null) { in handleServiceConnected() 274 startUi(windowToken, position[0], position[1], mFaceUnlockView.getWidth(), in handleServiceConnected() 377 private void startUi(IBinder windowToken, int x, int y, int w, int h) { in startUi() argument 383 mService.startUi(windowToken, x, y, w, h, in startUi()
|
D | KeyguardViewManager.java | 95 void onShown(IBinder windowToken); in onShown() argument
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuDialogHelper.java | 51 public void show(IBinder windowToken) { in show() argument 84 if (windowToken != null) { in show() 85 lp.token = windowToken; in show()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | MenuDialogHelper.java | 52 public void show(IBinder windowToken) { in show() argument 87 if (windowToken != null) { in show() 88 lp.token = windowToken; in show()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardShowCallback.aidl | 19 void onShown(IBinder windowToken); in onShown() argument
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 26 IBinder windowToken, int windowType, boolean isPreview, in attach() argument
|
D | WallpaperService.java | 962 IWallpaperConnection conn, IBinder windowToken, in IWallpaperEngineWrapper() argument 966 mWindowToken = windowToken; in IWallpaperEngineWrapper() 1103 public void attach(IWallpaperConnection conn, IBinder windowToken, in attach() argument 1105 new IWallpaperEngineWrapper(mTarget, conn, windowToken, in attach()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardServiceDelegate.java | 67 public void onShown(IBinder windowToken); in onShown() argument 79 public void onShown(IBinder windowToken) throws RemoteException { in onShown() argument 82 mShowListener.onShown(windowToken); in onShown()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 946 public void setWallpaperOffsets(IBinder windowToken, float xOffset, float yOffset) { in setWallpaperOffsets() argument 950 windowToken, xOffset, yOffset, mWallpaperXStep, mWallpaperYStep); in setWallpaperOffsets() 983 public void sendWallpaperCommand(IBinder windowToken, String action, in sendWallpaperCommand() argument 988 windowToken, action, x, y, z, extras, false); in sendWallpaperCommand() 1005 public void clearWallpaperOffsets(IBinder windowToken) { in clearWallpaperOffsets() argument 1008 windowToken, -1, -1, -1, -1); in clearWallpaperOffsets()
|
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/ |
D | KeyguardTestActivity.java | 73 public void onShown(IBinder windowToken) throws RemoteException { in onShown() argument 74 Log.v(TAG, "Keyguard is shown, windowToken = " + windowToken); in onShown()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodManager.aidl | 56 InputBindResult windowGainedFocus(in IInputMethodClient client, in IBinder windowToken, in windowGainedFocus() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 967 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { in hideSoftInputFromWindow() argument 968 return hideSoftInputFromWindow(windowToken, flags, null); in hideSoftInputFromWindow() 987 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags, in hideSoftInputFromWindow() argument 991 if (mServedView == null || mServedView.getWindowToken() != windowToken) { in hideSoftInputFromWindow() 1017 public void toggleSoftInputFromWindow(IBinder windowToken, int showFlags, int hideFlags) { in toggleSoftInputFromWindow() argument 1019 if (mServedView == null || mServedView.getWindowToken() != windowToken) { in toggleSoftInputFromWindow()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeIInputMethodManager.java | 218 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, in windowGainedFocus() argument
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 176 void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep); in setWallpaperPosition() argument
|
D | IWindowManager.aidl | 277 MagnificationSpec getCompatibleMagnificationSpecForWindow(in IBinder windowToken); in getCompatibleMagnificationSpecForWindow() argument
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 481 public int addAccessibilityInteractionConnection(IWindow windowToken, in addAccessibilityInteractionConnection() argument 495 mGlobalWindowTokens.put(windowId, windowToken.asBinder()); in addAccessibilityInteractionConnection() 506 userState.mWindowTokens.put(windowId, windowToken.asBinder()); in addAccessibilityInteractionConnection() 551 private int removeAccessibilityInteractionConnectionInternalLocked(IBinder windowToken, in removeAccessibilityInteractionConnectionInternalLocked() argument 556 if (windowTokens.valueAt(i) == windowToken) { in removeAccessibilityInteractionConnectionInternalLocked() 2495 IBinder windowToken = mGlobalWindowTokens.get(windowId); in getCompatibleMagnificationSpec() local 2496 if (windowToken == null) { in getCompatibleMagnificationSpec() 2497 windowToken = getCurrentUserStateLocked().mWindowTokens.get(windowId); in getCompatibleMagnificationSpec() 2499 if (windowToken != null) { in getCompatibleMagnificationSpec() 2501 windowToken); in getCompatibleMagnificationSpec()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | IWindowManagerImpl.java | 487 public MagnificationSpec getCompatibleMagnificationSpecForWindow(IBinder windowToken) { in getCompatibleMagnificationSpecForWindow() argument
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 4305 public void onShown(IBinder windowToken) { in waitForKeyguard() 4306 waitForKeyguardWindowDrawn(windowToken, screenOnListener); in waitForKeyguard() 4319 private void waitForKeyguardWindowDrawn(IBinder windowToken, in waitForKeyguardWindowDrawn() argument 4321 if (windowToken != null && !mHideLockScreen) { in waitForKeyguardWindowDrawn() 4324 windowToken, new IRemoteCallback.Stub() { in waitForKeyguardWindowDrawn() 4340 Slog.i(TAG, "No lock screen! windowToken=" + windowToken); in waitForKeyguardWindowDrawn()
|
/frameworks/base/services/java/com/android/server/ |
D | InputMethodManagerService.java | 1869 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, in windowGainedFocus() argument 1912 if (mCurFocusedWindow == windowToken) { in windowGainedFocus() 1914 + " attribute=" + attribute + ", token = " + windowToken); in windowGainedFocus() 1921 mCurFocusedWindow = windowToken; in windowGainedFocus()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 3151 public MagnificationSpec getCompatibleMagnificationSpecForWindow(IBinder windowToken) { in getCompatibleMagnificationSpecForWindow() argument 3157 WindowState windowState = mWindowMap.get(windowToken); in getCompatibleMagnificationSpecForWindow()
|