Searched refs:bounds (Results 226 - 235 of 235) sorted by relevance

12345678910

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java960 // Use the home stack bounds
963 windowRect.set(stackInfo.bounds);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java354 // First measure the bounds of a sample text.
990 // Fit bitmap to bounds.
1179 Rect bounds;
1181 bounds = chip.getBounds();
1182 if (getWidth() > 0 && bounds.right - bounds.left >
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java792 Rect bounds = null;
795 bounds = Rect.CREATOR.createFromParcel(data);
799 taskId, createMode, toTop, animate, bounds, moveHomeStackFront);
835 Rect bounds = null;
837 bounds = Rect.CREATOR.createFromParcel(data);
844 resizePinnedStack(bounds, tempPinnedTaskBounds);
856 Rect bounds = null;
858 bounds = Rect.CREATOR.createFromParcel(data);
880 resizeDockedStack(bounds, tempDockedTaskBounds, tempDockedTaskInsetBounds,
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java1341 // Launch ResolverActivity in the source task, so that it stays in the task bounds
1567 null /* bounds */, mLaunchFlags, mOptions);
1768 mTargetStack = computeStackFocus(mStartActivity, false, null /* bounds */, mLaunchFlags,
1827 private ActivityStack computeStackFocus(ActivityRecord r, boolean newTask, Rect bounds, argument
1890 bounds != null ? FREEFORM_WORKSPACE_STACK_ID :
H A DActivityManagerService.java7530 // Use the default launch bounds for pinned stack if it doesn't exist yet or use the
7531 // current bounds.
7533 final Rect bounds = (pinnedStack != null)
7537 r, "enterPictureInPictureMode", bounds);
9025 rti.bounds = new Rect(tr.mBounds);
9344 public void resizeTask(int taskId, Rect bounds, int resizeMode) { argument
9358 if (bounds != null && task.inCropWindowsResizeMode()
9360 mWindowManager.scrollTask(task.taskId, bounds);
9365 // the requested bounds.
9367 // - a null bounds o
9936 moveTopActivityToPinnedStack(int stackId, Rect bounds) argument
9954 resizeStack(int stackId, Rect bounds, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java172 * Indicates the view is being flung outside of normal content bounds
786 * itself to modify the bounds of the selection shown for that item.
790 * Called to allow the list item to adjust the bounds shown for
793 * @param bounds On call, this contains the bounds the list has
794 * selected for the item (that is the bounds of the entire view). The
797 public void adjustListItemSelectionBounds(Rect bounds); argument
2563 final Rect bounds = mSelectorRect;
2564 final float x = bounds.exactCenterX();
2565 final float y = bounds
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java294 // We will offset the bounds for drawBitmap, so copyBounds() here instead
311 // Invalid canvas matrix or drawable bounds. This would not affect existing bitmap
1803 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache);
1802 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3722 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 389 milliseconds

12345678910