Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java183 scheduleGhostVisibilityChange(View.INVISIBLE); in startSharedElementExit()
189 scheduleGhostVisibilityChange(View.VISIBLE); in startSharedElementExit()
364 scheduleGhostVisibilityChange(View.INVISIBLE); in beginTransitions()
366 scheduleGhostVisibilityChange(View.VISIBLE); in beginTransitions()
DEnterTransitionCoordinator.java336 scheduleGhostVisibilityChange(View.INVISIBLE); in startSharedElementTransition()
339 scheduleGhostVisibilityChange(View.VISIBLE); in startSharedElementTransition()
DActivityTransitionCoordinator.java882 protected void scheduleGhostVisibilityChange(final int visibility) { in scheduleGhostVisibilityChange() method in ActivityTransitionCoordinator