Home
last modified time | relevance | path

Searched refs:scheduleGhostVisibilityChange (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java184 scheduleGhostVisibilityChange(View.INVISIBLE); in startSharedElementExit()
190 scheduleGhostVisibilityChange(View.VISIBLE); in startSharedElementExit()
371 scheduleGhostVisibilityChange(View.INVISIBLE); in beginTransitions()
373 scheduleGhostVisibilityChange(View.VISIBLE); in beginTransitions()
DEnterTransitionCoordinator.java335 scheduleGhostVisibilityChange(View.INVISIBLE); in startSharedElementTransition()
339 scheduleGhostVisibilityChange(View.VISIBLE); in startSharedElementTransition()
DActivityTransitionCoordinator.java864 protected void scheduleGhostVisibilityChange(final int visibility) { in scheduleGhostVisibilityChange() method in ActivityTransitionCoordinator