Searched refs:getLaunchBounds (Results 1 – 8 of 8) sorted by relevance
133 if (options != null && options.getLaunchBounds() != null) { in calculate()134 outParams.mBounds.set(options.getLaunchBounds()); in calculate()
209 outParams.mBounds.set(options.getLaunchBounds()); in calculate()224 && options != null && options.getLaunchBounds() != null) { in calculate()227 outParams.mBounds.set(options.getLaunchBounds()); in calculate()
1552 final Rect bounds = options.getLaunchBounds(); in findTaskToMoveToFront()1604 if (options == null || options.getLaunchBounds() == null) { in canUseActivityOptionsLaunchBounds()
2382 final Rect bounds = rootTask != this && rootTask.isOrganized() ? null : getLaunchBounds(); in updateOverrideConfigurationFromLaunchBounds()2393 Rect getLaunchBounds() { in getLaunchBounds() method in Task
1434 public Rect getLaunchBounds() { in getLaunchBounds() method in ActivityOptions
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28376 PLcom/android/server/wm/Task;->getLaunchBounds()Landroid/graphics/Rect;
4913 method @Nullable public android.graphics.Rect getLaunchBounds();