Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java657 RemoteViews.getSourceBounds(view), null); in onDefaultViewClicked()
700 extras.putParcelable(sharedViewNames[i], RemoteViews.getSourceBounds(view)); in createSharedElementActivityOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1678 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
1689 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
1704 if (intent.getSourceBounds() == null && buffer != null) { in applyOptionsLocked()
1732 if (intent.getSourceBounds() == null) { in applyOptionsLocked()
DTaskRecord.java902 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) { in setIntent()
DActivityTaskManagerService.java3158 if (intent.getSourceBounds() != null) { in addAppTask()
/frameworks/base/core/java/android/widget/
DRemoteViews.java906 public static Rect getSourceBounds(View v) { in getSourceBounds() method in RemoteViews
4055 intent.setSourceBounds(getSourceBounds(view));
/frameworks/base/core/java/android/provider/
DContactsContract.java8634 intent.setSourceBounds(originalIntent.getSourceBounds()); in rebuildManagedQuickContactsIntent()
/frameworks/base/core/java/android/content/
DIntent.java8321 public @Nullable Rect getSourceBounds() { in getSourceBounds() method
/frameworks/base/config/
Dboot-image-profile.txt3721 HSPLandroid/content/Intent;->getSourceBounds()Landroid/graphics/Rect;
Dhiddenapi-greylist-max-o.txt89614 Landroid/widget/RemoteViews;->getSourceBounds(Landroid/view/View;)Landroid/graphics/Rect;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7512 method public android.graphics.Rect getSourceBounds();
/frameworks/base/api/
Dcurrent.txt10122 method @Nullable public android.graphics.Rect getSourceBounds();