Searched defs:reset (Results 276 - 283 of 283) sorted by relevance

<<1112

/frameworks/base/core/java/android/os/
H A DBatteryStats.java2215 * last reset after charging, as a lower-end approximation.
2221 * last reset after charging, as an upper-end approximation.
4618 void reset() { method in class:BatteryStats.HistoryPrinter
4652 reset();
4660 reset();
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1691 // insets in case the old insets were non-empty and must be reset.
1862 // If the surface has been removed, then reset the scroll
2113 insets.reset();
3597 mAttachInfo.mKeyDispatchState.reset();
4451 // this app, therefore the icon type has to be reset on enter/exit event.
4597 mX.reset(0);
4598 mY.reset(0);
4606 mX.reset(2);
4607 mY.reset(2);
4614 mX.reset(
4741 void reset(int _step) { method in class:ViewRootImpl.TrackballAxis
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java954 // Done: reset the session timeout clock
1756 // No more initialization needed; wipe the journal and reset our state.
2786 // the event log; the no-success code below will reset the backup
3390 // We want to reset the backup schedule based on whatever the transport suggests
5714 public void reset() { method in class:BackupManagerService.FullRestoreEngine.RestoreInstallObserver
5750 public void reset() { method in class:BackupManagerService.FullRestoreEngine.RestoreDeleteObserver
5805 mInstallObserver.reset();
5865 mDeleteObserver.reset();
7143 public void reset() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreInstallObserver
7179 public void reset() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreDeleteObserver
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java939 mAdapterHelper.reset();
3006 // Instead, we just reset it.
3007 mAdapterHelper.reset();
10533 State reset() { method in class:RecyclerView.State
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java692 public void reset(long uptime, long realtime) { method in class:BatteryStatsImpl.TimeBase
699 // TODO: Since mUptimeStart was just reset and we are running, getUptime will
700 // just return mPastUptime. Also, are we sure we don't want to reset that?
906 void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.Counter
994 void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.LongSamplingCounter
1104 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.Timer
1328 * If the values being recorded have been reset, the monotonically increasing requirement
1411 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.SamplingTimer
1412 super.reset(detachIfReset);
1560 public boolean reset(boolea method in class:BatteryStatsImpl.BatchTimer
1746 public boolean reset(boolean detachIfReset) { method in class:BatteryStatsImpl.StopwatchTimer
2005 public void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.ControllerActivityCounterImpl
5647 boolean reset() { method in class:BatteryStatsImpl.Uid
6398 boolean reset() { method in class:BatteryStatsImpl.Uid.Wakelock
6533 boolean reset() { method in class:BatteryStatsImpl.Uid.Sensor
9302 startRecordingHistory(final long elapsedRealtimeMs, final long uptimeMs, boolean reset) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 4453 milliseconds

<<1112