Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DTransactionExecutor.java195 private void cycleToPath(ActivityClientRecord r, int finish, boolean excludeLastState, in cycleToPath() argument
202 + " excludeLastState: " + excludeLastState); in cycleToPath()
204 final IntArray path = mHelper.getLifecyclePath(start, finish, excludeLastState); in cycleToPath()
H A DTransactionExecutorHelper.java66 public IntArray getLifecyclePath(int start, int finish, boolean excludeLastState) { in getLifecyclePath() argument
122 if (excludeLastState && mLifecycleSequence.size() != 0) { in getLifecyclePath()