Searched refs:parentState (Results 1 – 7 of 7) 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()
26 AState(const sp<AState> &parentState = NULL);28 sp<AState> parentState();
565 public void getState(StackScrollState resultState, ExpandableViewState parentState,613 ? parentState.zTranslation615 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.zTranslation
155 State parentState = !mParentStates.isEmpty() ? mParentStates.get(mParentStates.size() - 1) in calculateTargetState() local157 return min(min(mState, siblingState), parentState); in calculateTargetState()
590 auto& parentState = parent->getDrawingState(); in setGeometry() local591 if (parentState.type >= 0 || parentState.appId >= 0) { in setGeometry()592 type = parentState.type; in setGeometry()593 appId = parentState.appId; in setGeometry()
784 ExpandableViewState parentState = resultState.getViewStateForView(this);785 mChildrenContainer.getState(resultState, parentState, ambientState);
262 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);5461 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState() argument5462 : AState(parentState), in BaseState()