Searched refs:parentState (Results 1 – 6 of 6) sorted by relevance
29 AState::AState(const sp<AState> &parentState) in AState() argument30 : mParentState(parentState) { in AState()36 sp<AState> AState::parentState() { in parentState() function in android::AState63 cur = cur->parentState(); in handleMessage()87 cur = cur->parentState(); in changeState()97 cur = cur->parentState(); in changeState()
259 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);5626 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState() argument5627 : AState(parentState), in BaseState()
26 AState(const sp<AState> &parentState = NULL);28 sp<AState> parentState();
520 public void updateState(ExpandableViewState parentState, AmbientState ambientState) {567 ? parentState.zTranslation569 childState.dimmed = parentState.dimmed;570 childState.dark = parentState.dark;571 childState.hideSensitive = parentState.hideSensitive;572 childState.belowSpeedBump = parentState.belowSpeedBump;581 childState.location = parentState.location;582 childState.inShelf = parentState.inShelf;619 ? parentState.zTranslation
430 auto& parentState = parent->getDrawingState(); in latchGeometry() local431 const int parentType = parentState.metadata.getInt32(METADATA_WINDOW_TYPE, 0); in latchGeometry()432 const int parentAppId = parentState.metadata.getInt32(METADATA_OWNER_UID, 0); in latchGeometry()1826 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState() local1827 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()
927 ExpandableViewState parentState = getViewState();928 mChildrenContainer.updateState(parentState, ambientState);