| /packages/apps/Contacts/tests/src/com/android/contacts/list/ |
| D | ContactListItemViewTest.java | 56 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/WallpaperPicker2/src/com/android/wallpaper/model/ |
| D | CustomizationSectionController.kt | 75 fun createView(context: Context, params: ViewCreationParams): T { in isAvailable() method 76 return createView(context) in isAvailable() 84 fun createView(context: Context): T method
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/ |
| D | FloatingSheetContent.kt | 50 contentView = createView() in initView() 58 contentView = createView() in recreateView() 62 private fun createView(): T { in createView() method
|
| /packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/ |
| D | ChooserListAdapterTest.kt | 86 val view = createView() in testDirectShareTargetLoadingIconIsStarted() 97 val view = createView() in onBindView_DirectShareTargetIconAndLabelLoadedOnlyOnce() 113 val view = createView() in onBindView_AppTargetIconAndLabelLoadedOnlyOnce() 159 private fun createView(): View { in createSelectableTargetInfo() method in com.android.intentresolver.ChooserListAdapterTest
|
| /packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/section/ |
| D | ColorSectionController2.kt | 41 override fun createView(context: Context): ColorSectionView2 { in createView() method in com.android.customization.picker.color.ui.section.ColorSectionController2 42 return createView(context, CustomizationSectionController.ViewCreationParams()) in createView() 45 override fun createView( in createView() method in com.android.customization.picker.color.ui.section.ColorSectionController2
|
| /packages/apps/Messaging/src/com/android/messaging/ui/ |
| D | BasePagerViewHolder.java | 83 mView = createView(container); in getView() 105 protected abstract View createView(ViewGroup container); in createView() method in BasePagerViewHolder
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
| D | BluetoothOppBtErrorActivity.java | 62 mAlertBuilder.setView(createView(errorContent)); in onCreate() 67 private View createView(String errorContent) { in createView() method in BluetoothOppBtErrorActivity
|
| D | BluetoothOppBtEnableActivity.java | 66 mAlertBuilder.setView(createView()); in onCreate() 73 private View createView() { in createView() method in BluetoothOppBtEnableActivity
|
| D | BluetoothOppBtEnablingActivity.java | 90 mAlertBuilder.setView(createView()); in onCreate() 98 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
|
| D | BluetoothOppIncomingFileConfirmActivity.java | 107 mAlertBuilder.setView(createView()); in onCreate() 139 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/ |
| D | ScreenPreviewSectionController.kt | 85 override fun createView(context: Context): ScreenPreviewView { in <lambda>() method in com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController 86 return createView(context, CustomizationSectionController.ViewCreationParams()) in <lambda>() 90 override fun createView( in <lambda>() method in com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController
|
| D | ConnectedSectionController.kt | 50 override fun createView(context: Context): ResponsiveLayoutSectionView { in createView() method in com.android.wallpaper.picker.customization.ui.section.ConnectedSectionController 94 childController.createView( in add()
|
| /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
| D | GroupMmsSettingDialog.java | 52 .setView(createView()) in show() 65 private View createView() { in createView() method in GroupMmsSettingDialog
|
| /packages/apps/Car/Settings/src/com/android/car/settings/common/ |
| D | ToggleButtonActionItem.java | 84 toggleButton = createView(frameLayout.getContext(), frameLayout); in getOptionalToggleButton() 210 private DrawableStateToggleButton createView(Context context, ViewGroup viewGroup) { in createView() method in ToggleButtonActionItem
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | BluetoothPairingDialogFragment.java | 302 mBuilder.setView(createView()); in createConfirmationDialog() 323 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog() 337 private View createView() { in createView() method in BluetoothPairingDialogFragment
|
| /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
| D | BluetoothPairingDialogFragment.java | 278 mBuilder.setView(createView()); in createConfirmationDialog() 299 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog() 313 private View createView() { in createView() method in BluetoothPairingDialogFragment
|
| /packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/ |
| D | CarUiProxyLayoutInflaterFactory.java | 60 protected View createView(Context context, String name, AttributeSet attrs) { in createView() method in CarUiProxyLayoutInflaterFactory 129 return createView(context, name, attrs); in onCreateView()
|
| /packages/apps/Launcher3/src/com/android/launcher3/widget/ |
| D | LauncherWidgetHolder.java | 136 mWidgetHost.createView(view.mLauncher, appWidgetId, in updateDeferredView() 361 public AppWidgetHostView createView(@NonNull Context context, int appWidgetId, in createView() method in LauncherWidgetHolder 394 return mWidgetHost.createView(context, appWidgetId, appWidget); in createView()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
| D | BluetoothPbapActivity.java | 132 mAlertBuilder.setView(createView(DIALOG_YES_NO_AUTH)); in showPbapDialog() 155 private View createView(final int id) { in createView() method in BluetoothPbapActivity
|
| /packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/ |
| D | PreviewWithClockCarouselSectionController.kt | 107 override fun createView( in createView() method 111 val view = super.createView(context, params) in createView()
|
| /packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/ |
| D | HotseatPlugin.java | 19 View createView(ViewGroup parent); in createView() method
|
| /packages/apps/ThemePicker/src/com/android/customization/picker/settings/ui/section/ |
| D | MoreSettingsSectionController.kt | 36 override fun createView(context: Context): MoreSettingsSectionView { in createView() method in com.android.customization.picker.settings.ui.section.MoreSettingsSectionController
|
| /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
| D | DrawableThumbWallpaperInfo.java | 24 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in DrawableThumbWallpaperInfo
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/v34/ |
| D | PermissionRationaleViewHandler.kt | 52 fun createView(): View in onPermissionRationaleResult() method
|
| /packages/apps/ThemePicker/src/com/android/customization/picker/notifications/ui/section/ |
| D | NotificationSectionController.kt | 41 override fun createView(context: Context): NotificationSectionView { in createView() method in com.android.customization.picker.notifications.ui.section.NotificationSectionController
|