Home
last modified time | relevance | path

Searched refs:mTransitioningViews (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java139 if (viewsTransition != null && mTransitioningViews != null) { in viewsReady()
140 removeExcludedViews(viewsTransition, mTransitioningViews); in viewsReady()
142 hideViews(mTransitioningViews); in viewsReady()
289 showViews(mTransitioningViews, true); in forceViewsToAppear()
293 mTransitioningViews.clear(); in forceViewsToAppear()
307 showViews(mTransitioningViews, true); in forceViewsToAppear()
309 mTransitioningViews.clear(); in forceViewsToAppear()
326 } else if (mTransitioningViews != null) { in cancel()
327 mTransitioningViews.addAll(mSharedElements); in cancel()
529 if (mTransitioningViews != null && !mTransitioningViews.isEmpty()) { in beginTransition()
[all …]
DActivityTransitionCoordinator.java207 protected ArrayList<View> mTransitioningViews = new ArrayList<View>(); field in ActivityTransitionCoordinator
239 if (getViewsTransition() != null && mTransitioningViews != null) { in viewsReady()
242 decorView.captureTransitioningViews(mTransitioningViews); in viewsReady()
244 mTransitioningViews.removeAll(mSharedElements); in viewsReady()
295 if (mTransitioningViews == null) { in stripOffscreenViews()
299 for (int i = mTransitioningViews.size() - 1; i >= 0; i--) { in stripOffscreenViews()
300 View view = mTransitioningViews.get(i); in stripOffscreenViews()
302 mTransitioningViews.remove(i); in stripOffscreenViews()
358 (mTransitioningViews == null || mTransitioningViews.isEmpty()))) { in setTargets()
364 if (mTransitioningViews != null) { in setTargets()
[all …]
DExitTransitionCoordinator.java130 if (mTransitioningViews != null) { in resetViews()
131 showViews(mTransitioningViews, true); in resetViews()
274 if (transition != null && decorView != null && mTransitioningViews != null) { in startExitTransition()
314 if (mTransitioningViews != null && !mTransitioningViews.isEmpty()) { in getExitTransition()
316 removeExcludedViews(viewsTransition, mTransitioningViews); in getExitTransition()
317 if (mTransitioningViews.isEmpty()) { in getExitTransition()
324 final ArrayList<View> transitioningViews = mTransitioningViews; in getExitTransition()
/frameworks/base/core/java/android/view/
DViewGroup.java598 private ArrayList<View> mTransitioningViews; field in ViewGroup
1581 if (mTransitioningViews != null && mTransitioningViews.contains(child)) { in onChildVisibilityChanged()
5392 if (!(mTransitioningViews != null && mTransitioningViews.contains(children[index]))) { in removeFromArray()
5578 (mTransitioningViews != null && mTransitioningViews.contains(view))) { in removeViewInternal()
5702 (mTransitioningViews != null && mTransitioningViews.contains(view))) { in removeViewsInternal()
5790 (mTransitioningViews != null && mTransitioningViews.contains(view))) { in removeAllViewsInLayout()
5861 (mTransitioningViews != null && mTransitioningViews.contains(child))) { in removeDetachedView()
7158 return (mTransitioningViews != null && mTransitioningViews.contains(view)); in isViewTransitioning()
7175 if (mTransitioningViews == null) { in startViewTransition()
7176 mTransitioningViews = new ArrayList<View>(); in startViewTransition()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2302 Landroid/app/ActivityTransitionCoordinator;->mTransitioningViews:Ljava/util/ArrayList;
63573 Landroid/view/ViewGroup;->mTransitioningViews:Ljava/util/ArrayList;