Home
last modified time | relevance | path

Searched defs:wtoken (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java31 Task(AppWindowToken wtoken, TaskStack stack, int userId) { in Task()
42 void addAppToken(int addPos, AppWindowToken wtoken) { in addAppToken()
54 boolean removeAppToken(AppWindowToken wtoken) { in removeAppToken()
DWindowManagerService.java3519 WindowToken wtoken = mTokenMap.get(token); in findAppWindowToken() local
3534 WindowToken wtoken = mTokenMap.get(token); in addWindowToken() local
3557 WindowToken wtoken = mTokenMap.remove(token); in removeWindowToken() local
3959 AppWindowToken wtoken = findAppWindowToken(token.asBinder()); in getAppOrientation() local
4174 AppWindowToken wtoken = findAppWindowToken(token); in setAppStartingWindow() local
4375 AppWindowToken wtoken = mTokenMap.get(token).appWindowToken; in removeAppStartingWindow() local
4389 AppWindowToken wtoken; in setAppWillBeHidden() local
4419 AppWindowToken wtoken = findAppWindowToken(token); in setWindowOpaqueLocked() local
4428 boolean setTokenVisibilityLocked(AppWindowToken wtoken, WindowManager.LayoutParams lp, in setTokenVisibilityLocked()
4549 void updateTokenInPlaceLocked(AppWindowToken wtoken, int transit) { in updateTokenInPlaceLocked()
[all …]
DDisplayContent.java329 AppWindowToken wtoken = tokens.get(tokenNdx); in checkForDeferredActions() local
390 final AppWindowToken wtoken = tokens.get(tokenNdx); in dump() local
DWindowAnimator.java590 final AppWindowToken wtoken = tokens.get(tokenNdx); in testTokenMayBeDrawnLocked() local
DWindowState.java795 AppWindowToken wtoken = mAppToken == null ? mService.mFocusedApp : mAppToken; in getStack() local
/frameworks/base/core/java/android/app/
DActivityThread.java2999 IBinder wtoken = r.mPendingRemoveWindow.getWindowToken(); in cleanUpPendingRemoveWindows() local
3734 IBinder wtoken = v.getWindowToken(); in handleDestroyActivity() local