Home
last modified time | relevance | path

Searched defs:children (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java78 List<Animation> children = animationSet.getAnimations(); in testInitialize() local
115 List<Animation> children = animationSet.getAnimations(); in testSetFillAfter() local
132 List<Animation> children = animationSet.getAnimations(); in testSetFillBefore() local
153 final List<Animation> children = animationSet.getAnimations(); in testAccessDuration() local
176 final List<Animation> children = animationSet.getAnimations(); in testRestrictDuration() local
193 final List<Animation> children = animationSet.getAnimations(); in testComputeDurationHint() local
203 List<Animation> children = animationSet.getAnimations(); in testScaleCurrentDuration() local
222 List<Animation> children = animationSet.getAnimations(); in testAccessRepeatMode() local
239 List<Animation> children = animationSet.getAnimations(); in testAccessStartOffset() local
266 List<Animation> children = animationSet.getAnimations(); in testAccessStartTime() local
[all …]
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestFilter.java105 List<Description> children = description.getChildren(); in getTestDescription() local
/cts/tools/vm-tests-tf/src/util/build/
DBuildStep.java81 private Set<BuildStep> children; field in BuildStep
/cts/tests/tests/media/src/android/media/cts/
DMediaBrowserTest.java297 public void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children) { in onChildrenLoaded()
304 public void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children, in onChildrenLoaded()
/cts/tests/app/app/src/android/app/stubs/
DExpandableListTestActivity.java58 final List<Map<String, String>> children = Lists.newArrayList(); in onCreate() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java48 String[] children = directory.list(); in deleteFileInClassFolder() local
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java245 Uri children = DocumentsContract.buildChildDocumentsUriUsingTree(uri, in testTree() local
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java100 File[] children = mBuildHelper.getLogsDir().listFiles(); in testSetup() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableContainerStateTest.java61 Drawable[] children = mDrawableContainerState.getChildren(); in testAddChild() local
/cts/tools/testng/
Dgen-test-list-xml.py58 children = property(_get_children, _set_children, doc="Get/set list of children BaseNode") variable in BaseNode
/cts/tools/utils/
DDescriptionGenerator.java371 Collection<Node> children = getSuiteChildren(elem); in appendSuiteToElement() local
406 NodeList children = elem.getChildNodes(); in getSuiteChildren() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java53 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java178 public List<Doc> children = new ArrayList<>(); field in MyDocumentsProvider.Doc
/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java355 List<MyChild> children; field in ExpandableListScenario.MyGroup
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java171 String[] children = entry.list(); in removeEntry() local