Home
last modified time | relevance | path

Searched defs:firstChild (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java69 View firstChild = mListView.getChildAt(0); in testPullDown() local
100 View firstChild = mListView.getChildAt(0); in testNoScroll() local
118 View firstChild = mListView.getChildAt(0); in testShortScroll() local
140 View firstChild = mListView.getChildAt(0); in testLongScroll() local
H A DListTouchManyTest.java66 View firstChild = mListView.getChildAt(0); in testPullDown() local
148 View firstChild = mListView.getChildAt(0); in testNoScroll() local
165 View firstChild = mListView.getChildAt(0); in testShortScroll() local
H A DListTouchTest.java57 View firstChild = mListView.getChildAt(0); in testPullDown() local
83 View firstChild = mListView.getChildAt(0); in testPushUp() local
H A DListTouchBottomGravityTest.java58 View firstChild = mListView.getChildAt(0); in testPullDown() local
H A DListOfTouchablesTest.java57 View firstChild = mListView.getChildAt(0); in testShortScroll() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java63 View firstChild = mGridView.getChildAt(0); in testNoScroll() local
81 View firstChild = mGridView.getChildAt(0); in testShortScroll() local
103 View firstChild = mGridView.getChildAt(0); in testLongScroll() local
123 View firstChild; in testManyScrolls() local
H A DGridTouchVerticalSpacingTest.java56 View firstChild = mGridView.getChildAt(0); in testNoScroll() local
73 View firstChild = mGridView.getChildAt(0); in testShortScroll() local
105 View firstChild; in testManyScrolls() local
H A DGridTouchStackFromBottomManyTest.java55 View firstChild; in testScrollToTop() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/animation/
H A DViewHierarchyAnimatorTest.kt682 val firstChild = View(context) in animatesAppearingViewsFadeIn_childViewAlphasAlsoAnimated() constant
740 val firstChild = View(context) in animatesAppearingViews_fadeInFalse_alphasNotUpdated() constant
1404 val firstChild = View(mContext) in cleansUpListenersCorrectly() constant
1576 val firstChild = RelativeLayout(mContext) in setUpRootWithChildren() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
H A Dexample-supervision-01.kt10 val firstChild = launch(CoroutineExceptionHandler { _, _ -> }) { in <lambda>() constant
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java220 final View firstChild = mAttachmentView.getChildAt(0); in onAttachmentsChanged() local
246 final View firstChild = mAttachmentView.getChildAt(0); in onAttachmentsChanged() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java724 int firstChild = _firstch(index); in dumpDTM() local
883 int firstChild = _firstch(identity); in hasChildNodes() local
973 int firstChild = _firstch(identity); in getFirstChild() local
989 int firstChild, eType; in getTypedFirstChild() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
H A DHumanGenericsTest.java325 HumanGen firstChild = children2.iterator().next(); in testChildrenSetAsRoot() local
360 HumanGen2 firstChild = firstEntry.getKey(); in testChildrenMapAsRoot() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
H A DHumanTest.java397 Human firstChild = children2.iterator().next(); in testChildrenSetAsRoot() local
434 Human2 firstChild = firstEntry.getKey(); in testChildrenMapAsRoot() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DNode.java486 Node firstChild = firstChild(); in unwrap() local
681 public @Nullable Node firstChild() { in firstChild() method in Node
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNormalize.java78 Node firstChild; in testNormalize() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetelementsbytagnamevalue.java69 Node firstChild; in runTest() local
H A Dhc_documentgetelementsbytagnamevalue.java68 Node firstChild; in runTest() local
H A Delementnormalize.java69 Node firstChild; in runTest() local
H A Dhc_elementnormalize.java63 Node firstChild; in runTest() local
H A Dhc_attrsetvalue1.java64 Node firstChild; in runTest() local
H A Dhc_attrremovechild1.java66 Node firstChild; in runTest() local
/aosp_15_r20/development/tools/winscope/src/viewers/common/operations/
H A Dflatten_children_test.ts62 const firstChild = TreeNodeUtils.makeUiHierarchyNode({ constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java57 final View firstChild = mListView.getChildAt(0); in testMovingDownToFullyVisibleNoScroll() local
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dnormalize01.java73 Node firstChild; in runTest() local

12345678910>>...23