Home
last modified time | relevance | path

Searched refs:updateRunning (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DAdapterViewFlipper.java92 updateRunning();
95 updateRunning(false);
132 updateRunning(); in onDetachedFromWindow()
139 updateRunning(false); in onWindowVisibilityChanged()
145 updateRunning(); in setAdapter()
179 updateRunning(); in startFlipping()
187 updateRunning(); in stopFlipping()
226 private void updateRunning() { in updateRunning() method in AdapterViewFlipper
229 updateRunning(true); in updateRunning()
240 private void updateRunning(boolean flipNow) { in updateRunning() method in AdapterViewFlipper
[all …]
DViewFlipper.java76 updateRunning();
79 updateRunning(false);
115 updateRunning(); in onDetachedFromWindow()
122 updateRunning(false); in onWindowVisibilityChanged()
141 updateRunning(); in startFlipping()
149 updateRunning(); in stopFlipping()
168 private void updateRunning() { in updateRunning() method in ViewFlipper
169 updateRunning(true); in updateRunning()
180 private void updateRunning(boolean flipNow) { in updateRunning() method in ViewFlipper
DChronometer.java189 updateRunning(); in start()
201 updateRunning(); in stop()
211 updateRunning(); in setStarted()
218 updateRunning(); in onDetachedFromWindow()
225 updateRunning(); in onWindowVisibilityChanged()
254 private void updateRunning() { in updateRunning() method in Chronometer
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java3638 private void updateRunning(int memFactor, long now) { in updateRunning() method in ProcessStats.ServiceState
3687 updateRunning(memFactor, now); in updateStartedState()
3705 updateRunning(memFactor, now); in setBound()
3722 updateRunning(memFactor, now); in setExecuting()