Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/app/
DActivityOptionsCompat.java264 public void update(@NonNull ActivityOptionsCompat otherOptions) { in update() argument
265 if (otherOptions instanceof ActivityOptionsCompatImpl) { in update()
267 (ActivityOptionsCompatImpl) otherOptions; in update()
379 public void update(@NonNull ActivityOptionsCompat otherOptions) { in update() argument