Searched refs:toActivityOptions (Results 1 – 4 of 4) sorted by relevance
35 default ActivityOptions toActivityOptions(Handler handler, long duration) { in toActivityOptions() method
88 Bundle options = animProvider.toActivityOptions(handler, duration).toBundle(); in registerAndStartActivity()
71 Bundle options = animProvider.toActivityOptions(handler, duration).toBundle(); in registerAndStartActivity()
154 public ActivityOptions toActivityOptions(Handler handler, long duration) { in toActivityOptions() method in AppToOverviewAnimationProvider