Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 61) sorted by relevance

123

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DPartialNotImportantActivityTest.java78 final TextView child = new TextView(activity); in testAddAndRemoveNoImportantChild() local
90 final TextView child = childRef.get(); in testAddAndRemoveNoImportantChild() local
132 final TextView child = childRef.get(); in testAddAndRemoveImportantChild() local
174 final TextView child = newImportantView(activity, "Important I am"); in testAddImportantChildAfterSessionStarted() local
182 final TextView child = childRef.get(); in testAddImportantChildAfterSessionStarted() local
DHelper.java129 final TextView child = new TextView(context); in newImportantView() local
141 final TextView child = newImportantView(context, text); in newImportantView() local
DChildlessActivityTest.java248 final TextView child = new TextView(activity); in testAddAndRemoveNoImportantChild() local
260 final TextView child = childRef.get(); in testAddAndRemoveNoImportantChild() local
297 final TextView child = childRef.get(); in testAddAndRemoveImportantChild() local
346 final TextView child = newImportantView(activity, "Important I am"); in testAddImportantChildAfterSessionStarted() local
402 final TextView child = newImportantView(activity, "Important I am"); in testAddAndRemoveImportantChildOnDifferentSession() local
589 final TextView child = addChild(activity, childSession, "Sweet O'Mine"); in dinamicallyAddOneChildOnAnotherSessionTest() local
1214 final TextView child = newImportantView(activity, text); in addChild() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-9803/
Dpoc.c55 int do_trace(pid_t child) { in do_trace()
77 pid_t child = fork(); in main() local
/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java357 MyView child = new MyView(mActivity); in testMeasureChild() local
379 MyView child = new MyView(mActivity); in testMeasureChildWithMargins() local
401 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs() local
415 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding() local
430 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins() local
444 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding() local
459 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth() local
473 MyView child = new MyView(mActivity); in testFillViewport() local
497 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding() local
517 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins() local
[all …]
DScrollViewTest.java369 MyView child = new MyView(mActivity); in testMeasureChild() local
391 MyView child = new MyView(mActivity); in testMeasureChildWithMargins() local
413 MyView child = spy(new MyView(mActivity)); in testMeasureSpecs() local
427 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithPadding() local
442 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMargins() local
456 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndPadding() local
471 MyView child = spy(new MyView(mActivity)); in testMeasureSpecsWithMarginsAndNoHintWidth() local
487 MyView child = new MyView(mActivity); in testFillViewport() local
508 MyView child = new MyView(mActivity); in testFillViewportWithScrollViewPadding() local
529 MyView child = new MyView(mActivity); in testFillViewportWithChildMargins() local
[all …]
DRadioGroupTest.java439 RadioButton child = (RadioButton) mRadioGroup.getChildAt(1); in testOnInitializeAccessibilityNodeInfo_populatesCollectionItemInfo() local
558 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
563 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHostActivity.kt32 val child = views.apply(this, it) in onCreate() constant
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceViewGroup.java55 View child = getChildAt(i); in onMeasure() local
77 View child = getChildAt(i); in onLayout() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java485 MockViewGroup child = new MockViewGroup(mContext); in testClearDisappearingChildren() local
810 MockView child = new MockView(mContext); in testFocusableViewAvailable() local
822 MockView child = new MockView(mContext); in testFocusSearch() local
1273 MockView child = new MockView(mContext); in testMeasureChild() local
1317 MockView child = new MockView(mContext); in testMeasureChildWithMargins() local
1385 MockViewGroup child = new MockViewGroup(mContext); in testOnAnimationEnd() local
1417 MockViewGroup child = new MockViewGroup(mContext); in testOnAnimationStart() local
1491 MockViewGroup child = new MockViewGroup(mContext); in testRemoveAllViewsInLayout() local
1530 MockViewGroup child = new MockViewGroup(mContext); in testRemoveView() local
1547 MockViewGroup child = new MockViewGroup(mContext); in testRemoveViewAt() local
[all …]
DContentPaneFocusTest.java149 View child = parent.getChildAt(i); in getActionBarView() local
/cts/tests/openglperf2/jni/graphics/
DSceneGraphNode.cpp22 void SceneGraphNode::addChild(SceneGraphNode* child) { in addChild()
/cts/tests/tests/animation/src/android/animation/cts/
DLayoutAnimationTest.java286 public void addChild(ViewGroup parent, View child) { in addChild()
292 public void hideChild(ViewGroup parent, View child) { in hideChild()
309 public void removeChild(ViewGroup parent, View child) { in removeChild()
327 public void showChild(ViewGroup parent, View child) { in showChild()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29374/
Dpoc.cpp67 pid_t child = SYSCHK(fork()); in main() local
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/
DExpectationBasedFilter.java100 Description child = children.get(0); in getTestDescription() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DSkewLayout.java39 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { in drawChild()
/cts/tests/fragment/src/android/fragment/cts/
DPrimaryNavFragmentTest.java54 final StrictFragment child = new StrictFragment(); in delegateBackToPrimaryNav() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/
Dpoc.cpp84 pid_t child = fork(); in main() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DParentChildTestBase.java35 void doTest(WindowState parent, WindowState child); in doTest()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewFadingEdgeTests.java76 final FadingView child = new FadingView(parentView.getContext()); in attachFadingView() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java115 final View child = getChildAt(i); in onMeasure() local
176 final View child = getChildAt(i); in onMeasure() local
253 final View child = getChildAt(i); in layoutBoxChildren() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAccessibilityNodeInfoUtils.kt38 for (child in children) { in AccessibilityNodeInfo() method
/cts/tests/tests/os/src/android/os/health/cts/
DHealthStatsTest.java115 final HealthStats child = stats.get("a"); in checkHealthStats() local
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DTestNgRunner.java218 Description child = Description.createTestDescription(cls, name, m.getAnnotations()); in generateTestNgDescription() local
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildStep.java104 public void addChild(BuildStep child) { in addChild()

123