Home
last modified time | relevance | path

Searched defs:createView (Results 1 – 25 of 51) sorted by relevance

123

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCustomizationSectionController.kt75 fun createView(context: Context, params: ViewCreationParams): T { in isAvailable() method
84 fun createView(context: Context): T method
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/section/
DColorSectionController2.kt41 override fun createView(context: Context): ColorSectionView2 { in createView() method in com.android.customization.picker.color.ui.section.ColorSectionController2
45 override fun createView( in createView() method in com.android.customization.picker.color.ui.section.ColorSectionController2
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DFloatingSheetContent.kt62 private fun createView(): T { in createView() method in com.android.wallpaper.widget.floatingsheetcontent.FloatingSheetContent
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/v34/
DPermissionRationaleViewHandler.kt52 fun createView(): View in onPermissionRationaleResult() method
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DHotseatPlugin.java19 View createView(ViewGroup parent); in createView() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppBtEnableActivity.java73 private View createView() { in createView() method in BluetoothOppBtEnableActivity
DBluetoothOppBtErrorActivity.java67 private View createView(String errorContent) { in createView() method in BluetoothOppBtErrorActivity
DBluetoothOppBtEnablingActivity.java98 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DDrawableThumbWallpaperInfo.java24 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in DrawableThumbWallpaperInfo
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
DLiveWallpaperInfo.java53 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in LiveWallpaperInfo
DWallpaperTileInfo.java38 public abstract View createView(Context context, LayoutInflater inflator, ViewGroup parent); in createView() method in WallpaperTileInfo
/packages/apps/Messaging/src/com/android/messaging/ui/
DBasePagerViewHolder.java105 protected abstract View createView(ViewGroup container); in createView() method in BasePagerViewHolder
/packages/apps/ThemePicker/src/com/android/customization/picker/settings/ui/section/
DMoreSettingsSectionController.kt36 override fun createView(context: Context): MoreSettingsSectionView { in createView() method in com.android.customization.picker.settings.ui.section.MoreSettingsSectionController
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DGroupMmsSettingDialog.java65 private View createView() { in createView() method in GroupMmsSettingDialog
/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/ui/section/
DNotificationSectionController.kt41 override fun createView(context: Context): NotificationSectionView { in createView() method in com.android.customization.picker.notifications.ui.section.NotificationSectionController
/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/
DThemedIconSectionController.java71 public ThemedIconSectionView createView(Context context) { in createView() method in ThemedIconSectionController
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/spacer/ui/section/
DSpacerSectionController.kt38 override fun createView(context: Context): SpacerSectionView { in createView() method in com.android.wallpaper.picker.spacer.ui.section.SpacerSectionController
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserListAdapterTest.kt159 private fun createView(): View { in createSelectableTargetInfo() method in com.android.intentresolver.ChooserListAdapterTest
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DWallpaperQuickSwitchSectionController.kt43 override fun createView(context: Context): WallpaperQuickSwitchView { in createView() method in com.android.wallpaper.picker.customization.ui.section.WallpaperQuickSwitchSectionController
/packages/apps/ThemePicker/src/com/android/customization/model/grid/
DGridSectionController.java69 public GridSectionView createView(Context context) { in createView() method in GridSectionController
/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java112 private ContactListItemView createView() { in createView() method in ContactListItemViewTest
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioMediaChooser.java69 protected View createView(final ViewGroup container) { in createView() method in AudioMediaChooser
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/
DCarUiProxyLayoutInflaterFactory.java60 protected View createView(Context context, String name, AttributeSet attrs) { in createView() method in CarUiProxyLayoutInflaterFactory

123