Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/transition/
H A DTransitionTest.java49 View square2 = mActivity.findViewById(R.id.square2); in testClone() local
56 fade.excludeTarget(square2, true); in testClone()
61 fade.excludeChildren(R.id.square2, true); in testClone()
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java82 View square2 = mActivity.findViewById(R.id.square2); in setUp() local
85 a2 = ObjectAnimator.ofFloat(square2, View.ALPHA, 1f, 0f).setDuration(350); in setUp()