Searched refs:clientHidden (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java105 boolean clientHidden; field in class:AppWindowToken
158 if (win == startingWindow && clientHidden) {
164 "Setting visibility of " + win + ": " + (!clientHidden));
165 win.mClient.dispatchAppVisibility(!clientHidden);
769 pw.print(" clientHidden="); pw.print(clientHidden);
H A DTask.java459 if (token.mIsExiting || token.clientHidden || token.hiddenRequested) {
750 if (!token.mIsExiting && !token.clientHidden && !token.hiddenRequested) {
H A DWindowManagerService.java2142 if (win.mAppToken == null || !win.mAppToken.clientHidden) {
2849 (win.mAppToken == null || !win.mAppToken.clientHidden)) {
4209 if (wtoken.clientHidden != ttoken.clientHidden) {
4210 wtoken.clientHidden = ttoken.clientHidden;
4290 if (wtoken.clientHidden == visible) {
4291 wtoken.clientHidden = !visible;
4510 if (wtoken.clientHidden) {
4517 wtoken.clientHidden
[all...]
H A DWindowState.java1270 final boolean isViewVisible = (mAppToken == null || !mAppToken.clientHidden)
1809 if (!isWinVisibleLw() || mAppToken == null || mAppToken.clientHidden) {

Completed in 101 milliseconds