Searched refs:shouldPlaceSecondaryHomeOnDisplayArea (Results 1 – 3 of 3) sorted by relevance
494 if (!mService.mRootWindowContainer.shouldPlaceSecondaryHomeOnDisplayArea( in interceptHomeIfNeeded()
1448 } else if (shouldPlaceSecondaryHomeOnDisplayArea(taskDisplayArea)) { in startHomeOnTaskDisplayArea()1662 boolean shouldPlaceSecondaryHomeOnDisplayArea(TaskDisplayArea taskDisplayArea) { in shouldPlaceSecondaryHomeOnDisplayArea() method in RootWindowContainer1737 if (!shouldPlaceSecondaryHomeOnDisplayArea(taskDisplayArea)) { in canStartHomeOnDisplayArea()
368 when(mRootWindowContainer.shouldPlaceSecondaryHomeOnDisplayArea(eq(mTaskDisplayArea))) in testHomeIntentInterception()