Searched defs:getSourceRectHint (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DPictureInPictureArgs.java218 mSourceRectHint = new Rect(otherArgs.getSourceRectHint());
289 public Rect getSourceRectHint() { method in class:PictureInPictureArgs
357 params.getSourceRectHint());
362 args.getSourceRectHint());
H A DPictureInPictureParams.java176 mSourceRectHint = new Rect(otherArgs.getSourceRectHint());
234 public Rect getSourceRectHint() { method in class:PictureInPictureParams

Completed in 71 milliseconds