HomeSort by relevance Sort by last modified time
    Searched defs:resultState (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 136 public void getStackScrollState(AmbientState ambientState, StackScrollState resultState) {
142 resultState.resetViewStates();
159 updateVisibleChildren(resultState, algorithmState);
162 findNumberOfItemsInTopStackAndUpdateState(resultState, algorithmState);
165 updatePositionsForState(resultState, algorithmState);
168 updateZValuesForState(resultState, algorithmState);
170 handleDraggedViews(ambientState, resultState, algorithmState);
171 updateDimmedActivatedHideSensitive(ambientState, resultState, algorithmState);
172 updateClipping(resultState, algorithmState);
173 updateSpeedBumpState(resultState, algorithmState, ambientState.getSpeedBumpIndex())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 310 int resultState = ServiceState.STATE_OUT_OF_SERVICE;
316 resultState = serviceState;
321 if ( resultState == ServiceState.STATE_EMERGENCY_ONLY ||
322 resultState == ServiceState.STATE_POWER_OFF) {
323 resultState = serviceState;
326 if (resultState == ServiceState.STATE_POWER_OFF) {
327 resultState = serviceState;
331 return resultState;
338 int resultState = ServiceState.STATE_OUT_OF_SERVICE;
345 resultState = serviceState
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 

Completed in 62 milliseconds