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

<<1112

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java212 * the bounds of each view are extended outwards, according
363 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
396 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1193 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds();
1194 assoc.put(spec, bounds);
1244 Bounds[] bounds = getGroupBounds().values;
1245 for (int i = 0; i < bounds.length; i++) {
1246 int size = bounds[i].size(min);
/frameworks/base/core/java/android/widget/
H A DTextView.java1729 * within the layout bounds by using the default auto-size configuration.
1776 * within the layout bounds. If all the configuration params are valid the type of auto-size is
1825 * within the layout bounds. If at least one value from the <code>presetSizes</code> is valid
2880 * The Drawables' bounds will be set to their intrinsic bounds.
2908 * Drawable there. The Drawables' bounds will be set to their intrinsic
2909 * bounds.
3084 * Drawables' bounds will be set to their intrinsic bounds.
3113 * there. The Drawables' bounds wil
6969 getLineBounds(int line, Rect bounds) argument
[all...]
H A DRadialTimePickerView.java1311 private void getBoundsForVirtualView(int virtualViewId, Rect bounds) { argument
1343 bounds.set((int) (xCenter - radius), (int) (yCenter - radius),
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
2560 final Rect bounds = mSelectorRect;
2561 final float x = bounds.exactCenterX();
2562 final float y = bounds
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java163 // The thickness of a window resize handle outside the window bounds on the free form workspace
272 * these in the bounds animation to ensure we only observe inset changes
775 // If the task has temp inset bounds set, we have to make sure all its windows uses
806 // If the bounds are frozen, we still want to translate the window freely and only
824 // were given smaller bounds for the purposes of layout. Skip adjustments for
896 // way since SystemUI controls the bounds. For freeform however
1294 * Retrieves the visible bounds of the window.
1295 * @param bounds The rect which gets the bounds.
1297 void getVisibleBounds(Rect bounds) { argument
[all...]
H A DWindowManagerService.java2887 public void setDockedStackCreateState(int mode, Rect bounds) { argument
2889 setDockedStackCreateStateLocked(mode, bounds);
2893 void setDockedStackCreateStateLocked(int mode, Rect bounds) { argument
2895 mDockedStackCreateBounds = bounds;
2905 public void getStackBounds(int stackId, Rect bounds) { argument
2909 stack.getBounds(bounds);
2912 bounds.setEmpty();
5462 // Set some sort of reasonable bounds on the size of the display that we
H A DDisplayContent.java285 /** Detect user tapping outside of current focused task bounds .*/
288 /** Detect user tapping outside of current focused stack bounds .*/
547 // Window frames may have changed. Update dim layer with the new bounds.
701 // for the bounds animating state, where an application may have been waiting
1486 * Callback used to trigger bounds update after configuration change and get ids of stacks whose
1487 * bounds were updated.
2068 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { argument
2076 mTmpRectF.set(bounds);
2078 mTmpRectF.round(bounds);
3006 // Don't include wallpaper in bounds calculatio
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java702 final Rect bounds = keyBackground.getBounds();
703 if (key.width != bounds.right ||
704 key.height != bounds.bottom) {
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java862 final Rect bounds = previousRouteBoundMap.get(route);
865 object = new OverlayObject(bitmap, bounds).setAlphaAnimation(1.0f, 0.0f)
870 object = new OverlayObject(bitmap, bounds).setTranslateYAnimation(deltaY)
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMotionHelper.java119 * Synchronizes the current bounds with the pinned stack.
126 mBounds.set(stackInfo.bounds);
129 Log.w(TAG, "Failed to get pinned stack bounds");
134 * Tries to the move the pinned stack to the given {@param bounds}.
164 mActivityManager.resizeStack(PINNED_STACK_ID, null /* bounds */,
193 * @return the PiP bounds.
200 * @return the closest minimized PiP bounds.
211 * @return whether the PiP at the current bounds should be minimized.
229 * @return whether the PiP at the current bounds should be dismissed.
247 // movement bounds t
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h193 GLsizei bounds; member in struct:android::gl::array_t
H A Darray.cpp334 this->bounds = count;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java409 protected void onBoundsChange(Rect bounds) { argument
410 mAnimatedVectorState.mVectorDrawable.setBounds(bounds);
H A DVectorDrawable.java326 // We will offset the bounds for drawBitmap, so copyBounds() here instead
343 // Invalid canvas matrix or drawable bounds. This would not affect existing bitmap
2172 long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache);
2171 nDraw(long rendererPtr, long canvasWrapperPtr, long colorFilterPtr, Rect bounds, boolean needsMirroring, boolean canReuseCache) argument
/frameworks/minikin/libs/minikin/
H A DLayout.cpp1002 ALOGE("cluster %zu (start %zu) out of bounds of count %zu",
1091 void Layout::getBounds(MinikinRect* bounds) const {
1092 bounds->set(mBounds);
/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/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java370 /** The target stack bounds for the picture-in-picture mode changed that we need to report to
2164 final Rect bounds = TaskRecord.validateBounds(options.getLaunchBounds());
2165 task.updateOverrideConfiguration(bounds);
2177 resizeStackLocked(stackId, bounds,
2182 // because Task's setBounds() also updates dim layer's bounds, but that has
2201 // We use the launch bounds in the activity options is the device supports freeform
2361 void resizeStackLocked(int stackId, Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds, argument
2364 resizeDockedStackLocked(bounds, tempTaskBounds, tempTaskInsetBounds, null, null,
2384 stack.resize(bounds, tempTaskBounds, tempTaskInsetBounds);
2553 // We get the bounds t
[all...]
H A DActivityStarter.java1422 // Launch ResolverActivity in the source task, so that it stays in the task bounds
1732 null /* bounds */, mLaunchFlags, mOptions);
1998 mTargetStack = computeStackFocus(mStartActivity, false, null /* bounds */, mLaunchFlags,
2062 private ActivityStack computeStackFocus(ActivityRecord r, boolean newTask, Rect bounds, argument
2114 bounds != null ? FREEFORM_WORKSPACE_STACK_ID :
H A DActivityManagerService.java8113 // Adjust the source bounds by the insets for the transition down
9872 rti.bounds = new Rect(tr.mBounds);
10190 public void resizeTask(int taskId, Rect bounds, int resizeMode) { argument
10201 // the requested bounds.
10203 // - a null bounds on a freeform task moves that task to fullscreen
10204 // - a non-null bounds on a non-freeform (fullscreen OR docked) task moves
10211 if (bounds == null && stackId == FREEFORM_WORKSPACE_STACK_ID) {
10213 } else if (bounds != null && stackId != FREEFORM_WORKSPACE_STACK_ID ) {
10226 // After reparenting (which only resizes the task to the stack bounds), resize the
10227 // task to the actual bounds provide
10745 moveTopActivityToPinnedStack(int stackId, Rect bounds) argument
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java282 // We will offset the bounds for drawBitmap, so copyBounds() here instead
295 // size first. This bitmap size is determined by the bounds and the
831 protected void onBoundsChange(Rect bounds) { argument
833 mDelegateDrawable.setBounds(bounds);
965 // 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/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java1148 // Use the recents stack bounds, fallback to fullscreen stack if it is null
1154 windowRect.set(stackInfo.bounds);
/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.java4181 public void setBounds(Rect bounds) { argument

Completed in 1651 milliseconds

<<1112