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

  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 183 scheduleGhostVisibilityChange(View.INVISIBLE);
189 scheduleGhostVisibilityChange(View.VISIBLE);
364 scheduleGhostVisibilityChange(View.INVISIBLE);
366 scheduleGhostVisibilityChange(View.VISIBLE);
EnterTransitionCoordinator.java 339 scheduleGhostVisibilityChange(View.INVISIBLE);
342 scheduleGhostVisibilityChange(View.VISIBLE);
ActivityTransitionCoordinator.java 776 protected void scheduleGhostVisibilityChange(final int visibility) {
    [all...]

Completed in 784 milliseconds