Searched refs:left (Results 426 - 450 of 741) sorted by relevance

<<11121314151617181920>>

/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java380 public ExpressionContext left; field in class:BindingExpressionParser.AndOrOpContext
475 public ExpressionContext left; field in class:BindingExpressionParser.TernaryOpContext
501 public ExpressionContext left; field in class:BindingExpressionParser.ComparisonOpContext
546 public ExpressionContext left; field in class:BindingExpressionParser.MathOpContext
571 public ExpressionContext left; field in class:BindingExpressionParser.QuestionQuestionOpContext
596 public ExpressionContext left; field in class:BindingExpressionParser.BitShiftOpContext
643 public ExpressionContext left; field in class:BindingExpressionParser.BinaryOpContext
808 ((MathOpContext)_localctx).left = _prevctx;
828 ((MathOpContext)_localctx).left = _prevctx;
848 ((BitShiftOpContext)_localctx).left
[all...]
/frameworks/base/core/java/android/widget/
H A DListView.java704 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
738 View child = makeAndAddView(pos, nextBottom, false, mListPadding.left, selected);
785 mListPadding.left, true);
846 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true);
994 mListPadding.left, false);
1000 mListPadding.left, true);
1055 sel = makeAndAddView(selectedPosition, newSel.getTop(), true, mListPadding.left,
1060 sel = makeAndAddView(selectedPosition, oldSel.getTop(), false, mListPadding.left,
1090 sel = makeAndAddView(selectedPosition, oldTop, true, mListPadding.left, true);
1220 widthSize = mListPadding.left
[all...]
H A DActionMenuPresenter.java309 if (menuItemLayoutInfoPre.left != menuItemLayoutInfoPost.left) {
311 (menuItemLayoutInfoPre.left - menuItemLayoutInfoPost.left), 0);
1029 int left; field in class:ActionMenuPresenter.MenuItemLayoutInfo
1033 left = view.getLeft();
1038 left += view.getTranslationX();
H A DSimpleMonthView.java386 // day to the left, top, right, or bottom). Focus forward and back jumps out of the
879 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
885 final int w = right - left;
985 // Compute left edge, taking into account RTL.
988 final int left;
990 left = getWidth() - getPaddingRight() - (col + 1) * colWidth;
992 left = getPaddingLeft() + col * colWidth;
1001 outBounds.set(left, top, left + colWidth, top + rowHeight);
H A DSpinner.java620 * so views are scrolling to the left. -1 means selection is moving to the left.
624 int childrenLeft = mSpinnerPadding.left;
625 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
737 mSpinnerPadding.left + mSpinnerPadding.right, lp.width);
858 width += mTempRect.left + mTempRect.right;
1196 hOffset = isLayoutRtl() ? mTempRect.right : -mTempRect.left;
1198 mTempRect.left = mTempRect.right = 0;
1209 .getDisplayMetrics().widthPixels - mTempRect.left - mTempRect.right;
H A DActionMenuView.java304 // Divide any space left that wouldn't divide along cell boundaries
433 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
435 super.onLayout(changed, left, top, right, bottom);
445 int widthRemaining = right - left - getPaddingRight() - getPaddingLeft();
493 final int midHorizontal = (right - left) / 2;
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java572 drawingBounds.left += frameOffsets.left;
578 drawingBounds.left += framePadding.left - frameOffsets.left;
597 mMenuBackground.setBounds(drawingBounds.left,
636 widthSize - mFloatingInsets.left - mFloatingInsets.right,
678 if (mOutsets.left > 0 || mOutsets.right > 0) {
683 width + mOutsets.left + mOutsets.right, mode);
723 protected void onLayout(boolean changed, int left, in argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java481 updateMirrorMatrix(bounds.right - bounds.left);
541 canvas.translate(mDstRect.right - mDstRect.left, 0);
553 updateMirrorMatrix(mDstRect.right - mDstRect.left);
584 final int left = mDstRect.left - bounds.left;
588 mOpticalInsets = Insets.of(left, top, right, bottom);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java131 assertTrue(logPrefix + " second child should be to the left of first child",
136 assertTrue(logPrefix + " first child should be to the left of second child",
138 assertEquals(logPrefix + " first child should be left aligned",
444 assertEquals(config + " there should be no gap on left" + logSuffix,
445 usedLayoutBounds.left, recyclerViewBounds.left);
467 assertTrue(config + " there should be some gap on left" + logSuffix,
468 usedLayoutBounds.left > recyclerViewBounds.left);
470 assertEquals(config + " there should be no gap on left"
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java1133 int left = 0;
1140 left = mt.breakText(len, true, avail);
1144 left = mt.breakText(right, true, avail);
1148 callback.ellipsized(left, right);
1154 int remaining = len - (right - left);
1157 buf[left++] = ellipsis.charAt(0);
1159 for (int i = left; i < right; i++) {
1177 sb.append(buf, 0, left);
1184 ssb.append(text, 0, left);
/frameworks/base/tools/aapt/
H A DImages.cpp342 // Look for left tick
456 // find left and right extent of nine patch content on center row
482 // diagonally from the top left corner towards the center
512 png_bytepp rows, int left, int top, int right, int bottom)
514 png_bytep color = rows[top] + left*4;
516 if (left > right || top > bottom) {
521 for (int i = left; i <= right; i++) {
560 int left; local
594 // Find left and right of sizing areas...
606 errorEdge = "left";
511 get_color( png_bytepp rows, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp755 // Look for left tick
856 // find left and right extent of nine patch content on center row
884 // diagonally from the top left corner towards the center
912 static uint32_t getColor(png_bytepp rows, int left, int top, int right, int bottom) { argument
913 png_bytep color = rows[top] + left*4;
915 if (left > right || top > bottom) {
920 for (int i = left; i <= right; i++) {
958 int left; local
992 // Find left and right of sizing areas...
1004 errorEdge = "left";
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java351 // Start at the left
366 childLayoutParams.left = (int) itemLeft;
439 child.layout(childLayoutParams.left, childLayoutParams.top, childLayoutParams.right,
744 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
749 int left, top, right, bottom; field in class:IconMenuView.LayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java79 // left).
294 final int tw = r.right - r.left;
297 int dw = r.left + tw + r.right;
301 mNumberX = w-r.right-((dw-r.right-r.left)/2);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp42 const int left = frame.x_offset; local
43 const int right = left + frame.width;
46 return x >= left && x < right && y >= top && y < bottom;
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp202 vec2 lt( bounds.left, bounds.top );
204 vec2 lb( bounds.left, bounds.bottom );
212 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java476 final int left = getPaddingLeft();
483 final int drawLeft = left + (right - left - drawWidth) / 2;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.h205 i32 left,
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp194 void AudioResamplerDyn<TC, TI, TO>::setVolume(float left, float right) argument
196 AudioResampler::setVolume(left, right);
198 mVolumeSimd[0] = static_cast<TO>(left);
203 mVolumeSimd[0] = u4_28_from_float(clampFloatVol(left));
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h693 if (hw->mPreviewCrop.left != NOT_SET) {
718 int left, int top, int right, int bottom)
722 hw->mPreviewCrop.left = left;
717 __set_crop(struct preview_stream_ops *w, int left, int top, int right, int bottom) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java229 mSurfaceFrame.left = 0;
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutGravityTest.java51 mLeftView = activity.findViewById(R.id.left);
/frameworks/base/libs/hwui/
H A DClipArea.h146 void setClip(float left, float top, float right, float bottom);
H A DSkiaCanvasProxy.cpp104 void SkiaCanvasProxy::onDrawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, argument
118 left, top,
119 left + bitmap.dimensions().width(),
123 mCanvas->drawBitmap(bitmap, left, top, paint);
255 // adjust for non-left alignment
H A DSkiaCanvasProxy.h63 virtual void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top,

Completed in 3118 milliseconds

<<11121314151617181920>>