Home
last modified time | relevance | path

Searched defs:parentState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DSceneTransitionLayoutStateTest.kt157 val parentState = MutableSceneTransitionLayoutState(parentInitialScene) in <lambda>() constant
174 val (parentState, childState) = setupLinkedStates() in <lambda>() constant
198 val parentState = in <lambda>() constant
227 val (parentState, childState) = setupLinkedStates() in <lambda>() constant
241 val (parentState, childState) = setupLinkedStates() in <lambda>() constant
256 val (parentState, childState) = setupLinkedStates() in <lambda>() constant
268 val (parentState, childState) = setupLinkedStates() in <lambda>() constant
280 val (parentState, childState) = setupLinkedStates() in <lambda>() constant
403 val (parentState, childState) = setupLinkedStates(SceneC, SceneA, null, null, null, SceneD) in <lambda>() constant
417 val (parentState, childState) = in <lambda>() constant
[all …]
/frameworks/av/media/libstagefright/
DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState) in AState()
36 sp<AState> AState::parentState() { in parentState() function in android::AState
DACodec.cpp5946 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp903 RequestedLayerState parentState(LayerCreationArgs(parent->getSequence())); in TEST_F() local
930 RequestedLayerState parentState(LayerCreationArgs(parent->getSequence())); in TEST_F() local
965 RequestedLayerState parentState(LayerCreationArgs(parent->getSequence())); in TEST_F() local
999 RequestedLayerState parentState(LayerCreationArgs(parent->getSequence())); in TEST_F() local
1025 RequestedLayerState parentState(LayerCreationArgs(parent->getSequence())); in TEST_F() local
/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java204 State parentState = mStateForWindow.get(attrs.token); in addToDisplay() local