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);5657 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState() argument5658 : 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.hideSensitive = parentState.hideSensitive;571 childState.belowSpeedBump = parentState.belowSpeedBump;580 childState.location = parentState.location;581 childState.inShelf = parentState.inShelf;618 ? parentState.zTranslation
429 auto& parentState = parent->getDrawingState(); in latchGeometry() local430 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() 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()
910 ExpandableViewState parentState = getViewState();911 mChildrenContainer.updateState(parentState, ambientState);