Home
last modified time | relevance | path

Searched defs:square1 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/transition/
H A DFadeTransitionTest.java51 View square1 = mActivity.findViewById(R.id.square1); in testFadeOutAndIn() local
77 View square1 = mActivity.findViewById(R.id.square1); in testFadeOutInterrupt() local
104 final View square1 = mActivity.findViewById(R.id.square1); in testFadeInInterrupt() local
137 final View square1 = mActivity.findViewById(R.id.square1); in testSnapshotView() local
H A DTransitionTest.java48 View square1 = mActivity.findViewById(R.id.square1); in testClone() local
H A DSlideTransitionTest.java50 final View square1 = mActivity.findViewById(R.id.square1); in testShortSlide() local
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java85 View square1 = mActivity.findViewById(R.id.square1); in setUp() local