HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1751 - 1775 of 4231) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/qunit/src/
qunit.css 79 float: right;
113 float: right;
136 text-align: right;
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 347 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
349 bounds.right(), bounds.bottom());
352 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(), local
353 bounds.right(), interior.bottom());
357 filterBorderPixels(src, result, right, bounds);
  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.cpp 211 wt.right(), wt.y(), wt.xFlipped());
217 wt.right(), wt.y(), wt.xFlipped());
223 wt.right(), wt.y(), wt.xFlipped());
262 wn.right(), wn.y(), wn.xFlipped());
295 wn.right(), wn.y(), wn.xFlipped());
327 wn.right(), wn.y(), wn.xFlipped());
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype.js 64 // Check that the local object has properties 0 and 1 with the right
96 // right values.
126 // Check that the local object has properties 0 and 1 with the right
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 23 import static com.google.common.collect.BstSide.RIGHT;
258 return iteratorInDirection(startingPath, RIGHT);
265 BstRangeOps.furthestPath(range, RIGHT, pathFactory(), root);
375 @Nullable Node<E> right) {
376 super(key, left, right);
378 this.size = (long) elemCount + sizeOrZero(left) + sizeOrZero(right);
379 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
384 - sizeOrZero(childOrNull(RIGHT));
452 @Nullable Node<Object> right) {
453 return new Node<Object>(source.getKey(), source.elemCount(), left, right);
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 767 Calendar::operator=(const Calendar &right)
769 if (this != &right) {
770 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
771 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
772 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
773 fTime = right.fTime;
774 fIsTimeSet = right.fIsTimeSet;
775 fAreAllFieldsSet = right.fAreAllFieldsSet;
776 fAreFieldsSet = right.fAreFieldsSet;
777 fAreFieldsVirtuallySet = right.fAreFieldsVirtuallySet
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 525 size.right = SDL_PublicSurface->w;
528 size.right = 0;
543 width = size.right - size.left;
590 pt.x = SDL_bounds.right;
593 SDL_bounds.right = pt.x;
602 w = SDL_bounds.right-SDL_bounds.left;
  /external/skia/src/pathops/
SkAddIntersections.cpp 211 wt.right(), wt.y(), wt.xFlipped());
217 wt.right(), wt.y(), wt.xFlipped());
223 wt.right(), wt.y(), wt.xFlipped());
262 wn.right(), wn.y(), wn.xFlipped());
295 wn.right(), wn.y(), wn.xFlipped());
327 wn.right(), wn.y(), wn.xFlipped());
  /frameworks/av/services/audioflinger/
FastMixer.cpp 625 // assume same number of tail samples on each side, left and right
627 CentralTendencyStatistics left, right; local
630 right.sample(tail[n - (i + 1)]);
634 " right tail: mean=%.2f min=%.2f max=%.2f stddev=%.2f\n",
636 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6,
637 right.stddev()*1e-6);
  /frameworks/base/core/java/android/app/
WallpaperManager.java 179 public void setBounds(int left, int top, int right, int bottom) {
180 mDrawLeft = left + (right-left - mWidth) / 2;
396 * 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
447 float right = left + outWidth; local
450 cropRectF = new RectF(left, top, right, bottom);
538 cropRect.right = cropRect.left + cropWidth;
541 cropRect.right = inWidth;
690 // If the URI is not of the right type, or for some reason the system wallpaper
    [all...]
  /frameworks/base/core/java/android/widget/
FrameLayout.java 191 mForegroundPaddingRight = padding.right;
294 mForegroundPaddingRight = padding.right;
513 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
514 layoutChildren(left, top, right, bottom, false /* no force left gravity */);
517 void layoutChildren(int left, int top, int right, int bottom,
522 final int parentRight = right - left - getPaddingRightWithForeground();
554 case Gravity.RIGHT:
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 289 boolean bottom, boolean right) {
300 if (right && lp.rightMargin != insets.right) {
302 lp.rightMargin = insets.right;
469 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
473 final int parentRight = right - left - getPaddingRight();
  /frameworks/base/core/jni/
android_view_Surface.cpp 72 jfieldID right; member in struct:android::__anon39310
210 dirtyRect.right = env->GetIntField(dirtyRectObj, gRectClassInfo.right);
256 env->SetIntField(dirtyRectObj, gRectClassInfo.right, dirtyRect.right);
475 gRectClassInfo.right = env->GetFieldID(clazz, "right", "I");
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 152 public void setBounds(int left, int top, int right, int bottom) {
160 oldBounds.right != right || oldBounds.bottom != bottom) {
165 mBounds.set(left, top, right, bottom);
175 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
455 // For right now only BitmapDrawable has it.
542 * @param right
545 public void setHotspotBounds(int left, int top, int right, int bottom) {}
694 * (right-to left). See {@link android.util.LayoutDirection}.
703 * right-to-left. See {@link android.util.LayoutDirection}
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvView.java 574 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
576 Log.d(TAG, "onLayout (left=" + left + ", top=" + top + ", right=" + right
583 mSurfaceView.layout(0, 0, right - left, bottom - top);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 292 boolean bottom, boolean right) {
303 if (right && lp.rightMargin != insets.right) {
305 lp.rightMargin = insets.right;
477 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
481 final int parentRight = right - left - getPaddingRight();
SpinnerCompat.java 456 * @param delta Change in the selected position. +1 means selection is moving to the right, so
462 int childrenWidth = getRight() - getLeft() - mSpinnerPadding.left - mSpinnerPadding.right;
495 case Gravity.RIGHT:
574 mSpinnerPadding.left + mSpinnerPadding.right, lp.width);
676 width += mTempRect.left + mTempRect.right;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 353 /* Configure right pipe */
354 if(displayFrame.right > lSplit) {
359 " right mixer", __FUNCTION__, mDpy);
384 dstR.right -= lSplit;
388 ALOGE("%s: configMdp fails for right FB", __FUNCTION__);
412 ALOGE("%s: queue failed for right of dpy = %d",
485 if(((fbUpdatingRect.right - fbUpdatingRect.left) >
490 ALOGE("%s: No pipes available to configure fb for dpy %d's right"
500 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2
    [all...]
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 159 * March over the array once, left to right, finding natural runs,
217 // Set left (and right) to the index where a[start] (pivot) belongs
219 int right = start; local
220 if (DEBUG) assert left <= right;
224 * pivot < all in [right, start).
226 while (left < right) {
227 int mid = (left + right) >>> 1;
229 right = mid;
233 if (DEBUG) assert left == right; local
476 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs
    [all...]
TimSort.java 191 * March over the array once, left to right, finding natural runs,
250 // Set left (and right) to the index where a[start] (pivot) belongs
252 int right = start; local
253 if (DEBUG) assert left <= right;
257 * pivot < all in [right, start).
259 while (left < right) {
260 int mid = (left + right) >>> 1;
262 right = mid;
266 if (DEBUG) assert left == right; local
508 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 57 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Rect Rect(T left, T top, T right, T bottom) {
58 typename TypeTraits<T>::Rect r = {left, top, right, bottom};
62 D2D1FORCEINLINE D2D1_RECT_F RectF(FLOAT left = 0.0f, FLOAT top = 0.0f, FLOAT right = 0.0f, FLOAT bottom = 0.0f) {
63 return Rect<FLOAT>(left, top, right, bottom);
66 D2D1FORCEINLINE D2D1_RECT_U RectU(UINT32 left = 0, UINT32 top = 0, UINT32 right = 0, UINT32 bottom = 0) {
67 return Rect<UINT32>(left, top, right, bottom);
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 282 * left and right children may need to be searched in the case of
1863 TreeNode<K,V> right; field in class:ConcurrentHashMap.TreeNode
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 187 // transparent padding of 1px on the right side
205 private void assertBounds(Rect regionBounds, int left, int top, int right, int bottom) {
208 assertEquals(right, regionBounds.right);
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 485 Writer right = twoc.getRight(); local
487 int rightAt = 0; // right-hand annotation index
509 right.write(text);
522 right.write(annotations.get(rightAt).getText());

Completed in 1906 milliseconds

<<71727374757677787980>>