Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java60 View view = createView("1"); in testAddChild()
73 View view = createView(String.valueOf(i + 1)); in testAddChildAtFront()
77 View view = createView("X"); in testAddChildAtFront()
91 View view = createView(String.valueOf(i + 1)); in testAddChildInMiddle()
95 View view = createView("X"); in testAddChildInMiddle()
109 View view = createView(String.valueOf(i + 1)); in testAddChildren()
120 View view = createView("1"); in testRemoveChild()
141 views[i] = createView(String.valueOf(i + 1)); in testRemoveChildren()
162 views[i] = createView(String.valueOf(i + 1)); in testRemoveChildrenBulk()
183 views[i] = createView(String.valueOf(i + 1)); in testRemoveChildrenBulkAtFront()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimatorTest.kt59 val view = createView(x = 20, width = 10, height = 10)
75 val view = createView(x = 20, width = 10, height = 10)
91 val view = createView(x = 20, width = 10, height = 10)
107 val view = createView(x = 20, width = 10, height = 10, translationX = 100f)
123 val view = createView(x = 20, width = 10, height = 10)
136 val view = createView(x = 20, width = 10, height = 10)
150 val view = createView(y = 20, width = 10, height = 10)
163 val view = createView(x = 20)
175 private fun createView( regex
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/list/
H A 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
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemFocusableAboveUnfocusable.java38 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListItemFocusableAboveUnfocusable
43 return super.createView(position, parent, desiredHeight); in createView()
H A DListSimple.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListSimple
45 View view = super.createView(position, parent, desiredHeight); in createView()
H A DListInterleaveFocusables.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListInterleaveFocusables
49 return super.createView(position, parent, desiredHeight); in createView()
H A DListItemFocusablesFarApart.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListItemFocusablesFarApart
H A DListOfTouchables.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListOfTouchables
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSimple.java48 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in GridSimple
49 View view = super.createView(position, parent, desiredHeight); in createView()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBasePagerViewHolder.java83 mView = createView(container); in getView()
105 protected abstract View createView(ViewGroup container); in createView() method in BasePagerViewHolder
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java62 mAlertBuilder.setView(createView(errorContent)); in onCreate()
67 private View createView(String errorContent) { in createView() method in BluetoothOppBtErrorActivity
H A DBluetoothOppBtEnableActivity.java63 mAlertBuilder.setView(createView()); in onCreate()
70 private View createView() { in createView() method in BluetoothOppBtEnableActivity
H A DBluetoothOppBtEnablingActivity.java86 mAlertBuilder.setView(createView()); in onCreate()
94 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
H A DBluetoothOppIncomingFileConfirmActivity.java111 mAlertBuilder.setView(createView()); in onCreate()
133 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java226 mNavigationBar.onViewAttachedToWindow(mNavigationBar.createView(null)); in testHomeLongPress()
239 mNavigationBar.onViewAttachedToWindow(mNavigationBar.createView(null)); in testHomeLongPressWithCustomDuration()
261 mNavigationBar.onViewAttachedToWindow(mNavigationBar.createView(null)); in testRegisteredWithDispatcher()
281 defaultNavBar.createView(null); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
282 externalNavBar.createView(null); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
310 mNavigationBar.createView(null); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
340 View v = mNavigationBar.createView(null); in testA11yEventAfterDetach()
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpActivity.java51 mainView = createView(); in onCreate()
67 private View createView() { in createView() method in VideoDumpActivity
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/
H A DCarUiLayoutInflaterFactory.java46 protected View createView(Context context, String name, AttributeSet attrs) { in createView() method in CarUiLayoutInflaterFactory
90 return createView(context, name, attrs); in onCreateView()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DGroupMmsSettingDialog.java52 .setView(createView()) in show()
65 private View createView() { in createView() method in GroupMmsSettingDialog
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DToggleButtonActionItem.java59 toggleButton = createView(frameLayout.getContext(), frameLayout); in bindViewHolder()
157 private DrawableStateToggleButton createView(Context context, ViewGroup viewGroup) { in createView() method in ToggleButtonActionItem
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DHarmfulAppWarningActivity.java76 p.mView = createView(applicationInfo); in onCreate()
86 private View createView(ApplicationInfo applicationInfo) { in createView() method in HarmfulAppWarningActivity
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialogFragment.java289 mBuilder.setView(createView()); in createConfirmationDialog()
310 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
324 private View createView() { in createView() method in BluetoothPairingDialogFragment
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothPairingDialogFragment.java278 mBuilder.setView(createView()); in createConfirmationDialog()
299 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog()
313 private View createView() { in createView() method in BluetoothPairingDialogFragment
/aosp12/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
H A DHotseatPlugin.java19 View createView(ViewGroup parent); in createView() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialog.kt74 rootView.addView(createView(it))
103 private fun createView(element: PrivacyElement): View { regex
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DCustomizationSectionController.java47 T createView(Context context); in createView() method

1234