/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | PreviewIndividualHolder.java | 62 showPreview(mWallpaper); in onClick() 68 private void showPreview(WallpaperInfo wallpaperInfo) { in showPreview() method in PreviewIndividualHolder 70 wallpaperInfo.showPreview(mActivity, mPreviewIntentFactory, in showPreview()
|
D | IndividualPickerActivity.java | 116 showPreview(wallpaper); in onCreate() 233 public void showPreview(WallpaperInfo wallpaperInfo) { in showPreview() method in IndividualPickerActivity 235 wallpaperInfo.showPreview(this, mPreviewIntentFactory, in showPreview()
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 535 showPreview(NOT_A_KEY); in setKeyboard() 986 private void showPreview(int keyIndex) { in showPreview() method in KeyboardView 1150 showPreview(NOT_A_KEY); in openPopupIfRequired() 1277 showPreview(NOT_A_KEY); in onModifiedTouchEvent() 1321 showPreview(keyIndex); in onModifiedTouchEvent() 1355 showPreview(mCurrentKey); in onModifiedTouchEvent() 1376 showPreview(NOT_A_KEY); in onModifiedTouchEvent() 1389 showPreview(NOT_A_KEY); in onModifiedTouchEvent()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 318 wallpaperInfo.showPreview( in showViewOnlyPreview() 452 imageWallpaper.showPreview(mActivity, getPreviewIntentFactory(), in handleActivityResult()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFastScroller.java | 258 private void showPreview() { in showPreview() method in ConversationFastScroller 396 showPreview(); in startDrag()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperInfo.java | 180 public abstract void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in WallpaperInfo
|
D | DefaultWallpaperInfo.java | 90 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in DefaultWallpaperInfo
|
D | ImageWallpaperInfo.java | 170 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in ImageWallpaperInfo
|
D | PartnerWallpaperInfo.java | 148 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in PartnerWallpaperInfo
|
D | CurrentWallpaperInfoVN.java | 176 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in CurrentWallpaperInfoVN
|
D | AppResourceWallpaperInfo.java | 149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in AppResourceWallpaperInfo
|
D | LegacyPartnerWallpaperInfo.java | 168 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in LegacyPartnerWallpaperInfo
|
D | LiveWallpaperInfo.java | 334 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in LiveWallpaperInfo
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 138 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in ThemeBundledWallpaperInfo
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperInfo.java | 160 public void showPreview(Activity srcActivity, in showPreview() method in TestWallpaperInfo
|