Home
last modified time | relevance | path

Searched refs:resultState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java71 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { in getStackScrollState() argument
77 resultState.resetViewStates(); in getStackScrollState()
79 initAlgorithmState(resultState, algorithmState, ambientState); in getStackScrollState()
81 updatePositionsForState(resultState, algorithmState, ambientState); in getStackScrollState()
83 updateZValuesForState(resultState, algorithmState, ambientState); in getStackScrollState()
85 updateHeadsUpStates(resultState, algorithmState, ambientState); in getStackScrollState()
87 handleDraggedViews(ambientState, resultState, algorithmState); in getStackScrollState()
88 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState); in getStackScrollState()
89 updateClipping(resultState, algorithmState, ambientState); in getStackScrollState()
90 updateSpeedBumpState(resultState, algorithmState, ambientState); in getStackScrollState()
[all …]
DNotificationChildrenContainer.java525 public void getState(StackScrollState resultState, ExpandableViewState parentState) {
562 ExpandableViewState childState = resultState.getViewStateForView(child);
592 mGroupOverFlowState.copyFrom(resultState.getViewStateForView(overflowView));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java280 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState() local
286 resultState = serviceState; in getServiceState()
291 if ( resultState == ServiceState.STATE_EMERGENCY_ONLY || in getServiceState()
292 resultState == ServiceState.STATE_POWER_OFF) { in getServiceState()
293 resultState = serviceState; in getServiceState()
296 if (resultState == ServiceState.STATE_POWER_OFF) { in getServiceState()
297 resultState = serviceState; in getServiceState()
301 return resultState; in getServiceState()
308 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState() local
315 resultState = serviceState; in getServiceState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java150 public void updateState(StackScrollState resultState, in updateState() argument
156 ExpandableViewState lastViewState = resultState.getViewStateForView(lastView); in updateState()
DExpandableNotificationRow.java579 public void getChildrenStates(StackScrollState resultState) {
581 ExpandableViewState parentState = resultState.getViewStateForView(this);
582 mChildrenContainer.getState(resultState, parentState);