Searched refs:rewind (Results 1 - 25 of 75) sorted by relevance

123

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
H A DCountedDataInputStream.java101 mByteBuffer.rewind();
111 mByteBuffer.rewind();
121 mByteBuffer.rewind();
/frameworks/base/services/tests/servicestests/src/com/android/server/testutils/
H A DOffsettableClock.java26 * and {@link #rewind}
55 public void rewind(long timeMs) { method in class:OffsettableClock
/frameworks/base/libs/hwui/
H A DRevealClip.h36 mPath.rewind();
H A DOutline.h50 mPath.rewind();
/frameworks/support/leanback/src/main/java/androidx/leanback/media/
H A DPlayerAdapter.java169 * {@link PlaybackBaseControlGlue#ACTION_REWIND} to rewind in
172 public void rewind() { method in class:PlayerAdapter
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java314 mCompatibilityModePath.rewind();
323 mCompatibilityModePath.rewind();
333 mCompatibilityModePath.rewind();
342 mCompatibilityModePath.rewind();
352 mCompatibilityModePath.rewind();
360 mCompatibilityModePath.rewind();
368 mCompatibilityModePath.rewind();
376 mCompatibilityModePath.rewind();
407 mClipPath.rewind();
/frameworks/base/libs/protoutil/src/
H A DEncodedBuffer.cpp68 EncodedBuffer::Pointer::rewind() function in class:android::util::EncodedBuffer::Pointer
114 mWp.rewind();
115 mEp.rewind();
264 mEp.rewind()->move(pos);
269 mEp.rewind()->move(oldPos);
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java95 // rewind here to avoid thrashing the allocations, but could alternately clear ref
96 mPath.rewind();
196 // rewind here to avoid thrashing the allocations, but could alternately clear ref
197 mPath.rewind();
257 mPath.rewind();
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DPathPerfTest.java57 path.rewind();
67 path.rewind();
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java564 yBuf.rewind();
565 uBuf.rewind();
566 vBuf.rewind();
599 yBuf.rewind();
600 uBuf.rewind();
601 vBuf.rewind();
602 buf.rewind();
626 buf.rewind();
/frameworks/base/core/jni/android/graphics/
H A DUtils.h33 virtual bool rewind();
H A DUtils.cpp28 bool AssetStreamAdaptor::rewind() { function in class:AssetStreamAdaptor
31 SkDebugf("----- fAsset->seek(rewind) failed\n");
122 SkDebugf("---- copyAsset: asset rewind failed\n");
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DUnsafeByteSequence.java46 public void rewind() { method in class:UnsafeByteSequence
/frameworks/av/media/libheif/include/
H A DHeifDecoderAPI.h100 virtual bool rewind() = 0;
/frameworks/base/libs/protoutil/include/android/util/
H A DEncodedBuffer.h55 Pointer* rewind();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DColorfulnessFilter.java61 histogramBuffer.rewind();
H A DBackingStore.java515 buffer.rewind();
731 mBuffer.rewind();
735 otherBuffer.rewind();
742 mBuffer.rewind();
765 return mBuffer.rewind();
770 mBuffer.rewind();
864 buffer.rewind();
H A DStatsFilter.java83 pixelBuffer.rewind();
/frameworks/base/media/java/android/media/
H A DImageUtils.java143 srcBuffer.rewind();
144 dstBuffer.rewind();
172 dstBuffer.rewind();
H A DMediaExtractor.java326 buf.rewind();
387 buf.rewind();
424 rawpssh.rewind();
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java301 mPath.rewind();
440 mPath.rewind();
449 mPath.rewind();
460 mPath.rewind();
571 mPath.rewind();
758 mPath.rewind();
775 mPath.rewind();
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DPortableFloatMap.java79 mData.rewind();
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DPlaybackFragmentTest.java105 PlaybackControlsRow.MultiAction rewind = (PlaybackControlsRow.MultiAction)
127 assertSame("The selected action should be rewind", rewind, itemCaptor.getValue());
172 PlaybackControlsRow.MultiAction rewind = (PlaybackControlsRow.MultiAction)
204 assertSame("The clicked action should be rewind", rewind, itemCaptor.getValue());
H A DPlaybackSupportFragmentTest.java102 PlaybackControlsRow.MultiAction rewind = (PlaybackControlsRow.MultiAction)
124 assertSame("The selected action should be rewind", rewind, itemCaptor.getValue());
169 PlaybackControlsRow.MultiAction rewind = (PlaybackControlsRow.MultiAction)
201 assertSame("The clicked action should be rewind", rewind, itemCaptor.getValue());

Completed in 113 milliseconds

123