Searched defs:reset (Results 226 - 250 of 346) sorted by last modified time

1234567891011>>

/frameworks/base/graphics/java/android/graphics/
H A DPath.java78 public void reset() { method in class:Path
83 // call, which does now reset fill type.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java901 public void reset() { method in class:AnimatedVectorDrawable
904 Log.w(LOGTAG, "calling reset on AVD: " +
909 mAnimatorSet.reset();
1066 void reset(); method in interface:AnimatedVectorDrawable.VectorDrawableAnimator
1115 // Although start(), reset() and reverse() should call init() already, it is better to
1135 public void reset() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorUI
1627 public void reset() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorRT
1785 animatorSet.reset();
/frameworks/base/core/tests/coretests/src/android/transition/
H A DSlideTransitionTest.java71 ratchet.reset();
154 public void reset() { method in class:SlideTransitionTest.SlideTranslationValueRatchet
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserWrapperActivity.java89 public void reset() { method in class:ChooserWrapperActivity.OverrideData
H A DResolverWrapperActivity.java84 public void reset() { method in class:ResolverWrapperActivity.OverrideData
/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/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java744 updateListener1.reset();
1072 void reset() { method in class:ValueAnimatorTests.MyUpdateListener
/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java124 public void reset() { method in class:MetricsReader
/frameworks/base/core/java/android/os/
H A DBatteryStats.java438 * been on since reset.
2389 * last reset after charging, as a lower-end approximation.
2395 * last reset after charging, as an upper-end approximation.
3418 // Note that 'ActualTime' are unpooled and always since reset (regardless of 'which')
3444 // 'actualTime' are unpooled and always since reset (regardless of 'which')
3453 // Unoptimized scan timer. Unpooled and since reset (regardless of 'which').
3459 // Unoptimized bg scan timer. Unpooled and since reset (regardless of 'which').
3492 // Times are since reset (regardless of 'which')
3580 // 'actualTime' are unpooled and always since reset (regardless of 'which')
4566 // 'actualTime' are unpooled and always since reset (regardles
5292 void reset() { method in class:BatteryStats.HistoryPrinter
[all...]
H A DMemoryFile.java286 public void reset() throws IOException { method in class:MemoryFile.MemoryInputStream
/frameworks/base/core/java/android/text/
H A DBoringLayout.java288 fm.reset();
415 private void reset() { method in class:BoringLayout.Metrics
H A DLayout.java487 tabStops.reset(TAB_INCREMENT, spans);
1586 dest.reset();
1699 dest.reset();
1905 reset(increment, spans);
1908 void reset(int increment, Object[] spans) { method in class:Layout.TabStops
/frameworks/base/core/java/android/util/
H A DBase64InputStream.java83 public void reset() { method in class:Base64InputStream
134 * decode/encode it into the empty coder.output, and reset the
H A DTimingLogger.java59 /** Used to track whether Log.isLoggable was enabled at reset time. */
77 reset(tag, label);
88 public void reset(String tag, String label) { method in class:TimingLogger
91 reset();
97 * the constructor or a call to reset(tag, label). If the
102 public void reset() { method in class:TimingLogger
118 * the specified tag at construction or reset() time then this
132 * construction or reset() time then this call does nothing.
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java236 mAddNodeInfosForViewId.reset();
1181 public void reset() { method in class:AccessibilityInteractionController.AddNodeInfosForViewId
H A DActionProvider.java243 public void reset() { method in class:ActionProvider
H A DInputEventConsistencyVerifier.java145 public void reset() { method in class:InputEventConsistencyVerifier
H A DKeyEvent.java765 * Main power/reset button on watch. */
2748 public void reset() { method in class:KeyEvent.DispatcherState
2758 public void reset(Object target) { method in class:KeyEvent.DispatcherState
H A DViewRootImpl.java1835 // insets in case the old insets were non-empty and must be reset.
1997 // If the surface has been removed, then reset the scroll
2244 insets.reset();
3853 mAttachInfo.mKeyDispatchState.reset();
4794 // this app, therefore the icon type has to be reset on enter/exit event.
4967 mX.reset(0);
4968 mY.reset(0);
4976 mX.reset(2);
4977 mY.reset(2);
4984 mX.reset(
5111 void reset(int _step) { method in class:ViewRootImpl.TrackballAxis
[all...]
H A DViewTreeObserver.java262 void reset() { method in class:ViewTreeObserver.InternalInsetsInfo
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java284 public void reset() { method in class:Animation
299 * If you cancel an animation manually, you must call {@link #reset()}
302 * @see #reset()
354 reset();
H A DAnimationSet.java487 public void reset() { method in class:AnimationSet
488 super.reset();
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java398 public void reset() { method in class:CursorAnchorInfo.Builder
410 mCharacterBoundsArrayBuilder.reset();
H A DSparseRectFArray.java235 public void reset() { method in class:SparseRectFArray.SparseRectFArrayBuilder

Completed in 1822 milliseconds

1234567891011>>