OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resultState
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java
91
public void getStackScrollState(AmbientState ambientState, StackScrollState
resultState
) {
97
resultState
.resetViewStates();
99
initAlgorithmState(
resultState
, algorithmState, ambientState);
101
updatePositionsForState(
resultState
, algorithmState, ambientState);
103
updateZValuesForState(
resultState
, algorithmState, ambientState);
105
updateHeadsUpStates(
resultState
, algorithmState, ambientState);
107
handleDraggedViews(ambientState,
resultState
, algorithmState);
108
updateDimmedActivatedHideSensitive(ambientState,
resultState
, algorithmState);
109
updateClipping(
resultState
, algorithmState, ambientState);
110
updateSpeedBumpState(
resultState
, algorithmState, ambientState.getSpeedBumpIndex())
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java
280
int
resultState
= ServiceState.STATE_OUT_OF_SERVICE;
286
resultState
= serviceState;
291
if (
resultState
== ServiceState.STATE_EMERGENCY_ONLY ||
292
resultState
== ServiceState.STATE_POWER_OFF) {
293
resultState
= serviceState;
296
if (
resultState
== ServiceState.STATE_POWER_OFF) {
297
resultState
= serviceState;
301
return
resultState
;
308
int
resultState
= ServiceState.STATE_OUT_OF_SERVICE;
315
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
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
android-all-4.4_r1-robolectric-1.jar
Completed in 267 milliseconds