Searched defs:reset (Results 126 - 150 of 346) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java294 * Clear out the table, and reset the sequence numbers so future writes
372 // we have been reset and our. If our sequence is UNITIALIZED_SEQUENCE, then
377 logOrThrow("Sequence mismatch. SparseMappingTable.reset()"
383 + " called but not SparseMappingTable.reset() -- "
487 public void reset() { method in class:SparseMappingTable
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java84 public void reset(); method in interface:FileRotator.Rewriter
192 public void reset() {
238 rewriter.reset();
/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java188 mBucket.reset();
440 void reset() { method in class:ChildHelper.Bucket
443 mNext.reset();
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java106 reader.reset();
125 reader.reset();
138 reader.reset();
158 reader.reset();
188 reader.reset();
299 reader.reset();
307 reader.reset();
315 reader.reset();
325 reader.reset();
344 reader.reset();
423 public void reset() { method in class:FileRotatorTest.RecordingReader
[all...]
/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp73 reset(true, true);
108 void ClockRecoveryLoop::reset(bool position, bool frequency) { function in class:android::ClockRecoveryLoop
233 // exceed this amt of error, its time to panic and reset the system.
/frameworks/base/libs/hwui/
H A DAnimator.cpp61 mInterpolator.reset(interpolator);
102 void BaseRenderNodeAnimator::reset() { function in class:android::uirenderer::BaseRenderNodeAnimator
170 mInterpolator.reset(Interpolator::createDefaultInterpolator());
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp133 reset();
136 void CacheTexture::reset() { function in class:android::uirenderer::CacheTexture
148 // reset, then create a new remainder space to start again
149 reset();
/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java165 public void reset() { method in class:GnssNavigationMessage
H A DGpsNavigationMessage.java107 public void reset() { method in class:GpsNavigationMessage
/frameworks/base/media/java/android/media/
H A DSubtitleController.java303 public void reset() { method in class:SubtitleController
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeProgram.java86 public void reset() { method in class:NativeProgram
88 throw new RuntimeException("Could not reset NativeProgram!");
H A DSerializedFrame.java105 public final void reset() { method in class:SerializedFrame.DirectByteOutputStream
256 mByteOutputStream.reset();
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java150 reset();
155 reset();
160 private void reset() { method in class:TextGraphReader
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java603 mp.reset();
655 mp.reset();
657 Log.v(TAG, "MediaPlayer.isLooping() returned true after reset()");
710 mMediaPlayer.reset();
719 public static boolean prepareAsyncCallback(String filePath, boolean reset) throws Exception { argument
722 if (reset){
767 mp.reset();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java73 public void reset() { method in class:KeyguardAbsKeyInputView
109 mCallback.reset();
270 reset();
H A DKeyguardPasswordView.java144 public void reset() { method in class:KeyguardPasswordView
145 super.reset();
158 // If no icon is visible, reset the start margin on the password field so the text is
H A DKeyguardPinBasedInputView.java55 public void reset() { method in class:KeyguardPinBasedInputView
57 super.reset();
164 mPasswordEntry.reset(animate, announce);
H A DKeyguardSecurityViewFlipper.java98 public void reset() { method in class:KeyguardSecurityViewFlipper
101 ksv.reset();
H A DKeyguardSimPukView.java115 void reset() { method in class:KeyguardSimPukView.StateMachine
169 mStateMachine.reset();
352 mStateMachine.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java268 public void reset() { method in class:AssistOrbView
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchState.java56 public void reset() { method in class:PipTouchState
129 // Select a new active pointer id and reset the movement state
236 reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java98 mContext.getString(com.android.internal.R.string.reset));
200 reset();
206 private void reset() { method in class:QSCustomizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java88 void reset() { method in class:TaskStackViewScroller
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java81 // lets reset it
232 mComparators.get(compI).apply(row, true /* reset */);
281 apply(row, false /* reset */);
284 public void apply(ExpandableNotificationRow row, boolean reset) { argument
285 boolean apply = mApply && !reset;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java211 public void reset() { method in class:KeyguardBouncer

Completed in 295 milliseconds

1234567891011>>