Home
last modified time | relevance | path

Searched refs:parentState (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState) in AState() argument
30 : mParentState(parentState) { in AState()
36 sp<AState> AState::parentState() { in parentState() function in android::AState
63 cur = cur->parentState(); in handleMessage()
87 cur = cur->parentState(); in changeState()
97 cur = cur->parentState(); in changeState()
DACodec.cpp259 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
5657 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState() argument
5658 : AState(parentState), in BaseState()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAHierarchicalStateMachine.h26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java520 public void updateState(ExpandableViewState parentState, AmbientState ambientState) {
567 ? parentState.zTranslation
569 childState.dimmed = parentState.dimmed;
570 childState.hideSensitive = parentState.hideSensitive;
571 childState.belowSpeedBump = parentState.belowSpeedBump;
580 childState.location = parentState.location;
581 childState.inShelf = parentState.inShelf;
618 ? parentState.zTranslation
/frameworks/native/services/surfaceflinger/
DLayer.cpp429 auto& parentState = parent->getDrawingState(); in latchGeometry() local
430 const int parentType = parentState.metadata.getInt32(METADATA_WINDOW_TYPE, 0); in latchGeometry()
431 const int parentAppId = parentState.metadata.getInt32(METADATA_OWNER_UID, 0); in latchGeometry()
1826 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState() local
1827 if (parentState.radius > 0) { in getRoundedCornerState()
1830 parentState.cropRect = t.transform(parentState.cropRect); in getRoundedCornerState()
1835 parentState.radius *= (t[0][0] + t[1][1]) / 2.0f; in getRoundedCornerState()
1836 return parentState; in getRoundedCornerState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java910 ExpandableViewState parentState = getViewState();
911 mChildrenContainer.updateState(parentState, ambientState);