Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java2243 public void update(ActivityOptions otherOptions) { in update() argument
2244 if (otherOptions.mPackageName != null) { in update()
2245 mPackageName = otherOptions.mPackageName; in update()
2247 mUsageTimeReport = otherOptions.mUsageTimeReport; in update()
2249 mAnimationType = otherOptions.mAnimationType; in update()
2250 switch (otherOptions.mAnimationType) { in update()
2252 mCustomEnterResId = otherOptions.mCustomEnterResId; in update()
2253 mCustomExitResId = otherOptions.mCustomExitResId; in update()
2254 mCustomBackgroundColor = otherOptions.mCustomBackgroundColor; in update()
2257 mAnimationStartedListener = otherOptions.mAnimationStartedListener; in update()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...