Searched refs:bounds (Results 276 - 295 of 295) sorted by relevance

<<1112

/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto90 optional .android.graphics.RectProto bounds = 7;
106 optional .android.graphics.RectProto bounds = 11;
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMotionHelper.java119 * Synchronizes the current bounds with the pinned stack.
127 mBounds.set(stackInfo.bounds);
130 Log.w(TAG, "Failed to get pinned stack bounds");
135 * Tries to the move the pinned stack to the given {@param bounds}.
188 * @return the PiP bounds.
195 * @return the closest minimized PiP bounds.
206 * @return whether the PiP at the current bounds should be minimized.
224 * @return whether the PiP at the current bounds should be dismissed.
243 // movement bounds to the current stack bounds horizontall
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java1704 // Launch ResolverActivity in the source task, so that it stays in the task bounds
2247 void updateBounds(TaskRecord task, Rect bounds) { argument
2248 if (bounds.isEmpty()) {
2254 mService.resizeStack(stack.mStackId, bounds, true, !PRESERVE_WINDOWS, ANIMATE, -1);
2256 task.updateOverrideConfiguration(bounds);
H A DActivityStackSupervisor.java253 * True if there are pending docked bounds that need to be applied after
383 /** The target stack bounds for the picture-in-picture mode changed that we need to report to
2304 final Rect bounds = options.getLaunchBounds();
2305 task.updateOverrideConfiguration(bounds);
2317 resizeStackLocked(stack, bounds, null /* tempTaskBounds */,
2322 // because Task's setBounds() also updates dim layer's bounds, but that has
2340 // We use the launch bounds in the activity options is the device supports freeform
2411 //Rect bounds = null;
2418 //bounds = options.getLaunchBounds();
2670 void resizeStackLocked(ActivityStack stack, Rect bounds, Rec argument
[all...]
H A DRecentTasks.java1540 rti.bounds = new Rect(tr.getOverrideBounds());
H A DActivityManagerService.java8850 // Adjust the source bounds by the insets for the transition down
10848 public void resizeTask(int taskId, Rect bounds, int resizeMode) { argument
10859 // the requested bounds.
10861 // - a null bounds on a freeform task moves that task to fullscreen
10862 // - a non-null bounds on a non-freeform (fullscreen OR docked) task moves
10869 if (bounds == null && stack.getWindowingMode() == WINDOWING_MODE_FREEFORM) {
10872 } else if (bounds != null && stack.getWindowingMode() != WINDOWING_MODE_FREEFORM) {
10886 // After reparenting (which only resizes the task to the stack bounds), resize the
10887 // task to the actual bounds provided
10888 task.resize(bounds, resizeMod
11458 moveTopActivityToPinnedStack(int stackId, Rect bounds) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h193 GLsizei bounds; member in struct:android::gl::array_t
H A Darray.cpp331 this->bounds = count;
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1311 private void getBoundsForVirtualView(int virtualViewId, Rect bounds) { argument
1343 bounds.set((int) (xCenter - radius), (int) (yCenter - radius),
H A DAbsListView.java176 * Indicates the view is being flung outside of normal content bounds
792 * itself to modify the bounds of the selection shown for that item.
796 * Called to allow the list item to adjust the bounds shown for
799 * @param bounds On call, this contains the bounds the list has
800 * selected for the item (that is the bounds of the entire view). The
803 public void adjustListItemSelectionBounds(Rect bounds); argument
2561 final Rect bounds = mSelectorRect;
2562 final float x = bounds.exactCenterX();
2563 final float y = bounds
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java413 protected void onBoundsChange(Rect bounds) { argument
414 mAnimatedVectorState.mVectorDrawable.setBounds(bounds);
H A DVectorDrawable.java404 // We will offset the bounds for drawBitmap, so copyBounds() here instead
421 // Invalid canvas matrix or drawable bounds. This would not affect existing bitmap
2257 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache);
2256 nDraw(long rendererPtr, long canvasWrapperPtr, long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java317 /** Detect user tapping outside of current focused task bounds .*/
320 /** Detect user tapping outside of current focused stack bounds .*/
1255 final Path bounds = cutout.getBounds().getBoundaryPath();
1258 bounds.transform(mTmpMatrix);
1259 return WmDisplayCutout.computeSafeInsets(DisplayCutout.fromBounds(bounds),
1607 * Callback used to trigger bounds update after configuration change and get ids of stacks whose
1608 * bounds were updated.
2155 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { argument
2163 mTmpRectF.set(bounds);
2165 mTmpRectF.round(bounds);
[all...]
H A DAppWindowToken.java904 // For freeform windows, we can't freeze the bounds at the moment because this would make
910 // We freeze the bounds while drag resizing to deal with the time between
1061 * Freezes the task bounds. The size of this task reported the app will be fixed to the bounds
1063 * if they change in the meantime. If the bounds are already frozen, the bounds will be frozen
1081 * Unfreezes the previously frozen bounds. See {@link #freezeBounds}.
1333 // Leaving PiP to fullscreen, save the snap fraction based on the pre-animation bounds
1339 // We are animating the bounds, use the pre-animation bounds t
[all...]
H A DWindowManagerService.java2794 public void setDockedStackCreateState(int mode, Rect bounds) { argument
2796 setDockedStackCreateStateLocked(mode, bounds);
2800 void setDockedStackCreateStateLocked(int mode, Rect bounds) { argument
2802 mDockedStackCreateBounds = bounds;
2819 public void getStackBounds(int windowingMode, int activityType, Rect bounds) { argument
2823 stack.getBounds(bounds);
2826 bounds.setEmpty();
5165 // Set some sort of reasonable bounds on the size of the display that we
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1056 * @return the offset of the baseline within the RecyclerView's bounds or -1
1638 * Does not perform bounds checking. Used by internal methods that have already validated input.
3569 // bounds, we run a change animation. Both views will be cleaned automatically
4428 * Offset the bounds of all child views by <code>dy</code> pixels.
4431 * @param dy Vertical pixel offset to apply to the bounds of all child views
4466 * Offset the bounds of all child views by <code>dx</code> pixels.
4469 * @param dx Horizontal pixel offset to apply to the bounds of all child views
4479 * Returns the bounds of the view including its decoration and margins.
4482 * @param outBounds A rect that will receive the bounds of the element including its
6873 * @param pixelDistance Distance from the current viewport to the bounds o
[all...]
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java287 // We will offset the bounds for drawBitmap, so copyBounds() here instead
300 // size first. This bitmap size is determined by the bounds and the
825 protected void onBoundsChange(Rect bounds) { argument
827 mDelegateDrawable.setBounds(bounds);
959 // The bitmap's size is the same as the bounds.
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp494 dirtyRegion.set(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/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 671 milliseconds

<<1112