Home
last modified time | relevance | path

Searched refs:getInitialState (Results 1 – 10 of 10) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DTransitionProcessor.kt37 abstract fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>): BaseState in <lambda>() method
62 var currPosition: FSMState? = getInitialState(tags) in <lambda>()
DAppLaunchProcessor.kt34 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in <lambda>() method
DPipResizeProcessor.kt36 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
DPipExpandProcessor.kt37 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
DImeAppearProcessor.kt39 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
DImeDisappearProcessor.kt38 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
DPipEnterProcessor.kt43 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
DRotationProcessor.kt36 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = InitialState(tags) in getInitialState() method
DPipExitProcessor.kt45 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in getInitialState() method
DAppCloseProcessor.kt45 override fun getInitialState(tags: MutableMap<Long, MutableList<Tag>>) = in <lambda>() method