Searched defs:parentState (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState) argument
30 : mParentState(parentState) {
36 sp<AState> AState::parentState() { function in class:android::AState
63 cur = cur->parentState();
87 cur = cur->parentState();
97 cur = cur->parentState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java562 * @param parentState the state of the parent
565 public void getState(StackScrollState resultState, ExpandableViewState parentState, argument
613 ? parentState.zTranslation
615 childState.dimmed = parentState.dimmed;
616 childState.dark = parentState.dark;
617 childState.hideSensitive = parentState.hideSensitive;
618 childState.belowSpeedBump = parentState.belowSpeedBump;
627 childState.location = parentState.location;
628 childState.inShelf = parentState.inShelf;
667 ? parentState
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp590 auto& parentState = parent->getDrawingState(); local
591 if (parentState.type >= 0 || parentState.appId >= 0) {
592 type = parentState.type;
593 appId = parentState.appId;
/frameworks/av/media/libstagefright/
H A DACodec.cpp262 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
5461 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) argument
5462 : AState(parentState),

Completed in 140 milliseconds