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

1234567891011>>

/frameworks/base/core/java/android/os/
H A DMemoryFile.java286 public void reset() throws IOException { method in class:MemoryFile.MemoryInputStream
/frameworks/base/core/java/android/text/
H A DBoringLayout.java304 fm.reset();
434 private void reset() { method in class:BoringLayout.Metrics
/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/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp164 static void reset(JNIEnv*, jobject, jlong animatorSetPtr) { function in namespace:android
166 set->reset();
181 {"nReset", "!(J)V", (void*)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
165 mInterpolator.reset(Interpolator::createDefaultInterpolator());
H A DJankTracker.cpp126 reset();
284 void JankTracker::reset() { function in class:android::uirenderer::JankTracker
/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.java596 mp.reset();
648 mp.reset();
650 Log.v(TAG, "MediaPlayer.isLooping() returned true after reset()");
703 mMediaPlayer.reset();
712 public static boolean prepareAsyncCallback(String filePath, boolean reset) throws Exception { argument
715 if (reset){
760 mp.reset();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java63 reset();
67 public void reset() { method in class:DocumentInfo
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java69 public void reset() { method in class:KeyguardAbsKeyInputView
105 mCallback.reset();
229 reset();
H A DKeyguardPasswordView.java139 public void reset() { method in class:KeyguardPasswordView
140 super.reset();
189 // If no icon is visible, reset the start margin on the password field so the text is
H A DKeyguardPinBasedInputView.java54 public void reset() { method in class:KeyguardPinBasedInputView
56 super.reset();
163 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();
353 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/qs/customize/
H A DQSCustomizer.java92 mContext.getString(com.android.internal.R.string.reset));
179 reset();
185 private void reset() { method in class:QSCustomizer

Completed in 659 milliseconds

1234567891011>>