/external/skia/gm/rebaseline_server/static/ |
view.css | 18 border-top-right-radius: 5px;
|
/external/skia/src/core/ |
SkRasterClip.h | 56 bool quickContains(int left, int top, int right, int bottom) const { 57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom)); 83 // these 2 are caches based on querying the right obj based on fIsBW
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
ParamsUtils.java | 38 * left, top = {@code (0, 0)} and right, bottom = {@code (width, height)} 54 * each corner (left, top, right, bottom) rounded towards the nearest integer bounding box. 56 * <p>In particular (left, top) is floored, and (right, bottom) is ceiled.</p> 75 * a new rectangle, with each corner (left, top, right, bottom) rounded towards the nearest 174 destination.right = source.right;
|
/frameworks/base/core/java/android/widget/ |
Switch.java | 129 /** Right bound for drawing the switch track and thumb. */ 618 thumbWidth = mThumbDrawable.getIntrinsicWidth() - padding.left - padding.right; 644 // Adjust left and right padding to ensure there's enough room for the 647 int paddingRight = padding.right; 651 paddingRight = Math.max(paddingRight, inset.right); 703 mTempRect.left + mTempRect.right + mTouchSlop; 878 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 879 super.onLayout(changed, left, top, right, bottom); 893 opticalInsetRight = Math.max(0, insets.right - trackPadding.right); [all...] |
/frameworks/base/core/jni/android/graphics/ |
Region.cpp | 60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) { 62 bool result = dst->setRect(left, top, right, bottom); 91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) { 95 ir.set(left, top, right, bottom); 139 static jboolean Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { 140 bool result = GetSkRegion(env, region)->quickContains(left, top, right, bottom); 144 static jboolean Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { 146 ir.set(left, top, right, bottom);
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapRegionDecoder.java | 185 if (rect.right <= 0 || rect.bottom <= 0 || rect.left >= getWidth() 189 rect.right - rect.left, rect.bottom - rect.top, options);
|
YuvImage.java | 223 rect.right = rect.left + width; 231 rect.right = rect.left + width;
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 174 if (rect.left < 0 || rect.right > this->width || 177 rect.left, rect.top, rect.right, rect.bottom, 195 if (rect.left < 0 || rect.right > this->width || 198 rect.left, rect.top, rect.right, rect.bottom, 221 if (rect.left < 0 || rect.right > this->width || 224 rect.left, rect.top, rect.right, rect.bottom, 241 if (rect.left < 0 || rect.right > this->width || 244 rect.left, rect.top, rect.right, rect.bottom,
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
BitmapUtils.java | 77 outRect.right = outRect.left + srcCroppedW; 120 outRect.right = outRect.left + srcCroppedW;
|
/frameworks/volley/src/com/android/volley/toolbox/ |
NetworkImageView.java | 196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 197 super.onLayout(changed, left, top, right, bottom);
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 62 l->sourceCrop.right, 66 l->displayFrame.right,
|
/hardware/qcom/display/msm8084/libqdutils/ |
mdp_version.h | 91 int right() { return mRight; } function in struct:qdutils::Split 131 int getRightSplit() { return mSplit.right(); }
|
/hardware/qcom/display/msm8226/libqdutils/ |
mdp_version.h | 91 int right() { return mRight; } function in struct:qdutils::Split 131 int getRightSplit() { return mSplit.right(); }
|
/hardware/ti/omap4-aah/libI420colorconvert/ |
ColorConvert.cpp | 33 int dstWidth = srcRect.right - srcRect.left + 1; 101 encoderRect->right = actualWidth - 1;
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
ColorConvert.cpp | 33 int dstWidth = srcRect.right - srcRect.left + 1; 101 encoderRect->right = actualWidth - 1;
|
/ndk/sources/host-tools/make-3.81/config/ |
compile | 46 right script to run: please start by reading the file `INSTALL'.
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorPadLayout.java | 59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 67 Math.round((float) (right - left - paddingLeft - paddingRight)) / mColumnCount;
|
/packages/apps/Camera/src/com/android/camera/ui/ |
PieItem.java | 188 public void setBounds(int left, int top, int right, int bottom) { 189 mDrawable.setBounds(left, top, right, bottom);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/ |
ProportionalLayout.java | 122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 128 child.layout(0, 0, right-left, bottom-top);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeView.java | 33 public static final int RIGHT = 3; 41 private static final int RIGHT_M = RIGHT * 16; 54 boolean changeSize, int left, int top, int right, int bottom) { 57 int w = right - left; 62 } else { // left or right 102 // offset is in pixels. direction is one of {TOP, LEFT, BOTTOM, RIGHT}. 125 // per second. direction is one of {TOP, LEFT, BOTTOM, RIGHT}.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
InsettableFrameLayout.java | 29 lp.rightMargin += (newInsets.right - oldInsets.right);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlBar.java | 88 boolean changed, int left, int top, int right, int bottom) { 92 // We have (equal) paddings at left and right, but no padding at top or 95 int width = right - left;
|
/system/core/liblog/tests/ |
liblog_test.cpp | 408 He is most in the company of the right noble Claudio.\n\ 470 const char *right = max_payload_buf; local 471 while (*left && *right && (*left == *right)) { 473 ++right; 531 const char *right = longString.c_str(); local 532 while (*left && *right && (*left == *right)) { 534 ++right;
|
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 227 right:0; 229 text-align:right; 374 margin-right: 20px; 381 margin-right: 70px; 409 padding-right: 50px; 528 padding-right: 6px; 629 text-align: right; 749 a#arrow-left, a#arrow-right { 759 a#arrow-right { 766 a.arrow-right-off [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 227 right:0; 229 text-align:right; 374 margin-right: 20px; 381 margin-right: 70px; 409 padding-right: 50px; 528 padding-right: 6px; 629 text-align: right; 749 a#arrow-left, a#arrow-right { 759 a#arrow-right { 766 a.arrow-right-off [all...] |