Home
last modified time | relevance | path

Searched refs:getSourceBounds (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java781 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
792 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
807 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
824 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
DTaskRecord.java336 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) { in setIntent()
DActivityManagerService.java8480 if (intent.getSourceBounds() != null) {
/frameworks/base/core/java/android/widget/
DRemoteViews.java420 final Rect rect = getSourceBounds(v); in apply()
491 final Rect rect = getSourceBounds(view); in apply()
716 final Rect rect = getSourceBounds(v); in apply()
736 private static Rect getSourceBounds(View v) { in getSourceBounds() method in RemoteViews
/frameworks/base/core/java/android/provider/
DContactsContract.java8309 intent.setSourceBounds(originalIntent.getSourceBounds()); in rebuildManagedQuickContactsIntent()
/frameworks/base/core/java/android/content/
DIntent.java5739 public Rect getSourceBounds() { in getSourceBounds() method
/frameworks/base/api/
Dcurrent.txt8017 method public android.graphics.Rect getSourceBounds();
Dsystem-current.txt8268 method public android.graphics.Rect getSourceBounds();