Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelSwitchToParentTest.kt40 private lateinit var movingView: View
55 movingView = View(mContext)
76 assertThat(movingView.parent).isNull()
88 view2A, view2B, view2C, movingView
94 parent1.addView(movingView, 0)
102 view2A, view2B, view2C, movingView
108 parent2.addView(movingView, 0)
116 view2A, view2B, view2C, movingView
128 view2A, movingView, view2B, view2C
134 parent1.addView(movingView, 1)
[all …]
/aosp14/frameworks/base/core/java/android/transition/
H A DTranslationAnimationCreator.java98 private TransitionPositionListener(View movingView, View viewInHierarchy, in TransitionPositionListener() argument
100 mMovingView = movingView; in TransitionPositionListener()