Searched refs:wtoken (Results 1 – 7 of 7) sorted by relevance
26 void onClick(IBinder wtoken); in onClick() argument
405 public void onClick(IBinder wtoken) throws RemoteException { in onBind() argument406 mHandler.obtainMessage(H.MSG_TILE_CLICKED, wtoken).sendToTarget(); in onBind()
865 final WindowContainer wtoken = i < array2base in lookForHighestTokenWithFilter() local870 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter()871 final ActivityRecord r = getAppFromContainer(wtoken); in lookForHighestTokenWithFilter()
600 final WindowToken wtoken = dc.getWindowToken(binder); in getWindowToken() local601 if (wtoken != null) { in getWindowToken()602 return wtoken; in getWindowToken()
2010 final WallpaperWindowToken wtoken = mToken.asWallpaperToken(); in isOnScreen() local2011 if (wtoken != null) { in isOnScreen()2012 return !isParentWindowHidden() && wtoken.isVisible(); in isOnScreen()
3154 final ActivityRecord wtoken = mRoot.getActivityRecord(token); in setWindowOpaqueLocked() local3155 if (wtoken != null) { in setWindowOpaqueLocked()3156 wtoken.setMainWindowOpaque(isOpaque); in setWindowOpaqueLocked()
4786 IBinder wtoken = r.mPendingRemoveWindow.getDecorView().getWindowToken(); in cleanUpPendingRemoveWindows() local4787 if (wtoken != null) { in cleanUpPendingRemoveWindows()4788 WindowManagerGlobal.getInstance().closeAll(wtoken, in cleanUpPendingRemoveWindows()5465 IBinder wtoken = v.getWindowToken(); in handleDestroyActivity() local5485 if (wtoken != null && r.mPendingRemoveWindow == null) { in handleDestroyActivity()5486 WindowManagerGlobal.getInstance().closeAll(wtoken, in handleDestroyActivity()