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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java781 if (intent.getSourceBounds() == null) {
792 if (intent.getSourceBounds() == null) {
807 if (intent.getSourceBounds() == null) {
824 if (intent.getSourceBounds() == null) {
H A DTaskRecord.java336 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) {
H A DActivityManagerService.java8480 if (intent.getSourceBounds() != null) {
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java420 final Rect rect = getSourceBounds(v);
491 final Rect rect = getSourceBounds(view);
716 final Rect rect = getSourceBounds(v);
736 private static Rect getSourceBounds(View v) { method in class:RemoteViews
/frameworks/base/core/java/android/provider/
H A DContactsContract.java8309 intent.setSourceBounds(originalIntent.getSourceBounds());
/frameworks/base/core/java/android/content/
H A DIntent.java5739 public Rect getSourceBounds() { method in class:Intent

Completed in 1206 milliseconds