Searched refs:scheduleGhostVisibilityChange (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java866 protected void scheduleGhostVisibilityChange(final int visibility) { method in class:ActivityTransitionCoordinator
H A DEnterTransitionCoordinator.java395 scheduleGhostVisibilityChange(View.INVISIBLE);
399 scheduleGhostVisibilityChange(View.VISIBLE);
H A DExitTransitionCoordinator.java178 scheduleGhostVisibilityChange(View.INVISIBLE);
184 scheduleGhostVisibilityChange(View.VISIBLE);
367 scheduleGhostVisibilityChange(View.INVISIBLE);
372 scheduleGhostVisibilityChange(View.VISIBLE);

Completed in 62 milliseconds