/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/src/main/java/com/google/android/torus/settings/storage/ |
D | CustomizedSharedPreferences.kt | 122 fun save(isPreview: Boolean) { in save() 126 val keySuffix = if (isPreview) SUFFIX_PREVIEW else "" in save() 136 fun load(isPreview: Boolean) { in load() 137 val keySuffix = if (isPreview) SUFFIX_PREVIEW else "" in load()
|
/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/ |
D | HandwritingIme.java | 146 private HandwritingGesture computeGesture(MotionEvent event, boolean isPreview) { in computeGesture() argument 174 if (isPreview) { in computeGesture() 186 if (isPreview) { in computeGesture() 196 if (isPreview) { in computeGesture() 241 private void performGesture(HandwritingGesture gesture, boolean isPreview) { in performGesture() argument 244 if (isPreview) { in performGesture()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 28 IBinder windowToken, int windowType, boolean isPreview, in attach() argument
|
D | WallpaperService.java | 621 public boolean isPreview() { in isPreview() method in WallpaperService.Engine 1038 if (!isPreview()) { in updateWallpaperDimming() 2469 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in IWallpaperEngineWrapper() argument 2476 mIsPreview = isPreview; in IWallpaperEngineWrapper() 2821 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in attach() argument 2826 isPreview, reqWidth, reqHeight, padding, displayId, which, info); in attach()
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 117 if (isPreview()) { in onCreate() 188 if (isPreview()) return; in onOffsetsChanged()
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamManagerService.java | 406 return mCurrentDream != null && !mCurrentDream.isPreview in isDreamingInternal() 731 && mCurrentDream.isPreview == isPreviewMode in startDreamLocked() 1243 public final boolean isPreview; field in DreamManagerService.DreamRecord 1250 DreamRecord(ComponentName name, int userId, boolean isPreview, boolean canDoze) { in DreamRecord() argument 1253 this.isPreview = isPreview; in DreamRecord() 1263 + ", isPreview=" + isPreview in toString()
|
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/wallpaper/ |
D | LiveWallpaper.kt | 192 fun isPreview(): Boolean { in isPreview() method in com.google.android.torus.core.wallpaper.LiveWallpaper.LiveWallpaperConnector 194 return it.isPreview in isPreview()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27224 method public boolean isPreview();
|
/frameworks/base/core/api/ |
D | current.txt | 41773 method public boolean isPreview();
|