Searched defs:updateRunning (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java83 updateRunning();
86 updateRunning(false);
113 updateRunning();
120 updateRunning(false);
126 updateRunning();
144 updateRunning();
152 updateRunning();
191 private void updateRunning() { method in class:AdapterViewFlipper
194 updateRunning(true);
205 private void updateRunning(boolea method in class:AdapterViewFlipper
[all...]
H A DViewFlipper.java75 updateRunning();
78 updateRunning(false);
105 updateRunning();
112 updateRunning(false);
131 updateRunning();
139 updateRunning();
146 private void updateRunning() { method in class:ViewFlipper
147 updateRunning(true);
158 private void updateRunning(boolean flipNow) { method in class:ViewFlipper
171 Log.d(TAG, "updateRunning() mVisibl
[all...]
H A DChronometer.java185 updateRunning();
197 updateRunning();
207 updateRunning();
214 updateRunning();
221 updateRunning();
250 private void updateRunning() { method in class:Chronometer

Completed in 97 milliseconds