Home
last modified time | relevance | path

Searched defs:resultState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java137 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) { in getStackScrollState()
178 private void getNotificationChildrenStates(StackScrollState resultState, in getNotificationChildrenStates()
190 private void updateSpeedBumpState(StackScrollState resultState, in updateSpeedBumpState()
203 private void updateClipping(StackScrollState resultState, in updateClipping()
293 StackScrollState resultState, StackScrollAlgorithmState algorithmState) { in updateDimmedActivatedHideSensitive()
318 private void handleDraggedViews(AmbientState ambientState, StackScrollState resultState, in handleDraggedViews()
347 private void updateVisibleChildren(StackScrollState resultState, in updateVisibleChildren()
379 private int updateNotGoneIndex(StackScrollState resultState, in updateNotGoneIndex()
396 private void updatePositionsForState(StackScrollState resultState, in updatePositionsForState()
512 private void updateHeadsUpStates(StackScrollState resultState, in updateHeadsUpStates()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java318 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState() local
346 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java237 public void getChildrenStates(StackScrollState resultState) { in getChildrenStates()