Searched refs:left (Results 201 - 225 of 741) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignmentFacetHelper.java34 * get alignment position relative to optical left/top of itemView.
62 sRect.left = alignPos;
64 alignPos = sRect.left - p.getOpticalLeftInset();
H A DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
109 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperLollipop.java48 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
49 mDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNetworkImageView.java197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
198 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java300 * Resolve start/end indicator. start/end indicator always takes precedence over left/right
327 * left/right child indicator when defined.
414 // the left & right bounds
417 indicatorRect.left = (mChildIndicatorLeft == CHILD_INDICATOR_INHERIT) ?
422 indicatorRect.left = mIndicatorLeft;
427 final int temp = indicatorRect.left;
428 indicatorRect.left = width - indicatorRect.right;
431 indicatorRect.left -= mPaddingRight;
434 indicatorRect.left += mPaddingLeft;
441 if (indicatorRect.left !
1172 setChildIndicatorBounds(int left, int right) argument
1221 setIndicatorBounds(int left, int right) argument
[all...]
H A DScrollBarDrawable.java132 if (canvas.quickReject(r.left, r.top, r.right, r.bottom, Canvas.EdgeType.AA)) {
208 thumb.setBounds(bounds.left, bounds.top + offset,
218 thumb.setBounds(bounds.left + offset, bounds.top,
219 bounds.left + offset + length, bounds.bottom);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java668 final int left = Math.max(0, insetFrame.left - Math.max(layoutFrame.left, displayFrame.left));
672 frame.inset(left, top, right, bottom);
725 mContainingFrame.right = mContainingFrame.left + frozen.width();
752 layoutXDiff = !mInsetFrame.isEmpty() ? mInsetFrame.left - mContainingFrame.left : 0;
798 mOutsets.set(Math.max(mContentFrame.left - mOutsetFrame.left,
[all...]
H A DDisplaySettings.java78 outRect.left = entry.overscanLeft;
87 public void setOverscanLocked(String uniqueId, String name, int left, int top, int right, argument
89 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
102 entry.overscanLeft = left;
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java56 * of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
130 * Drawable used to draw the shadow between panes to support RTL (right to left language).
366 final int left;
371 left = panel.getLeft();
376 left = right = top = bottom = 0;
394 if (clampedChildLeft >= left && clampedChildTop >= top &&
918 * itself is open revealing the left pane, or if all content fits without sliding.
1008 mTmpRect.left = Math.max(mTmpRect.left, mSlideableView.getRight());
1093 * @deprecated Renamed to {@link #setShadowDrawableLeft(Drawable d)} to support LTR (left t
1342 onViewPositionChanged(View changedView, int left, int top, int dx, int dy) argument
1375 clampViewPositionHorizontal(View child, int left, int dx) argument
[all...]
/frameworks/av/include/ndk/
H A DNdkImage.h408 * (right - left) and the height of the rectangle is (bottom - top).</p>
411 int32_t left; member in struct:AImageCropRect
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s28 left RN 2 label
60 CMP left, #0
66 SUBS left, left, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S28 #define left r2 define
44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center,
51 CMP left, #0
57 SUBS left, left, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.h73 u32 *left, u32 *width, u32 *top, u32 *height);
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java26 * <li>Provides methods to move the cursor up / down / left / right.</li>
136 * Move left one box, potentially flipping to the previous month.
140 public boolean left() { method in class:DayOfMonthCursor
/frameworks/base/core/java/android/view/
H A DViewOverlay.java327 int left = child.mLeft;
332 dirty.offset(left, top);
341 protected ViewParent damageChildInParent(int left, int top, Rect dirty) { argument
343 return ((ViewGroup) mHostView).damageChildInParent(left, top, dirty);
H A DViewStructure.java41 * @param left The view's left position, in pixels relative to its parent's left edge.
50 public abstract void setDimens(int left, int top, int scrollX, int scrollY, int width, argument
H A DWindowManagerInternal.java68 * @param left The rectangle left.
73 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom); argument
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DHorizontalGravityTest.java49 mLeft = activity.findViewById(R.id.left);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DPictureDrawable.java68 canvas.translate(bounds.left, bounds.top);
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp62 region.orSelf(android::Rect(dirtyArea.left, dirtyArea.top,
84 const float u1 = r->left * texX;
89 TextureVertex::set(mesh++, r->left, r->top, u1, v1);
91 TextureVertex::set(mesh++, r->left, r->bottom, u1, v2);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp414 // was moved to the upper left corner.
419 const int x = targetBounds.left;
427 // Check if we have to draw something on the left side ...
428 if (targetBounds.left < contentBounds.left) {
430 if (mCanvas->clipRect(targetBounds.left, targetBounds.top,
431 contentBounds.left, targetBounds.bottom,
436 targetBounds.left = std::min(contentBounds.left, targetBounds.right);
449 targetBounds.right = std::max(targetBounds.left, contentBound
480 const float left = mContentDrawBounds.left; local
[all...]
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h51 EXPECT_TRUE(MathUtils::areEqual(a.left, b.left) \
157 static sp<RenderNode> createNode(int left, int top, int right, int bottom, argument
167 props.setLeftTopRightBottom(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissViewButton.java58 outRect.left += translationX;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java387 cropRect.left = Math.max(0, cropRect.left);
394 // (or all the way to the left, in RTL)
397 extraSpace = 2f * Math.min(rotatedInSize[0] - cropRect.right, cropRect.left);
399 extraSpace = ltr ? rotatedInSize[0] - cropRect.right : cropRect.left;
406 cropRect.left -= extraSpace / 2f;
412 cropRect.left -= extraSpace;
682 mCropBounds.left /= scaleDownSampleSize;
691 roundedTrueCrop.right = roundedTrueCrop.left + fullSize.getWidth();
694 // Adjust the left valu
[all...]
/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DClipRectTBAnimation.java80 tr.setClipRect(oldClipRect.left,

Completed in 1877 milliseconds

1234567891011>>