Searched refs:bounds (Results 251 - 267 of 267) sorted by relevance

<<11

/frameworks/minikin/libs/minikin/
H A DLayout.cpp1011 ALOGE("cluster %zu (start %zu) out of bounds of count %zu",
1100 void Layout::getBounds(MinikinRect* bounds) const {
1101 bounds->set(mBounds);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1058 * @return the offset of the baseline within the RecyclerView's bounds or -1
1640 * Does not perform bounds checking. Used by internal methods that have already validated input.
3571 // bounds, we run a change animation. Both views will be cleaned automatically
4430 * Offset the bounds of all child views by <code>dy</code> pixels.
4433 * @param dy Vertical pixel offset to apply to the bounds of all child views
4468 * Offset the bounds of all child views by <code>dx</code> pixels.
4471 * @param dx Horizontal pixel offset to apply to the bounds of all child views
4481 * Returns the bounds of the view including its decoration and margins.
4484 * @param outBounds A rect that will receive the bounds of the element including its
6875 * @param pixelDistance Distance from the current viewport to the bounds o
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java383 /** The target stack bounds for the picture-in-picture mode changed that we need to report to
2131 final Rect bounds = TaskRecord.validateBounds(options.getLaunchBounds());
2132 task.updateOverrideConfiguration(bounds);
2144 resizeStackLocked(stackId, bounds,
2149 // because Task's setBounds() also updates dim layer's bounds, but that has
2168 // We use the launch bounds in the activity options is the device supports freeform
2355 void resizeStackLocked(int stackId, Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds, argument
2358 resizeDockedStackLocked(bounds, tempTaskBounds, tempTaskInsetBounds, null, null,
2378 stack.resize(bounds, tempTaskBounds, tempTaskInsetBounds);
2547 // We get the bounds t
[all...]
H A DActivityStarter.java1431 // Launch ResolverActivity in the source task, so that it stays in the task bounds
1730 null /* bounds */, mLaunchFlags, mOptions);
1973 mTargetStack = computeStackFocus(mStartActivity, false, null /* bounds */, mLaunchFlags,
2037 private ActivityStack computeStackFocus(ActivityRecord r, boolean newTask, Rect bounds, argument
2096 bounds != null ? FREEFORM_WORKSPACE_STACK_ID :
H A DActivityManagerService.java7938 // Adjust the source bounds by the insets for the transition down
9694 rti.bounds = new Rect(tr.mBounds);
10012 public void resizeTask(int taskId, Rect bounds, int resizeMode) { argument
10023 // the requested bounds.
10025 // - a null bounds on a freeform task moves that task to fullscreen
10026 // - a non-null bounds on a non-freeform (fullscreen OR docked) task moves
10033 if (bounds == null && stackId == FREEFORM_WORKSPACE_STACK_ID) {
10035 } else if (bounds != null && stackId != FREEFORM_WORKSPACE_STACK_ID ) {
10048 // After reparenting (which only resizes the task to the stack bounds), resize the
10049 // task to the actual bounds provide
10586 moveTopActivityToPinnedStack(int stackId, Rect bounds) argument
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java281 // We will offset the bounds for drawBitmap, so copyBounds() here instead
294 // size first. This bitmap size is determined by the bounds and the
829 protected void onBoundsChange(Rect bounds) { argument
831 mDelegateDrawable.setBounds(bounds);
963 // The bitmap's size is the same as the bounds.
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java393 // First measure the bounds of a sample text.
1134 // Fit bitmap to bounds.
1330 Rect bounds;
1332 bounds = chip.getBounds();
1333 if (getWidth() > 0 && bounds.right - bounds.left >
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2833 public void setDockedStackCreateState(int mode, Rect bounds) { argument
2835 setDockedStackCreateStateLocked(mode, bounds);
2839 void setDockedStackCreateStateLocked(int mode, Rect bounds) { argument
2841 mDockedStackCreateBounds = bounds;
2851 public void getStackBounds(int stackId, Rect bounds) { argument
2855 stack.getBounds(bounds);
2858 bounds.setEmpty();
5365 // Set some sort of reasonable bounds on the size of the display that we
H A DDisplayContent.java274 /** Detect user tapping outside of current focused task bounds .*/
277 /** Detect user tapping outside of current focused stack bounds .*/
536 // Window frames may have changed. Update dim layer with the new bounds.
690 // for the bounds animating state, where an application may have been waiting
1461 * Callback used to trigger bounds update after configuration change and get ids of stacks whose
1462 * bounds were updated.
2043 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { argument
2051 mTmpRectF.set(bounds);
2053 mTmpRectF.round(bounds);
2974 // Don't include wallpaper in bounds calculatio
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java175 * Indicates the view is being flung outside of normal content bounds
791 * itself to modify the bounds of the selection shown for that item.
795 * Called to allow the list item to adjust the bounds shown for
798 * @param bounds On call, this contains the bounds the list has
799 * selected for the item (that is the bounds of the entire view). The
802 public void adjustListItemSelectionBounds(Rect bounds); argument
2567 final Rect bounds = mSelectorRect;
2568 final float x = bounds.exactCenterX();
2569 final float y = bounds
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java1147 // Use the recents stack bounds, fallback to fullscreen stack if it is null
1153 windowRect.set(stackInfo.bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java325 // We will offset the bounds for drawBitmap, so copyBounds() here instead
342 // Invalid canvas matrix or drawable bounds. This would not affect existing bitmap
2165 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache);
2164 nDraw(long rendererPtr, long canvasWrapperPtr, long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) argument
/frameworks/native/opengl/libagl/
H A Darray.cpp334 this->bounds = count;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3984 public void setBounds(Rect bounds) { argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1160 milliseconds

<<11