Searched refs:showPreview (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | CandidateView.java | 247 showPreview(i, null); in onDraw() 438 private void showPreview(int wordIndex, String altText) { in showPreview() method in CandidateView 482 showPreview(0, getContext().getResources().getString(R.string.added_word, word)); in longPressFirstWord()
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 60 static void showPreview(Activity activity, int code, Intent intent, WallpaperInfo info) { in showPreview() method in LiveWallpaperPreview
|
D | LiveWallpaperListActivity.java | 179 LiveWallpaperPreview.showPreview(this, REQUEST_PREVIEW, intent, info); in onItemClick()
|