Home
last modified time | relevance | path

Searched refs:wtoken (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/quicksettings/
DIQSTileService.aidl26 void onClick(IBinder wtoken); in onClick() argument
DTileService.java405 public void onClick(IBinder wtoken) throws RemoteException { in onBind() argument
406 mHandler.obtainMessage(H.MSG_TILE_CLICKED, wtoken).sendToTarget(); in onBind()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java865 final WindowContainer wtoken = i < array2base in lookForHighestTokenWithFilter() local
870 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter()
871 final ActivityRecord r = getAppFromContainer(wtoken); in lookForHighestTokenWithFilter()
DRootWindowContainer.java600 final WindowToken wtoken = dc.getWindowToken(binder); in getWindowToken() local
601 if (wtoken != null) { in getWindowToken()
602 return wtoken; in getWindowToken()
DWindowState.java2010 final WallpaperWindowToken wtoken = mToken.asWallpaperToken(); in isOnScreen() local
2011 if (wtoken != null) { in isOnScreen()
2012 return !isParentWindowHidden() && wtoken.isVisible(); in isOnScreen()
DWindowManagerService.java3154 final ActivityRecord wtoken = mRoot.getActivityRecord(token); in setWindowOpaqueLocked() local
3155 if (wtoken != null) { in setWindowOpaqueLocked()
3156 wtoken.setMainWindowOpaque(isOpaque); in setWindowOpaqueLocked()
/frameworks/base/core/java/android/app/
DActivityThread.java4786 IBinder wtoken = r.mPendingRemoveWindow.getDecorView().getWindowToken(); in cleanUpPendingRemoveWindows() local
4787 if (wtoken != null) { in cleanUpPendingRemoveWindows()
4788 WindowManagerGlobal.getInstance().closeAll(wtoken, in cleanUpPendingRemoveWindows()
5465 IBinder wtoken = v.getWindowToken(); in handleDestroyActivity() local
5485 if (wtoken != null && r.mPendingRemoveWindow == null) { in handleDestroyActivity()
5486 WindowManagerGlobal.getInstance().closeAll(wtoken, in handleDestroyActivity()