Home
last modified time | relevance | path

Searched refs:showPreview (Results 1 – 15 of 15) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DPreviewIndividualHolder.java62 showPreview(mWallpaper); in onClick()
68 private void showPreview(WallpaperInfo wallpaperInfo) { in showPreview() method in PreviewIndividualHolder
70 wallpaperInfo.showPreview(mActivity, mPreviewIntentFactory, in showPreview()
DIndividualPickerActivity.java116 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/
DKeyboardView.java535 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/
DWallpaperPickerDelegate.java318 wallpaperInfo.showPreview( in showViewOnlyPreview()
452 imageWallpaper.showPreview(mActivity, getPreviewIntentFactory(), in handleActivityResult()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java258 private void showPreview() { in showPreview() method in ConversationFastScroller
396 showPreview(); in startDrag()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java180 public abstract void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in WallpaperInfo
DDefaultWallpaperInfo.java90 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in DefaultWallpaperInfo
DImageWallpaperInfo.java170 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in ImageWallpaperInfo
DPartnerWallpaperInfo.java148 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in PartnerWallpaperInfo
DCurrentWallpaperInfoVN.java176 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in CurrentWallpaperInfoVN
DAppResourceWallpaperInfo.java149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in AppResourceWallpaperInfo
DLegacyPartnerWallpaperInfo.java168 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in LegacyPartnerWallpaperInfo
DLiveWallpaperInfo.java334 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in LiveWallpaperInfo
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java138 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in ThemeBundledWallpaperInfo
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java160 public void showPreview(Activity srcActivity, in showPreview() method in TestWallpaperInfo