Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingTestUtil.java37 public static EditText createView(Rect handwritingArea) { in createView() method in HandwritingTestUtil
42 public static EditText createView(Rect handwritingArea, boolean autoHandwritingEnabled, in createView() method in HandwritingTestUtil
48 public static EditText createView(Rect handwritingArea, boolean autoHandwritingEnabled, in createView() method in HandwritingTestUtil
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotifLayoutInflaterFactoryTest.kt63 val createView = layoutInflaterFactory.onCreateView("ImageView", mContext, attrs) regex
82 val createView = layoutInflaterFactory.onCreateView("TextView", mContext, attrs) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/
H A DMediaDreamComplication.java40 public ViewHolder createView(ComplicationViewModel model) { in createView() method in MediaDreamComplication
/aosp14/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
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
H A DListItemFocusablesClose.java50 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListItemFocusablesClose
H A DListSimple.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListSimple
H A DListHorizontalFocusWithinItemWins.java51 protected View createView(int position, ViewGroup parent, in createView() method in ListHorizontalFocusWithinItemWins
H A DListButtonsDiagonalAcrossItems.java50 protected View createView(int position, ViewGroup parent, in createView() method in ListButtonsDiagonalAcrossItems
H A DListInterleaveFocusables.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListInterleaveFocusables
H A DListItemISVAndButton.java42 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListItemISVAndButton
H A DListHeterogeneous.java39 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListHeterogeneous
H A DListItemsExpandOnSelection.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() method in ListItemsExpandOnSelection
/aosp14/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
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpActivity.java67 private View createView() { in createView() method in VideoDumpActivity
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplication.java249 ViewHolder createView(ComplicationViewModel model); in createView() method
H A DSmartSpaceComplication.java56 public ViewHolder createView(ComplicationViewModel model) { in createView() method in SmartSpaceComplication
H A DDreamClockTimeComplication.java60 public ViewHolder createView(ComplicationViewModel model) { in createView() method in DreamClockTimeComplication
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DHarmfulAppWarningActivity.java87 private View createView(ApplicationInfo applicationInfo) { in createView() method in HarmfulAppWarningActivity
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java257 private TextView createView(String text) { in createView() method in ViewGroupChildrenTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/
H A DLogAccessDialogActivity.java202 private View createView(@StyleRes int themeId) { in createView() method in LogAccessDialogActivity
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
H A DTouchInsetManagerTest.java233 private View createView(Rect bounds) { in createView() method in TouchInsetManagerTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionRecentsViewController.kt62 fun createView(parent: ViewGroup): ViewGroup = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimatorTest.kt175 private fun createView( regex

12