Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DAppWindowToken.java92 View startingView; field in AppWindowToken
262 if (startingWindow != null || startingView != null in dump()
265 pw.print(" startingView="); pw.print(startingView); in dump()
DWindowManagerService.java2526 } else if (atoken.allAppWindows.size() == 1 && atoken.startingView != null) { in removeWindowInnerLocked()
4064 wtoken.startingView = ttoken.startingView; in setAppStartingWindow()
4069 ttoken.startingView = null; in setAppStartingWindow()
7011 wtoken.startingView = view; in handleMessage()
7017 + wtoken.startingView); in handleMessage()
7038 + wtoken.startingView); in handleMessage()
7040 view = wtoken.startingView; in handleMessage()
7043 wtoken.startingView = null; in handleMessage()
7071 + " startingView=" + wtoken.startingView); in handleMessage()
7077 view = wtoken.startingView; in handleMessage()
[all …]