Searched defs:parentState (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | SceneTransitionLayoutStateTest.kt | 157 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/ |
D | AHierarchicalStateMachine.cpp | 29 AState::AState(const sp<AState> &parentState) in AState() 36 sp<AState> AState::parentState() { in parentState() function in android::AState
|
D | ACodec.cpp | 5946 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 903 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/ |
D | WindowlessWindowManager.java | 204 State parentState = mStateForWindow.get(attrs.token); in addToDisplay() local
|