Searched defs:reset (Results 176 - 185 of 185) sorted by relevance

12345678

/frameworks/base/core/java/android/view/
H A DKeyEvent.java2669 public void reset() { method in class:KeyEvent.DispatcherState
2679 public void reset(Object target) { method in class:KeyEvent.DispatcherState
H A DViewRootImpl.java1520 // If the surface has been removed, then reset the scroll
1758 insets.reset();
2926 mAttachInfo.mKeyDispatchState.reset();
3293 x.reset(0);
3294 y.reset(0);
3302 x.reset(2);
3303 y.reset(2);
3310 x.reset(2);
3311 y.reset(2);
3331 // other axis is reset
5009 void reset(int _step) { method in class:ViewRootImpl.TrackballAxis
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.cpp690 "device was reset");
1132 // the device to brighten and reset the user activity timer.
1174 mTempTouchState.reset();
1523 mTouchState.reset();
1533 mTouchState.reset();
1580 mTempTouchState.reset();
3065 mTouchState.reset();
4317 void InputDispatcher::TouchState::reset() { function in class:android::InputDispatcher::TouchState
H A DInputReader.cpp360 device->reset(when);
394 device->reset(when);
938 void InputDevice::reset(nsecs_t when) { function in class:android::InputDevice
942 mapper->reset(when);
978 reset(rawEvent->when);
1101 void CursorButtonAccumulator::reset(InputDevice* device) { function in class:android::CursorButtonAccumulator
1181 void CursorMotionAccumulator::reset(InputDevice* device) { function in class:android::CursorMotionAccumulator
1220 void CursorScrollAccumulator::reset(InputDevice* device) { function in class:android::CursorScrollAccumulator
1263 void TouchButtonAccumulator::reset(InputDevice* device) { function in class:android::TouchButtonAccumulator
1487 void SingleTouchMotionAccumulator::reset(InputDevic function in class:android::SingleTouchMotionAccumulator
1557 void MultiTouchMotionAccumulator::reset(InputDevice* device) { function in class:android::MultiTouchMotionAccumulator
1745 void InputMapper::reset(nsecs_t when) { function in class:android::InputMapper
2040 void KeyboardInputMapper::reset(nsecs_t when) { function in class:android::KeyboardInputMapper
2210 updateLedState(bool reset) argument
2219 updateLedStateForModifier(LedState& ledState, int32_t led, int32_t modifier, bool reset) argument
2381 void CursorInputMapper::reset(nsecs_t when) { function in class:android::CursorInputMapper
3560 void TouchInputMapper::reset(nsecs_t when) { function in class:android::TouchInputMapper
5813 void SingleTouchInputMapper::reset(nsecs_t when) { function in class:android::SingleTouchInputMapper
5883 void MultiTouchInputMapper::reset(nsecs_t when) { function in class:android::MultiTouchInputMapper
6221 void JoystickInputMapper::reset(nsecs_t when) { function in class:android::JoystickInputMapper
[all...]
H A DInputReader.h529 void reset(nsecs_t when);
598 void reset(InputDevice* device);
623 void reset(InputDevice* device);
645 void reset(InputDevice* device);
676 void reset(InputDevice* device);
806 void reset(InputDevice* device);
877 void reset(InputDevice* device);
903 * - reset
904 * - process, process, process (may occasionally reconfigure with non-zero changes or reset)
905 * - reset
1558 void reset() { function in struct:android::TouchInputMapper::PointerGesture
1597 void reset() { function in struct:android::TouchInputMapper::PointerSimple
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp814 << "Expected reset() to have been called.";
861 virtual void reset(nsecs_t when) { function in class:android::FakeInputMapper
1230 mDevice->reset(ARBITRARY_TIME);
1298 mDevice->reset(ARBITRARY_TIME);
1404 mDevice->reset(ARBITRARY_TIME);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java451 void reset(boolean detachIfReset) { method in class:BatteryStatsImpl.Counter
568 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) { method in class:BatteryStatsImpl.Timer
830 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) { method in class:BatteryStatsImpl.SamplingTimer
831 super.reset(stats, detachIfReset);
1017 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) { method in class:BatteryStatsImpl.StopwatchTimer
1019 super.reset(stats, canDetach && detachIfReset);
2723 boolean reset() { method in class:BatteryStatsImpl.Uid
2727 active |= !mWifiRunningTimer.reset(BatteryStatsImpl.this, false);
2731 active |= !mFullWifiLockTimer.reset(BatteryStatsImpl.this, false);
2735 active |= !mWifiScanTimer.reset(BatteryStatsImp
3063 boolean reset() { method in class:BatteryStatsImpl.Uid.Wakelock
3139 boolean reset() { method in class:BatteryStatsImpl.Uid.Sensor
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java631 // Done: reset the session timeout clock
826 // itself as the current transport because we explicitly reset mCurrentTransport
1248 // No more initialization needed; wipe the journal and reset our state.
1929 // the event log; the no-success code below will reset the backup
2257 // We also want to reset the backup schedule based on whatever
3469 public void reset() { method in class:BackupManagerService.PerformFullRestoreTask.RestoreInstallObserver
3505 public void reset() { method in class:BackupManagerService.PerformFullRestoreTask.RestoreDeleteObserver
3560 mInstallObserver.reset();
3611 mDeleteObserver.reset();
4543 // Furthermore we need to reset th
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1154 public void setItemSize(int size, boolean reset) { argument
1164 if (reset) {
1170 public void setItemColor(int color, boolean reset) { argument
1180 if (reset) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2504 mWcStats.reset();
2505 mHzStats.reset();
2911 uint32_t resetMask = 0; // bit mask of fast tracks that need to be reset
2997 // track has provided at least some frames recently: reset retry count
3045 // Can't reset directly, as fast mixer is still polling this track
3046 // track->reset();
3047 // So instead mark this track as needing to be reset after push with ack
3253 // reset retry count
3283 track->reset();
3344 // Now perform the deferred reset o
4273 void AudioFlinger::ThreadBase::TrackBase::reset() { function in class:android::AudioFlinger::ThreadBase::TrackBase
4701 void AudioFlinger::PlaybackThread::Track::reset() function in class:android::AudioFlinger::PlaybackThread::Track
[all...]

Completed in 250 milliseconds

12345678