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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java1006 if (intent.getSourceBounds() == null) {
1017 if (intent.getSourceBounds() == null) {
1032 if (intent.getSourceBounds() == null) {
1056 if (intent.getSourceBounds() == null) {
H A DTaskRecord.java421 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) {
H A DActivityManagerService.java9308 if (intent.getSourceBounds() != null) {
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java497 final Rect rect = getSourceBounds(v);
568 final Rect rect = getSourceBounds(view);
793 final Rect rect = getSourceBounds(v);
813 private static Rect getSourceBounds(View v) { method in class:RemoteViews
/frameworks/base/core/java/android/provider/
H A DContactsContract.java8481 intent.setSourceBounds(originalIntent.getSourceBounds());
/frameworks/base/core/java/android/content/
H A DIntent.java6633 public Rect getSourceBounds() { method in class:Intent

Completed in 391 milliseconds