Home
last modified time | relevance | path

Searched refs:shouldPlacePrimaryHomeOnDisplay (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java489 if (mService.mRootWindowContainer.shouldPlacePrimaryHomeOnDisplay( in interceptHomeIfNeeded()
DRootWindowContainer.java1444 || mWmService.shouldPlacePrimaryHomeOnDisplay( in startHomeOnTaskDisplayArea()
1649 boolean shouldPlacePrimaryHomeOnDisplay(int displayId) { in shouldPlacePrimaryHomeOnDisplay() method in RootWindowContainer
1653 || mWmService.shouldPlacePrimaryHomeOnDisplay(displayId))); in shouldPlacePrimaryHomeOnDisplay()
1733 if (shouldPlacePrimaryHomeOnDisplay(displayId)) { in canStartHomeOnDisplayArea()
DWindowManagerService.java3823 boolean shouldPlacePrimaryHomeOnDisplay(int displayId) { in shouldPlacePrimaryHomeOnDisplay() method in WindowManagerService
3825 return shouldPlacePrimaryHomeOnDisplay(displayId, userId); in shouldPlacePrimaryHomeOnDisplay()
3828 boolean shouldPlacePrimaryHomeOnDisplay(int displayId, int userId) { in shouldPlacePrimaryHomeOnDisplay() method in WindowManagerService
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStartInterceptorTest.java366 when(mRootWindowContainer.shouldPlacePrimaryHomeOnDisplay(eq(secondaryDisplayId))) in testHomeIntentInterception()
/frameworks/base/services/
Dart-wear-profile27962 PLcom/android/server/wm/RootWindowContainer;->shouldPlacePrimaryHomeOnDisplay(I)Z