Home
last modified time | relevance | path

Searched refs:createView (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java56 ContactListItemView view = createView(); in testShowDisplayName_Simple()
65 ContactListItemView view = createView(); in testShowDisplayName_Unknown()
75 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix()
90 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed()
101 ContactListItemView view = createView(); in testSetSnippet_Prefix()
112 private ContactListItemView createView() { in createView() method in ContactListItemViewTest
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationViewAdapter.java131 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { in createView() method in ConversationViewAdapter.ConversationHeaderItem
181 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { in createView() method in ConversationViewAdapter.ConversationFooterItem
271 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { in createView() method in ConversationViewAdapter.MessageHeaderItem
415 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { in createView() method in ConversationViewAdapter.MessageFooterItem
489 public View createView(Context context, LayoutInflater inflater, ViewGroup parent) { in createView() method in ConversationViewAdapter.SuperCollapsedBlockItem
612 v = item.createView(mContext, mInflater, parent); in getView()
DConversationOverlayItem.java52 public abstract View createView(Context context, LayoutInflater inflater, in createView() method in ConversationOverlayItem
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java287 mBuilder.setView(createView()); in createConfirmationDialog()
308 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
322 private View createView() { in createView() method in BluetoothPairingDialogFragment
/packages/apps/Messaging/src/com/android/messaging/ui/
DBasePagerViewHolder.java83 mView = createView(container); in getView()
105 protected abstract View createView(ViewGroup container); in createView() method in BasePagerViewHolder
DCustomHeaderPagerListViewHolder.java47 protected View createView(ViewGroup container) { in createView() method in CustomHeaderPagerListViewHolder
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java66 p.mView = createView(); in onCreate()
72 private View createView() { in createView() method in BluetoothOppBtErrorActivity
DBluetoothOppBtEnableActivity.java64 p.mView = createView(); in onCreate()
72 private View createView() { in createView() method in BluetoothOppBtEnableActivity
DBluetoothOppBtEnablingActivity.java87 p.mView = createView(); in onCreate()
95 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
DBluetoothOppIncomingFileConfirmActivity.java109 p.mView = createView(); in onCreate()
126 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
DBluetoothOppTransferActivity.java238 mPara.mView = createView(); in setUpDialog()
242 private View createView() { in createView() method in BluetoothOppTransferActivity
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DGroupMmsSettingDialog.java52 .setView(createView()) in show()
65 private View createView() { in createView() method in GroupMmsSettingDialog
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHost.java117 public AppWidgetHostView createView(Context context, int appWidgetId, in createView() method in LauncherAppWidgetHost
129 return super.createView(context, appWidgetId, appWidget); in createView()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java130 p.mView = createView(DIALOG_YES_NO_AUTH); in showPbapDialog()
155 private View createView(final int id) { in createView() method in BluetoothPbapActivity
/packages/apps/Car/Radio/src/com/android/car/radio/
DCarouselView.java400 childView = mAdapter.createView(this /* parent */); in getChildView()
446 public abstract View createView(ViewGroup parent); in createView() method in CarouselView.Adapter
DPrescannedRadioStationAdapter.java146 public View createView(ViewGroup parent) { in createView() method in PrescannedRadioStationAdapter
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DGrantPermissionsViewHandler.java42 View createView(); in createView() method
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DDrawableThumbWallpaperInfo.java24 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in DrawableThumbWallpaperInfo
DWallpaperTileInfo.java38 public abstract View createView(Context context, LayoutInflater inflator, ViewGroup parent); in createView() method in WallpaperTileInfo
DPickImageInfo.java29 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in PickImageInfo
DThirdPartyWallpaperInfo.java46 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in ThirdPartyWallpaperInfo
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioMediaChooser.java69 protected View createView(final ViewGroup container) { in createView() method in AudioMediaChooser
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DDeviceNameSummaryFragment.java59 return GuidedActionsAlignUtil.createView(view, this); in onCreateView()
DDeviceNameSetCustomFragment.java64 return GuidedActionsAlignUtil.createView(view, this); in onCreateView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DGuidedActionsAlignUtil.java108 public static View createView(View view, GuidedStepFragment guidedStepFragment) {

12