Searched refs:getSourceBounds (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java709 if (intent.getSourceBounds() == null) {
724 if (intent.getSourceBounds() == null) {
741 if (intent.getSourceBounds() == null) {
H A DTaskRecord.java296 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) {
H A DActivityManagerService.java8393 if (intent.getSourceBounds() != null) {
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java417 final Rect rect = getSourceBounds(v);
488 final Rect rect = getSourceBounds(view);
713 final Rect rect = getSourceBounds(v);
733 private static Rect getSourceBounds(View v) { method in class:RemoteViews
/frameworks/base/core/java/android/content/
H A DIntent.java5192 public Rect getSourceBounds() { method in class:Intent

Completed in 166 milliseconds