Home
last modified time | relevance | path

Searched refs:onlyChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt819 val onlyChild = View(mContext) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings() constant
820 rootView.addView(onlyChild) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
824 onlyChild, in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
830 assertNotNull(onlyChild.getTag(R.id.tag_animator)) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
831 checkBounds(onlyChild, l = 0, t = 0, r = 200, b = 100) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
832 advanceAnimation(onlyChild, 0.5f) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
833 checkBounds(onlyChild, l = 0, t = 0, r = 100, b = 100) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
834 advanceAnimation(onlyChild, 1.0f) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
835 checkBounds(onlyChild, l = 0, t = 0, r = 0, b = 100) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
837 endAnimation(onlyChild) in animatesViewRemovalFromStartToEnd_viewHasNoSiblings()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.cpp5023 sp<XMLNode> onlyChild; in findOnlyChildElement() local
5026 if (onlyChild != NULL) { in findOnlyChildElement()
5029 onlyChild = children[i]; in findOnlyChildElement()
5032 return onlyChild; in findOnlyChildElement()