/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A D | ListTouchBottomGravityManyTest.java | 69 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 D | ListTouchManyTest.java | 66 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 D | ListTouchTest.java | 57 View firstChild = mListView.getChildAt(0); in testPullDown() local 83 View firstChild = mListView.getChildAt(0); in testPushUp() local
|
H A D | ListTouchBottomGravityTest.java | 58 View firstChild = mListView.getChildAt(0); in testPullDown() local
|
H A D | ListOfTouchablesTest.java | 57 View firstChild = mListView.getChildAt(0); in testShortScroll() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
H A D | GridTouchVerticalSpacingStackFromBottomTest.java | 63 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 D | GridTouchVerticalSpacingTest.java | 56 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 D | GridTouchStackFromBottomManyTest.java | 55 View firstChild; in testScrollToTop() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/animation/ |
H A D | ViewHierarchyAnimatorTest.kt | 682 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 D | example-supervision-01.kt | 10 val firstChild = launch(CoroutineExceptionHandler { _, _ -> }) { in <lambda>() constant
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreview.java | 220 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 D | DTMDefaultBase.java | 724 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 D | HumanGenericsTest.java | 325 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 D | HumanTest.java | 397 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 D | Node.java | 486 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 D | Normalize.java | 78 Node firstChild; in testNormalize() local
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
H A D | documentgetelementsbytagnamevalue.java | 69 Node firstChild; in runTest() local
|
H A D | hc_documentgetelementsbytagnamevalue.java | 68 Node firstChild; in runTest() local
|
H A D | elementnormalize.java | 69 Node firstChild; in runTest() local
|
H A D | hc_elementnormalize.java | 63 Node firstChild; in runTest() local
|
H A D | hc_attrsetvalue1.java | 64 Node firstChild; in runTest() local
|
H A D | hc_attrremovechild1.java | 66 Node firstChild; in runTest() local
|
/aosp_15_r20/development/tools/winscope/src/viewers/common/operations/ |
H A D | flatten_children_test.ts | 62 const firstChild = TreeNodeUtils.makeUiHierarchyNode({ constant
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListLastItemPartiallyVisibleTest.java | 57 final View firstChild = mListView.getChildAt(0); in testMovingDownToFullyVisibleNoScroll() local
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
H A D | normalize01.java | 73 Node firstChild; in runTest() local
|