Searched refs:inflator (Results 1 - 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DDrawableThumbWallpaperInfo.java24 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { argument
25 mView = inflator.inflate(R.layout.wallpaper_picker_item, parent, false);
H A DPickImageInfo.java29 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { argument
30 mView = inflator.inflate(R.layout.wallpaper_picker_image_picker_item, parent, false);
H A DThirdPartyWallpaperInfo.java46 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { argument
47 mView = inflator.inflate(R.layout.wallpaper_picker_third_party_item, parent, false);
H A DLiveWallpaperInfo.java53 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { argument
54 mView = inflator.inflate(R.layout.wallpaper_picker_live_wallpaper_item, parent, false);
H A DWallpaperTileInfo.java38 public abstract View createView(Context context, LayoutInflater inflator, ViewGroup parent); argument
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java147 final LayoutInflater inflator = LayoutInflater.from(mContext);
148 mTrackImageView = (ImageView) inflator.inflate(R.layout.fastscroll_track, null);
149 mThumbImageView = (ImageView) inflator.inflate(R.layout.fastscroll_thumb, null);
150 mPreviewTextView = (TextView) inflator.inflate(R.layout.fastscroll_preview, null);
H A DConversationFragment.java1554 final LayoutInflater inflator = (LayoutInflater)
1556 customView = inflator.inflate(R.layout.action_bar_conversation_name, null);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java544 MenuInflater inflator = getSupportMenuInflater();
546 inflator.inflate(R.menu.pickup, menu);
551 inflator.inflate(R.menu.album, menu);

Completed in 1137 milliseconds