Searched refs:getInitialState (Results 1 – 10 of 10) sorted by relevance
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/ |
D | TransitionProcessor.kt | 37 abstract fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>): BaseState in <lambda>() method 62 var currPosition: FSMState? = getInitialState(tags) in <lambda>()
|
D | AppLaunchProcessor.kt | 34 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in <lambda>() method
|
D | PipResizeProcessor.kt | 36 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
|
D | PipExpandProcessor.kt | 37 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
|
D | ImeAppearProcessor.kt | 39 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
|
D | ImeDisappearProcessor.kt | 38 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
|
D | PipEnterProcessor.kt | 43 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
|
D | RotationProcessor.kt | 36 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = InitialState(tags) in getInitialState() method
|
D | PipExitProcessor.kt | 45 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
|
D | AppCloseProcessor.kt | 45 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in <lambda>() method
|