Home
last modified time | relevance | path

Searched refs:getDecor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java73 final View decorView = getDecor(); in EnterTransitionCoordinator()
137 final ViewGroup decor = getDecor(); in triggerViewsReady()
160 ViewGroup decorView = getDecor(); in mapNamedElements()
181 final View decorView = getDecor(); in sendSharedElementDestination()
265 final ViewGroup decor = getDecor(); in forceViewsToAppear()
324 ViewGroup decorView = getDecor(); in prepareEnter()
369 ViewGroup decorView = getDecor(); in startSharedElementTransition()
417 View decorView = getDecor(); in startSharedElementTransition()
449 final View decorView = getDecor(); in onTakeSharedElements()
562 final ViewGroup decorView = getDecor(); in onTransitionsComplete()
[all …]
DExitTransitionCoordinator.java129 ViewGroup decorView = getDecor(); in resetViews()
138 final ViewGroup decorView = getDecor(); in sharedElementExitBack()
202 ViewGroup decorView = getDecor(); in startExit()
220 ViewGroup decorView = getDecor(); in startExit()
271 ViewGroup decorView = getDecor(); in startExitTransition()
284 ViewGroup decor = getDecor(); in fadeOutBackground()
364 ViewGroup decorView = getDecor(); in beginTransitions()
448 ViewGroup decorView = getDecor(); in notifyExitComplete()
DActivityTransitionCoordinator.java227 ViewGroup decorView = getDecor(); in viewsReady()
299 public ViewGroup getDecor() { in getDecor() method in ActivityTransitionCoordinator
407 ViewGroup decorView = getDecor(); in mapSharedElements()
564 final View decorView = getDecor(); in scheduleSetSharedElementEnd()
619 ViewGroup decorView = getDecor(); in createSnapshots()
798 ViewGroup decor = getDecor(); in moveSharedElementsToOverlay()
845 ViewGroup decor = getDecor(); in moveSharedElementsFromOverlay()
867 final View decorView = getDecor(); in scheduleGhostVisibilityChange()
896 final View decor = getDecor(); in startInputWhenTransitionsComplete()
908 final View decor = getDecor(); in pauseInput()
DActivityTransitionState.java297 decor = mEnterTransitionCoordinator.getDecor(); in startExitBackTransition()