Home
last modified time | relevance | path

Searched refs:createView (Results 1 – 25 of 41) 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/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.java61 mAlertBuilder.setView(createView(errorContent)); in onCreate()
66 private View createView(String errorContent) { in createView() method in BluetoothOppBtErrorActivity
DBluetoothOppBtEnableActivity.java62 mAlertBuilder.setView(createView()); in onCreate()
68 private View createView() { in createView() method in BluetoothOppBtEnableActivity
DBluetoothOppBtEnablingActivity.java83 mAlertBuilder.setView(createView()); in onCreate()
91 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
DBluetoothOppIncomingFileConfirmActivity.java109 mAlertBuilder.setView(createView()); in onCreate()
129 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
DBluetoothOppTransferActivity.java230 mAlertBuilder.setView(createView()); in setUpDialog()
234 private View createView() { in createView() method in BluetoothOppTransferActivity
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingDialogFragment.java289 mBuilder.setView(createView()); in createConfirmationDialog()
310 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
324 private View createView() { in createView() method in BluetoothPairingDialogFragment
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java289 mBuilder.setView(createView()); in createConfirmationDialog()
310 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
324 private View createView() { in createView() method in BluetoothPairingDialogFragment
/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/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java285 mBuilder.setView(createView()); in createConfirmationDialog()
306 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
320 private View createView() { in createView() method in BluetoothPairingDialogFragment
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHost.java192 public AppWidgetHostView createView(Context context, int appWidgetId, in createView() method in LauncherAppWidgetHost
206 return super.createView(context, appWidgetId, appWidget); in createView()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java124 mAlertBuilder.setView(createView(DIALOG_YES_NO_AUTH)); in showPbapDialog()
145 private View createView(final int id) { in createView() method in BluetoothPbapActivity
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DHotseatPlugin.java19 View createView(ViewGroup parent); 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/PermissionController/src/com/android/packageinstaller/permission/ui/
DGrantPermissionsViewHandler.java55 View createView(); in createView() method
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DDeviceNameSummaryFragment.java60 return GuidedActionsAlignUtil.createView(view, this); in onCreateView()
DDeviceNameSetCustomFragment.java65 return GuidedActionsAlignUtil.createView(view, this); in onCreateView()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioMediaChooser.java69 protected View createView(final ViewGroup container) { in createView() method in AudioMediaChooser
DContactMediaChooser.java71 protected View createView(final ViewGroup container) { in createView() method in ContactMediaChooser
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DGuidedActionsAlignUtil.java109 public static View createView(View view, GuidedStepFragment guidedStepFragment) {

12