Searched refs:createView (Results 1 - 25 of 33) sorted by relevance

12

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/
H A DContactListItemViewTest.java58 ContactListItemView view = createView();
67 ContactListItemView view = createView();
77 ContactListItemView view = createView();
92 ContactListItemView view = createView();
103 ContactListItemView view = createView();
114 private ContactListItemView createView() { method in class:ContactListItemViewTest
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DGrantPermissionsViewHandler.java42 View createView(); method in interface:GrantPermissionsViewHandler
H A DGrantPermissionsWatchViewHandler.java67 public View createView() { method in class:GrantPermissionsWatchViewHandler
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java66 p.mView = createView();
72 private View createView() { method in class:BluetoothOppBtErrorActivity
H A DBluetoothOppBtEnableActivity.java61 p.mView = createView();
69 private View createView() { method in class:BluetoothOppBtEnableActivity
H A DBluetoothOppBtEnablingActivity.java86 p.mView = createView();
94 private View createView() { method in class:BluetoothOppBtEnablingActivity
H A DBluetoothOppIncomingFileConfirmActivity.java109 p.mView = createView();
126 private View createView() { method in class:BluetoothOppIncomingFileConfirmActivity
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBasePagerViewHolder.java83 mView = createView(container);
105 protected abstract View createView(ViewGroup container); method in class:BasePagerViewHolder
H A DCustomHeaderPagerListViewHolder.java47 protected View createView(ViewGroup container) { method in class:CustomHeaderPagerListViewHolder
89 * are calling this method from both onContactsCursorUpdated & createView.
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DDrawableThumbWallpaperInfo.java24 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { method in class:DrawableThumbWallpaperInfo
H A DWallpaperTileInfo.java38 public abstract View createView(Context context, LayoutInflater inflator, ViewGroup parent); method in class:WallpaperTileInfo
H A DPickImageInfo.java29 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { method in class:PickImageInfo
H A DThirdPartyWallpaperInfo.java46 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { method in class:ThirdPartyWallpaperInfo
H A DLiveWallpaperInfo.java53 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { method in class:LiveWallpaperInfo
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetHost.java90 public AppWidgetHostView createView(Context context, int appWidgetId, method in class:LauncherAppWidgetHost
101 return super.createView(context, appWidgetId, appWidget);
H A DQsbContainerView.java149 widgetHost.createView(launcher, widgetId, mWidgetInfo);
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DGroupMmsSettingDialog.java52 .setView(createView())
65 private View createView() { method in class:GroupMmsSettingDialog
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationOverlayItem.java52 public abstract View createView(Context context, LayoutInflater inflater, method in class:ConversationOverlayItem
H A DConversationViewAdapter.java131 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { method in class:ConversationViewAdapter.ConversationHeaderItem
181 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { method in class:ConversationViewAdapter.ConversationFooterItem
271 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { method in class:ConversationViewAdapter.MessageHeaderItem
415 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { method in class:ConversationViewAdapter.MessageFooterItem
489 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { method in class:ConversationViewAdapter.SuperCollapsedBlockItem
612 v = item.createView(mContext, mInflater, parent);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DAudioMediaChooser.java69 protected View createView(final ViewGroup container) { method in class:AudioMediaChooser
H A DGalleryMediaChooser.java121 protected View createView(final ViewGroup container) { method in class:GalleryMediaChooser
222 // onRequestPermissionsResult can sometimes get called before createView().
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java132 p.mView = createView(DIALOG_YES_NO_AUTH);
157 private View createView(final int id) { method in class:BluetoothPbapActivity
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
H A DGrantPermissionsViewHandlerImpl.java52 public View createView() { method in class:GrantPermissionsViewHandlerImpl
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialog.java269 private View createView() { method in class:BluetoothPairingDialog
340 p.mView = createView();
352 p.mView = createView();
364 p.mView = createView();
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetHostViewLoader.java125 AppWidgetHostView hostView = mLauncher.getAppWidgetHost().createView(

Completed in 300 milliseconds

12