Home
last modified time | relevance | path

Searched defs:preview (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java52 TextView preview = new TextView(this); in onCreate() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java207 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { in update()
514 boolean preview; field in RemotePrintDocument.UpdateSpec
517 public void update(PrintAttributes attributes, boolean preview, in update()
530 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { in hasSameConstraints()
741 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardRemotePreviewManager.kt50 fun preview(request: Bundle?): Bundle? { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DCustomizationProviderTest.kt407 fun preview() = regex
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java458 public void preview(ComponentName componentName) { in preview() method in DreamBackend
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java702 private void measureFloating(View preview, Rect margins, Rect out) { in measureFloating()
1137 final View preview = mPreviewImage; in transitionPreviewLayout() local
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java396 Bitmap preview = decodePreview(source, previewSize); in BitmapRegionTileSource() local