Home
last modified time | relevance | path

Searched refs:startingView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java119 View startingView; field in AppWindowToken
798 if (startingWindow != null || startingView != null in dump()
801 pw.print(" startingView="); pw.print(startingView); in dump()
DWindowManagerService.java2526 } else if (atoken.allAppWindows.size() == 1 && atoken.startingView != null) { in removeWindowInnerLocked()
4157 if (startingWindow != null && ttoken.startingView != null) { in transferStartingWindow()
4169 wtoken.startingView = ttoken.startingView; in transferStartingWindow()
4175 ttoken.startingView = null; in transferStartingWindow()
8123 wtoken.startingView = view; in handleMessage()
8129 + wtoken.startingView); in handleMessage()
8150 + wtoken.startingView); in handleMessage()
8152 view = wtoken.startingView; in handleMessage()
8155 wtoken.startingView = null; in handleMessage()
8183 + " startingView=" + wtoken.startingView); in handleMessage()
[all …]