Searched refs:topActivityType (Results 1 – 12 of 12) sorted by relevance
270 final boolean secondaryImpliedMinimize = mSecondary.topActivityType == ACTIVITY_TYPE_HOME in handleTaskInfoChanged()271 || (mSecondary.topActivityType == ACTIVITY_TYPE_RECENTS in handleTaskInfoChanged()273 final boolean primaryWasEmpty = mPrimary.topActivityType == ACTIVITY_TYPE_UNDEFINED; in handleTaskInfoChanged()274 final boolean secondaryWasEmpty = mSecondary.topActivityType == ACTIVITY_TYPE_UNDEFINED; in handleTaskInfoChanged()284 final boolean primaryIsEmpty = mPrimary.topActivityType == ACTIVITY_TYPE_UNDEFINED; in handleTaskInfoChanged()285 final boolean secondaryIsEmpty = mSecondary.topActivityType == ACTIVITY_TYPE_UNDEFINED; in handleTaskInfoChanged()286 final boolean secondaryImpliesMinimize = mSecondary.topActivityType == ACTIVITY_TYPE_HOME in handleTaskInfoChanged()287 || (mSecondary.topActivityType == ACTIVITY_TYPE_RECENTS in handleTaskInfoChanged()298 Log.d(TAG, " at-least one split empty " + mPrimary.topActivityType in handleTaskInfoChanged()299 + " " + mSecondary.topActivityType); in handleTaskInfoChanged()[all …]
131 if (ti.topActivityType == ACTIVITY_TYPE_HOME) { in getHomeAndRecentsTasks()155 if (homeStacks.get(i).topActivityType == ACTIVITY_TYPE_HOME) { in applyHomeTasksMinimized()172 if (homeStacks.get(i).topActivityType == ACTIVITY_TYPE_RECENTS) { in applyHomeTasksMinimized()215 if (!rootTask.supportsMultiWindow && rootTask.topActivityType != ACTIVITY_TYPE_HOME) { in buildEnterSplit()
301 && (mSplits.mPrimary.topActivityType != ACTIVITY_TYPE_UNDEFINED in isSplitActive()302 || mSplits.mSecondary.topActivityType != ACTIVITY_TYPE_UNDEFINED); in isSplitActive()
191 public @WindowConfiguration.ActivityType int topActivityType; field in TaskInfo341 return topActivityType == that.topActivityType in equalsForTaskOrganizer()395 topActivityType = source.readInt(); in readFromParcel()433 dest.writeInt(topActivityType); in writeToParcel()462 + " topActivityType=" + topActivityType in toString()
134 currentTask.topActivityType == WindowConfiguration.ACTIVITY_TYPE_HOME; in shouldPlayHomeSoundForCurrentTransition()157 mLastActivityType = currentTask.topActivityType; in updateLastTaskInfo()160 currentTask.topActivityType == WindowConfiguration.ACTIVITY_TYPE_HOME; in updateLastTaskInfo()
526 assertEquals(ACTIVITY_TYPE_UNDEFINED, info1.topActivityType); in testCreateDeleteRootTasks()533 assertEquals(ACTIVITY_TYPE_UNDEFINED, info2.topActivityType); in testCreateDeleteRootTasks()564 assertEquals(ACTIVITY_TYPE_STANDARD, info1.topActivityType); in testTileAddRemoveChild()581 assertEquals(ACTIVITY_TYPE_UNDEFINED, info1.topActivityType); in testTileAddRemoveChild()612 assertEquals(ACTIVITY_TYPE_STANDARD, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()623 assertEquals(ACTIVITY_TYPE_HOME, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()629 assertEquals(ACTIVITY_TYPE_STANDARD, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()640 assertEquals(ACTIVITY_TYPE_UNDEFINED, lastReportedTiles.get(0).topActivityType); in testTaskInfoCallback()686 lastReportedTiles.get(info1.token.asBinder()).topActivityType); in testHierarchyTransaction()688 lastReportedTiles.get(info2.token.asBinder()).topActivityType); in testHierarchyTransaction()[all …]
1342 if (info.topActivityType == ACTIVITY_TYPE_UNDEFINED) { in onTaskInfoChanged()
61 final boolean topIsHome = windowInfo.taskInfo.topActivityType == ACTIVITY_TYPE_HOME; in getSuggestedWindowType()
214 + " topActivityType=" + taskInfo.topActivityType in toString()
422 res.topActivityType = activityType; in createRunningTaskInfo()
201 final int activityType = runningTaskInfo.topActivityType; in create()
4102 info.topActivityType = top.getActivityType();