Searched refs:parentState (Results 1 – 5 of 5) 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();
248 public void getState(StackScrollState resultState, StackViewState parentState) {268 childState.dimmed = parentState.dimmed;269 childState.dark = parentState.dark;270 childState.hideSensitive = parentState.hideSensitive;271 childState.belowSpeedBump = parentState.belowSpeedBump;272 childState.scale = parentState.scale;275 childState.location = parentState.location;
239 StackViewState parentState = resultState.getViewStateForView(this); in getChildrenStates() local240 mChildrenContainer.getState(resultState, parentState); in getChildrenStates()
216 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);4520 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) in BaseState() argument4521 : AState(parentState), in BaseState()