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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java676 final Rect rect = getSourceBounds(v);
745 final Rect rect = getSourceBounds(view);
949 final Rect rect = getSourceBounds(v);
969 private static Rect getSourceBounds(View v) { method in class:RemoteViews
2757 * ({@link Intent#getSourceBounds()}) of the intent will be set to the bounds of the clicked
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java1481 if (intent.getSourceBounds() == null) {
1492 if (intent.getSourceBounds() == null) {
1507 if (intent.getSourceBounds() == null && buffer != null) {
1535 if (intent.getSourceBounds() == null) {
H A DTaskRecord.java821 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) {
H A DActivityManagerService.java10776 if (intent.getSourceBounds() != null) {
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java8573 intent.setSourceBounds(originalIntent.getSourceBounds());
/frameworks/base/core/java/android/content/
H A DIntent.java7863 public @Nullable Rect getSourceBounds() { method in class:Intent
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 352 milliseconds