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

12345678910

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java130 * optical bounds for both the track and thumb.
136 * optical bounds for both the track and thumb.
142 * optical bounds.
702 * the thumb's optical bounds will be clipped out of the track drawable,
1252 final Rect bounds = thumbDrawable.getBounds();
1253 cX = bounds.left + bounds.right;
H A DListPopupWindow.java143 * Optional anchor-relative bounds to be used as the transition epicenter.
144 * When {@code null}, the anchor bounds are used as the epicenter.
501 * Specifies the anchor-relative bounds of the popup's transition
504 * @param bounds anchor-relative bounds
507 public void setEpicenterBounds(Rect bounds) { argument
508 mEpicenterBounds = bounds;
1086 * outside of its bounds will open the popup window. Lifting will select the
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java129 // The thickness of a window resize handle outside the window bounds on the free form workspace
691 // If the task has temp inset bounds set, we have to make sure all its windows uses
722 // If the bounds are frozen, we still want to translate the window freely and only
737 // and behave as if the task were given smaller bounds
1098 * Retrieves the visible bounds of the window.
1099 * @param bounds The rect which gets the bounds.
1101 void getVisibleBounds(Rect bounds) { argument
1104 bounds.setEmpty();
1115 bounds
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp388 // subtract the transparent region and snap to the bounds
429 // display bounds.
434 // subtract the transparent region and snap to the bounds
565 // display bounds.
794 // Subtract the transparent region and snap to the bounds
795 Rect bounds = reduce(win, s.activeTransparentRegion); local
796 Rect frame(s.active.transform.transform(bounds));
843 // subtract the transparent region and snap to the bounds
844 Rect bounds = reduce(win, s.activeTransparentRegion); local
845 Rect frame(s.active.transform.transform(bounds));
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.java151 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) throws RemoteException; argument
154 * Resizes the input stack id to the given bounds.
157 * @param bounds Bounds to resize the stack to or {@code null} for fullscreen.
167 public void resizeStack(int stackId, Rect bounds, boolean allowResizeInDockedMode, argument
177 * Resizes the docked stack, and all other stacks as the result of the dock stack bounds change.
179 * @param dockedBounds The bounds for the docked stack.
180 * @param tempDockedTaskBounds The temporary bounds for the tasks in the docked stack, which
181 * might be different from the stack bounds to allow more
183 * same as the stack bounds.
184 * @param tempDockedTaskInsetBounds The temporary bounds fo
579 resizeTask(int taskId, Rect bounds, int resizeMode) argument
[all...]
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp145 // #1 - content (local bounds are at (0,0), will be translated and clipped to backdrop)
154 // Usually the contents bounds should be mContentDrawBounds - however - we will
156 // If there is no content bounds we ignore the layering as stated above and start with 2.
158 // Backdrop bounds in render target space
161 // Bounds that content will fill in render target space (note content node bounds may be bigger)
241 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
269 Rect bounds; local
270 properties.getRevealClip().getBounds(&bounds);
272 bounds, properties.getRevealClip().getRadius());
559 * for paint's style on the bounds bein
[all...]
H A DRenderNode.cpp495 // changes in isRenderable or, in the future, bounds
603 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
642 Rect bounds; local
643 mProperties.getRevealClip().getBounds(&bounds);
644 renderer.setClippingRoundRect(handler.allocator(), bounds, mProperties.getRevealClip().getRadius());
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1113 // Intersect with the bounds of the window to skip
1684 // If the activity was just relaunched, it might have unfrozen the task bounds (while
1686 // bounds.
2747 final Rect bounds = mAttachInfo.mTmpInvalRect;
2748 final boolean hasFocus = getAccessibilityFocusedRect(bounds);
2750 bounds.setEmpty();
2752 if (!bounds.equals(drawable.getBounds())) {
2946 final Rect bounds = mAttachInfo.mTmpInvalRect;
2947 if (getAccessibilityFocusedRect(bounds)) {
2950 drawable.setBounds(bounds);
2958 getAccessibilityFocusedRect(Rect bounds) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java108 * Optional anchor-relative bounds to be used as the transition epicenter.
109 * When {@code null}, the anchor bounds are used as the epicenter.
462 * Specifies the anchor-relative bounds of the popup's transition
465 * @param bounds anchor-relative bounds
468 public void setEpicenterBounds(Rect bounds) { argument
469 mEpicenterBounds = bounds;
1041 * outside of its bounds will open the popup window. Lifting will select the
H A DTextView.java2292 * The Drawables' bounds will be set to their intrinsic bounds.
2320 * Drawable there. The Drawables' bounds will be set to their intrinsic
2321 * bounds.
2496 * Drawables' bounds will be set to their intrinsic bounds.
2525 * there. The Drawables' bounds will be set to their intrinsic bounds.
3084 * metrics, and also increases top and bottom bounds to provide more space.
5267 Rect bounds
5943 getLineBounds(int line, Rect bounds) argument
[all...]
H A DGridLayout.java218 * the bounds of each view are extended outwards, according
365 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
398 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1292 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds();
1293 assoc.put(spec, bounds);
1343 Bounds[] bounds = getGroupBounds().values;
1344 for (int i = 0; i < bounds.length; i++) {
1345 int size = bounds[i].size(min);
H A DRadialTimePickerView.java1274 private void getBoundsForVirtualView(int virtualViewId, Rect bounds) { argument
1306 bounds.set((int) (xCenter - radius), (int) (yCenter - radius),
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp104 const SkRect& bounds = obj->getBounds(); local
105 GraphicsJNI::rect_to_jrectf(bounds, env, jbounds);
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp160 static jboolean getClipBounds(JNIEnv* env, jobject, jlong canvasHandle, jobject bounds) { argument
170 (void)GraphicsJNI::irect_to_jrect(ir, env, bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java245 protected void onBoundsChange(Rect bounds) { argument
246 mAnimatedVectorState.mVectorDrawable.setBounds(bounds);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java606 Rect bounds = mMoveTaskTargetStackId == FREEFORM_WORKSPACE_STACK_ID
609 EventBus.getDefault().send(new LaunchTaskEvent(tv, mTask, bounds,
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java206 * the bounds of each view are extended outwards, according
357 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
390 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1187 Bounds bounds = spec.getAbsoluteAlignment(horizontal).getBounds();
1188 assoc.put(spec, bounds);
1238 Bounds[] bounds = getGroupBounds().values;
1239 for (int i = 0; i < bounds.length; i++) {
1240 int size = bounds[i].size(min);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java311 // Current bounds of the stack or null if fullscreen.
490 * Defers updating the bounds of the stack. If the stack was resized/repositioned while
491 * deferring, the bounds will update in {@link #continueUpdateBounds()}.
501 * Continues updating bounds after updates have been deferred. If there was a resize attempt
503 * be resized to that bounds.
516 boolean updateBoundsAllowed(Rect bounds, Rect tempTaskBounds, argument
521 if (bounds != null) {
522 mDeferredBounds.set(bounds);
540 void setBounds(Rect bounds) { argument
541 mBounds = mFullscreen ? null : new Rect(bounds);
[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.java828 final Rect bounds = previousRouteBoundMap.get(route);
831 object = new OverlayObject(bitmap, bounds).setAlphaAnimation(1.0f, 0.0f)
836 object = new OverlayObject(bitmap, bounds).setTranslateYAnimation(deltaY)
/frameworks/native/opengl/libagl/
H A Dcontext.h192 GLsizei bounds; member in struct:android::gl::array_t
/frameworks/minikin/libs/minikin/
H A DLayout.cpp848 ALOGE("cluster %zu (start %zu) out of bounds of count %zu",
963 void Layout::getBounds(MinikinRect* bounds) { argument
964 bounds->set(mBounds);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java983 * @return the offset of the baseline within the RecyclerView's bounds or -1
1528 * Does not perform bounds checking. Used by internal methods that have already validated input.
3300 // bounds, we run a change animation. Both views will be cleaned automatically
4138 * Offset the bounds of all child views by <code>dy</code> pixels.
4141 * @param dy Vertical pixel offset to apply to the bounds of all child views
4176 * Offset the bounds of all child views by <code>dx</code> pixels.
4179 * @param dx Horizontal pixel offset to apply to the bounds of all child views
6360 final Rect bounds = mRecyclerView.mTempRect;
6361 getDecoratedBoundsWithMargins(child, bounds);
6362 if (bounds
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp725 Rect bounds(drv->wndBuffer->width, drv->wndBuffer->height);
730 bounds, &dst);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java154 // We will offset the bounds for drawBitmap, so copyBounds() here instead
167 // size first. This bitmap size is determined by the bounds and the
667 protected void onBoundsChange(Rect bounds) { argument
669 mDelegateDrawable.setBounds(bounds);
800 // The bitmap's size is the same as the bounds.

Completed in 763 milliseconds

12345678910