/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
D | ContactListItemViewTest.java | 57 ContactListItemView view = createView(); in testShowDisplayName_Simple() 66 ContactListItemView view = createView(); in testShowDisplayName_Unknown() 76 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix() 91 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed() 102 ContactListItemView view = createView(); in testSetSnippet_Prefix() 113 private ContactListItemView createView() { in createView() method in ContactListItemViewTest
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | ChooserListAdapterTest.kt | 98 val view = createView() in testDirectShareTargetLoadingIconIsStarted() 109 val view = createView() in onBindView_DirectShareTargetIconAndLabelLoadedOnlyOnce() 125 val view = createView() in onBindView_AppTargetIconAndLabelLoadedOnlyOnce() 148 val view = createView() in onBindView_contentDescription() 159 val view = createView() in onBindView_contentDescriptionPinned() 170 val view = createView() in onBindView_displayInfoContentDescriptionPinned() 223 private fun createView(): View { in createView() method in com.android.intentresolver.ChooserListAdapterTest
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | CustomizationSectionController.kt | 73 fun createView(context: Context, params: ViewCreationParams): T { in isAvailable() method 74 return createView(context) in isAvailable() 82 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/apps/ThemePicker/src/com/android/customization/picker/color/ui/section/ |
D | ColorSectionController.kt | 41 override fun createView(context: Context): ColorSectionView { in createView() method in com.android.customization.picker.color.ui.section.ColorSectionController 42 return createView(context, CustomizationSectionController.ViewCreationParams()) in createView() 45 override fun createView( in createView() method in com.android.customization.picker.color.ui.section.ColorSectionController
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtErrorActivity.java | 60 mAlertBuilder.setView(createView(errorContent)); in onCreate() 65 private View createView(String errorContent) { in createView() method in BluetoothOppBtErrorActivity
|
D | BluetoothOppBtEnableActivity.java | 63 mAlertBuilder.setView(createView()); in onCreate() 70 private View createView() { in createView() method in BluetoothOppBtEnableActivity
|
D | BluetoothOppBtEnablingActivity.java | 83 mAlertBuilder.setView(createView()); in onCreate() 91 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
|
D | BluetoothOppIncomingFileConfirmActivity.java | 107 mAlertBuilder.setView(createView()); in onCreate() 138 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
|
/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/Permission/PermissionController/src/com/android/permissioncontroller/incident/wear/ |
D | ConfirmationActivityWearViewHandler.java | 46 public View createView() { in createView() method in ConfirmationActivityWearViewHandler 52 return WearConfirmationScreenKt.createView(mActivity, mViewModel); in createView()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/ |
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()
|
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
|
/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/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/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/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherWidgetHolder.java | 311 if (createView(appWidgetId, appWidget) instanceof ListenableHostView lhv) { in addOnUpdateListener() 327 public AppWidgetHostView createView( in createView() method in LauncherWidgetHolder 412 return (LauncherAppWidgetHostView) mWidgetHost.createView( in createViewInternal()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialogFragment.java | 303 mBuilder.setView(createView()); in createConfirmationDialog() 326 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog() 340 private View createView() { in createView() method in BluetoothPairingDialogFragment
|
/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/preview/ui/section/ |
D | PreviewWithClockCarouselSectionController.kt | 107 override fun createView( in createView() method 111 val view = super.createView(context, params) in createView()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 126 mAlertBuilder.setView(createView(DIALOG_YES_NO_AUTH)); in showPbapDialog() 149 private View createView(final int id) { in createView() method in BluetoothPbapActivity
|
/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/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
|