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

12345678910

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1481 * Gets the node bounds in parent coordinates.
1483 * @param outBounds The output node bounds.
1491 * Sets the node bounds in parent coordinates.
1498 * @param bounds The node bounds.
1502 public void setBoundsInParent(Rect bounds) { argument
1504 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds
1538 setBoundsInScreen(Rect bounds) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java173 * indicator bounds
414 // the left & right bounds
521 void drawDivider(Canvas canvas, Rect bounds, int childIndex) { argument
534 divider.setBounds(bounds);
543 super.drawDivider(canvas, bounds, flatListPosition);
1162 * Sets the drawing bounds for the child indicator. For either, you can
1164 * indicator's bounds.
1167 * @param left The left position (relative to the left bounds of this View)
1169 * @param right The right position (relative to the left bounds of this
1179 * Sets the relative drawing bounds fo
[all...]
H A DSwitch.java123 * optical bounds for both the track and thumb.
129 * optical bounds for both the track and thumb.
135 * optical bounds.
728 * the thumb's optical bounds will be clipped out of the track drawable,
1256 final Rect bounds = thumbDrawable.getBounds();
1257 cX = bounds.left + bounds.right;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java579 Rect bounds = isSettingsShown(topTask.topActivity)
581 if (mPipBounds != bounds) {
582 mPipBounds = bounds;
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java203 protected void onBoundsChange(Rect bounds) { argument
205 mDelegateDrawable.setBounds(bounds);
208 mAnimatedVectorState.mVectorDrawable.setBounds(bounds);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp228 Rect bounds(mCropWidth, mCropHeight);
232 buf->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, &dst));
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java396 RectF bounds = new RectF();
405 captureSharedElementState(view, name, bundle, matrix, bounds);
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java38 * EpicenterTranslateClipReveal captures the clip bounds and translation values
40 * epicenter bounds during a visibility transition.
44 private static final String PROPNAME_BOUNDS = "android:epicenterReveal:bounds";
111 final Rect bounds = new Rect(0, 0, view.getWidth(), view.getHeight());
112 values.values.put(PROPNAME_BOUNDS, bounds);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java346 protected void onBoundsChange(@NonNull Rect bounds) { argument
348 mDrawable.setBounds(bounds);
H A DShapeDrawable.java332 protected void onBoundsChange(Rect bounds) { argument
333 super.onBoundsChange(bounds);
623 // a bitmap to fill the bounds without needing any other special casing.
H A DDrawableContainer.java232 protected void onBoundsChange(Rect bounds) { argument
234 mLastDrawable.setBounds(bounds);
237 mCurrDrawable.setBounds(bounds);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp236 const Region newDirty(dirty.intersect(bounds()));
421 dirtyRegion.set(bounds());
H A DSurfaceFlinger.cpp993 doComposeSurfaces(hw, Region(hw->bounds()));
1126 const Rect bounds(displayDevice->getBounds());
1139 drawRegion.andSelf(bounds);
1152 displayDevice->undefinedRegion.set(bounds);
1721 Rect bounds(s.active.transform.transform(layer->computeBounds()));
1722 visibleRegion.set(bounds);
1893 dirtyRegion.set(hw->swapRegion.bounds());
1900 dirtyRegion.set(hw->swapRegion.bounds());
1903 dirtyRegion.set(hw->bounds());
1959 const Region bounds(displayDevic
[all...]
H A DSurfaceFlinger_hwc1.cpp991 doComposeSurfaces(hw, Region(hw->bounds()));
1116 const Rect bounds(hw->getBounds());
1128 drawRegion.andSelf(bounds);
1136 hw->undefinedRegion.set(bounds);
1740 Rect bounds(s.active.transform.transform(layer->computeBounds()));
1741 visibleRegion.set(bounds);
1909 dirtyRegion.set(hw->swapRegion.bounds());
1916 dirtyRegion.set(hw->swapRegion.bounds());
1919 dirtyRegion.set(hw->bounds());
1975 const Region bounds(h
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerBaseConfigSetTest.java134 final Rect bounds = mLayoutManager.getViewBounds(child);
136 Log.d(TAG, logPrefix + " post scroll to invisible mPosition " + bounds + " in "
210 // set a new adapter with huge items to test full bounds check
/frameworks/base/libs/hwui/
H A DFontRenderer.h154 void initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor);
H A DPathCache.h82 * Left coordinate of the path bounds.
86 * Top coordinate of the path bounds.
233 static void computeBounds(const SkRect& bounds, const SkPaint* paint,
/frameworks/native/include/ui/
H A DRegion.h52 inline Rect bounds() const { return getBounds(); } function in class:android::Region
57 // the region becomes its bounds
175 // bounds of the region. However, if the region is
/frameworks/base/core/java/android/text/
H A DLayout.java511 * Return the start position of the line, given the left and right bounds
515 * @param left the left bounds (0, or leading margin if ltr para)
516 * @param right the right bounds (width, minus leading margin if rtl para)
654 * If bounds is not null, return the top, left, right, bottom extents
657 * @param bounds Optional. If not null, it returns the extent of the line
660 public int getLineBounds(int line, Rect bounds) { argument
661 if (bounds != null) {
662 bounds.left = 0; // ???
663 bounds.top = getLineTop(line);
664 bounds
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp726 static void doTextBounds(JNIEnv* env, const jchar* text, int count, jobject bounds, argument
740 GraphicsJNI::irect_to_jrect(ir, env, bounds);
744 jstring text, jint start, jint end, jint bidiFlags, jobject bounds) {
748 doTextBounds(env, textArray + start, end - start, bounds, *paint, typeface, bidiFlags);
753 jcharArray text, jint index, jint count, jint bidiFlags, jobject bounds) {
757 doTextBounds(env, textArray + index, count, bounds, *paint, typeface, bidiFlags);
743 getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jlong typefaceHandle, jstring text, jint start, jint end, jint bidiFlags, jobject bounds) argument
752 getCharArrayBounds(JNIEnv* env, jobject, jlong paintHandle, jlong typefaceHandle, jcharArray text, jint index, jint count, jint bidiFlags, jobject bounds) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoadPlan.java185 t.isDockable, t.bounds, t.taskDescription, t.resizeMode, t.topActivity);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java114 // Return early if the bounds have not changed
224 // We consider this a stack task if it is not freeform (ie. has no bounds) or has been
226 boolean isStackTask = !mTask.isFreeformTask() || mTask.bounds == null;
250 // Otherwise, if this is a freeform task with task bounds, then scale the thumbnail
251 // to fit the entire bitmap into the task bounds
H A DRecentsView.java86 * to their SpaceNode bounds.
743 // This state is now visible, update the bounds and show it
750 Rect bounds = isDefaultDockState
756 viewState.dockAreaOverlay.setBounds(bounds);
758 viewState.startAnimation(bounds, areaAlpha, hintAlpha,
783 * @return the bounds of the stack action button.
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java538 // Update accounted bounds
738 public void setBounds(Region bounds) { argument
740 if (mBounds.equals(bounds)) {
743 mBounds.set(bounds);
746 Slog.i(LOG_TAG, "ViewportWindow set bounds: " + bounds);
1045 // Compute the bounds in the screen.
1100 // Compute the bounds in the screen.
1194 // Got the bounds.
H A DWindowManagerService.java3404 Rect bounds, Configuration config) {
3406 + " atoken=" + atoken + " bounds=" + bounds);
3412 Task task = new Task(taskId, stack, userId, this, bounds, config);
4969 public void setDockedStackCreateState(int mode, Rect bounds) { argument
4971 setDockedStackCreateStateLocked(mode, bounds);
4975 void setDockedStackCreateStateLocked(int mode, Rect bounds) { argument
4977 mDockedStackCreateBounds = bounds;
4986 * @return The initial bounds the stack was created with. null means fullscreen.
5009 Rect bounds
3403 createTaskLocked(int taskId, int stackId, int userId, AppWindowToken atoken, Rect bounds, Configuration config) argument
5120 getStackDockedModeBounds(int stackId, Rect bounds, boolean ignoreVisibility) argument
5132 getStackBounds(int stackId, Rect bounds) argument
5151 resizeStack(int stackId, Rect bounds, SparseArray<Configuration> configs, SparseArray<Rect> taskBounds, SparseArray<Rect> taskTempInsetBounds) argument
5180 positionTaskInStack(int taskId, int stackId, int position, Rect bounds, Configuration config) argument
5209 resizeTask(int taskId, Rect bounds, Configuration configuration, boolean relayout, boolean forced) argument
5242 scrollTask(int taskId, Rect bounds) argument
5277 getTaskBounds(int taskId, Rect bounds) argument
10935 animateResizePinnedStack(final Rect bounds, final int animationDuration) argument
11056 getSmallestWidthForTaskBounds(Rect bounds) argument
[all...]

Completed in 742 milliseconds

12345678910