Searched refs:right (Results 451 - 475 of 772) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h34 bool operator == (const SortedVector<T> &left, const SortedVector<T> &right);
350 bool operator == (const AudioProfile &left, const AudioProfile &right);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java308 // if list is horizontal, matching left edge implies obscured right edge,
376 * right to left. Make sure to take into account devices configured with
377 * right-to-left languages like Arabic and Hebrew.
392 * right to left. Make sure to take into account devices configured with
393 * right-to-left languages like Arabic and Hebrew.
407 * right to left. Make sure to take into account devices configured with
408 * right-to-left languages like Arabic and Hebrew.
440 // scroll horizontally: swipe right -> left
441 // TODO: Assuming device is not in right to left language
442 downX = rect.right
[all...]
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java327 final int right = getWidth() - getPaddingRight();
333 final int drawLeft = left + (right - left - drawWidth) / 2;
H A DActivityTransitionCoordinator.java515 float right = sharedElementBundle.getFloat(KEY_SCREEN_RIGHT);
521 right -= decorLoc[0];
526 tempRect.set(left, top, right, bottom);
547 right = left + width;
553 int width = Math.round(right) - x;
802 sharedElementBundle.putFloat(KEY_SCREEN_RIGHT, tempBounds.right);
H A DWallpaperManager.java228 public void setBounds(int left, int top, int right, int bottom) { argument
229 mDrawLeft = left + (right-left - mWidth) / 2;
472 * 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
492 * 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
556 float right = left + outWidth;
559 cropRectF = new RectF(left, top, right, bottom);
646 cropRect.right = cropRect.left + cropWidth;
649 cropRect.right = inWidth;
897 // If the URI is not of the right type, or for some reason the system wallpaper
1356 * on its left, top, right, an
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java127 * insertion marker or character bounds is placed at right-to-left (RTL) character.
337 * @param right x coordinate of the right edge of the character in local coordinates.
346 final float right, final float bottom, final int flags) {
353 mCharacterBoundsArrayBuilder.append(index, left, top, right, bottom, flags);
345 addCharacterBounds(final int index, final float left, final float top, final float right, final float bottom, final int flags) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
275 // Where right end of child should go
276 final int width = right - left;
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp68 jfieldID right; member in struct:android::__anon1140
138 int right = env->GetIntField(rectObj, gRectClassInfo.right); local
140 return Rect(left, top, right, bottom);
255 int right = env->GetIntField(sourceCropObj, gRectClassInfo.right); local
257 Rect sourceCrop(left, top, right, bottom);
886 gRectClassInfo.right = GetFieldIDOrDie(env, rectClazz, "right", "I");
/frameworks/base/media/java/android/media/
H A DTimedText.java146 * horizontal justification 0: left, 1: centered, -1: right
501 int right = parcel.readInt();
502 mTextBounds = new Rect(left, top, right, bottom);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java687 * @param right Right position in pixels, relative to the overlay view.
691 public void layoutSurface(final int left, final int top, final int right, argument
693 if (left > right || top > bottom) {
702 + right + ", b=" + bottom + ",)");
704 mSessionCallback.onLayoutSurface(left, top, right, bottom);
1236 onOverlayViewSizeChanged(frame.right - frame.left, frame.bottom - frame.top);
1266 frame.right - frame.left, frame.bottom - frame.top,
1286 onOverlayViewSizeChanged(frame.right - frame.left, frame.bottom - frame.top);
1294 mWindowParams.width = frame.right - frame.left;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java217 public void setPadding(int left, int top , int right, int bottom) { argument
218 mRecyclerView.setPadding(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java324 public int compare(TileServiceManager left, TileServiceManager right) {
325 return -Integer.compare(left.getBindPriority(), right.getBindPriority());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskGridLayoutAlgorithm.java294 int usableWidth = mScreenSize.x - mSystemInsets.left - mSystemInsets.right;
301 buttonRect.right -= mPaddingLeftRight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java338 || mStableInsets.right != insets.getStableInsetRight()
352 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
353 super.onLayout(changed, left, top, right, bottom);
911 rect.set(containingRect.right - width, containingRect.bottom - height,
912 containingRect.right, containingRect.bottom);
1050 return mStableInsets.right != 0;
1102 taskRect.right = offsetPosition;
1106 taskRect.right = offsetPosition + width + mDividerSize;
1160 * @return true if and only if {@code dockSide} is bottom or right
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java169 protected void onLayout(boolean changed, int left, int top, int right, argument
171 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java203 Math.min(rect1.right, rect2.right),
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java32 * Each point in the Quad represents a specific corner of the Quad. These are top-left, top-right,
33 * bottom-left, and bottom-right. These labels allow mapping a transformed Quad back to an up-right
47 * The unit Quad has its top-left point at (0, 0) and bottom-right point at (1, 1).
62 new PointF(rect.right, rect.top),
64 new PointF(rect.right, rect.bottom));
86 * The returned Quad has the specified top-left and top-right points, and the specified height
90 * @param topRight the top-right of the quad
152 * The top-right point of the Quad.
153 * @return top-right poin
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp356 // Look for right tick
456 // find left and right extent of nine patch content on center row
512 png_bytepp rows, int left, int top, int right, int bottom)
516 if (left > right || top > bottom) {
521 for (int i = left; i <= right; i++) {
561 int right; local
594 // Find left and right of sizing areas...
614 // Find left and right of padding area...
626 errorEdge = "right";
630 // Find left and right o
511 get_color( png_bytepp rows, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp794 // Look for right tick
892 // find left and right extent of nine patch content on center row
947 static uint32_t getColor(png_bytepp rows, int left, int top, int right, argument
951 if (left > right || top > bottom) {
956 for (int i = left; i <= right; i++) {
995 int right; local
1028 // Find left and right of sizing areas...
1048 // Find left and right of padding area...
1064 errorEdge = "right";
1068 // Find left and right o
[all...]
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java309 // If the span is on a single line, adjust both the left and right bounds
312 outRect.right = (int) Math.max(xStart, xEnd);
317 // ("start" being left for LTR, and right for RTL)
319 outRect.right = (int) xStart;
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java58 || mRoiBounds.right >= imgWidth
194 int xmax = (int) (mRoiBounds.right + mRoiBounds.width() * 2);
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationMenuView.java161 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
163 final int width = right - left;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java186 * Sets the fade out right edge to transparent. Note turn on fading edge is very expensive
201 * Returns true if fading right edge is enabled.
208 * Sets the right edge fading length in pixels.
224 * Returns the right edge fading length in pixels.
231 * Returns the distance in pixels between fading start position and right padding edge.
232 * The fading start position is positive when start position is inside right padding
233 * area. Default value is 0, means that the fading starts from right padding edge.
243 * Sets the distance in pixels between fading start position and right padding edge.
244 * The fading start position is positive when start position is inside right padding
245 * area. Default value is 0, means that the fading starts from right paddin
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAlertDialogLayout.java263 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
266 // Where right end of child should go
267 final int width = right - left;
/frameworks/base/core/java/android/widget/
H A DSpinner.java629 * @param delta Change in the selected position. +1 means selection is moving to the right,
635 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
747 mSpinnerPadding.left + mSpinnerPadding.right, lp.width);
869 width += mTempRect.left + mTempRect.right;
1215 hOffset = isLayoutRtl() ? mTempRect.right : -mTempRect.left;
1217 mTempRect.left = mTempRect.right = 0;
1228 .getDisplayMetrics().widthPixels - mTempRect.left - mTempRect.right;

Completed in 960 milliseconds

<<11121314151617181920>>