/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 532 showPreview(NOT_A_KEY); in setKeyboard() 983 private void showPreview(int keyIndex) { in showPreview() method in KeyboardView 1147 showPreview(NOT_A_KEY); in openPopupIfRequired() 1274 showPreview(NOT_A_KEY); in onModifiedTouchEvent() 1318 showPreview(keyIndex); in onModifiedTouchEvent() 1352 showPreview(mCurrentKey); in onModifiedTouchEvent() 1373 showPreview(NOT_A_KEY); in onModifiedTouchEvent() 1386 showPreview(NOT_A_KEY); in onModifiedTouchEvent()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerActivity.java | 192 public void showPreview(WallpaperInfo wallpaperInfo) { in showPreview() method in IndividualPickerActivity 194 wallpaperInfo.showPreview(this, mPreviewIntentFactory, in showPreview()
|
D | PreviewIndividualHolder.java | 47 ((IndividualPickerActivity) mActivity).showPreview(mWallpaper); in onClick()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 314 wallpaperInfo.showPreview( in showViewOnlyPreview() 438 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 | CurrentWallpaperInfoV16.java | 135 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in CurrentWallpaperInfoV16
|
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 | AppResourceWallpaperInfo.java | 149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in AppResourceWallpaperInfo
|
D | CurrentWallpaperInfoVN.java | 190 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in CurrentWallpaperInfoVN
|
D | LegacyPartnerWallpaperInfo.java | 168 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview() method in LegacyPartnerWallpaperInfo
|
D | LiveWallpaperInfo.java | 306 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
|