/dalvik/dx/src/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 481 Writer right = twoc.getRight(); local 483 int rightAt = 0; // right-hand annotation index 505 right.write(text); 518 right.write(annotations.get(rightAt).getText());
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 49 * The layout operates from the "bottom up" (or from right to left.) This means that the button 58 * marginRight: the right margin of each element in the stack 134 final int right = getWidth(); local 139 mDrawRect.set(0, 0, right, mFavoritesStart); 149 mDrawRect.set(0, mFavoritesStart, right, mFavoritesEnd);
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura_browsertest.cc | 306 // Do a swipe-right now. That should navigate backwards. 311 gfx::Point(bounds.right() - 10, bounds.y() + 10), 324 // Do a fling-right now. That should navigate backwards. 329 gfx::Point(bounds.right() - 10, bounds.y() + 10), 346 gfx::Point(bounds.right() - 10, bounds.y() + 10), 500 gfx::Point(bounds.right() - 10, bounds.y() + 5), 506 // Swipe back from the right edge, back to the left edge, back to the right 509 for (int x = bounds.right() - 10; x >= bounds.x() + 10; x-= 10) { 605 // Now, swipe right to navigate backwards. This should navigate away fro [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
Shape.cpp | 150 float right = floatValueForLength(inset.right(), boxWidth); local 152 FloatRect rect(left, top, std::max<float>(boxWidth - left - right, 0), std::max<float>(boxHeight - top - bottom, 0));
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_magnifier.cc | 213 << ", " << rect.right() << ", " << rect.bottom() << "}"; 219 RECT native_rect = {rect.left(), rect.top(), rect.right(), rect.bottom()}; 228 << ", " << rect.right() << ", " << rect.bottom() << "}";
|
/external/chromium_org/ui/views/controls/button/ |
label_button_unittest.cc | 142 EXPECT_LT(button.image_->bounds().right(), button.label_->bounds().x()); 146 EXPECT_LT(button.image_->bounds().right(), button.label_->bounds().x()); 150 EXPECT_LT(button.label_->bounds().right(), button.image_->bounds().x());
|
/external/chromium_org/ui/views/controls/menu/ |
menu_scroll_view_container.cc | 296 int right = menu_config.menu_horizontal_border_size + padding; local 304 gfx::Insets(top, left, bottom, right))); 306 SetBorder(Border::CreateEmptyBorder(top, left, bottom, right));
|
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.h | 30 MacroAssembler* masm, Register left, Register right, Register scratch1, 35 Register left, Register right, 42 MacroAssembler* masm, Register left, Register right, Register length,
|
/external/chromium_org/v8/src/arm64/ |
code-stubs-arm64.h | 19 MacroAssembler* masm, Register left, Register right, Register scratch1, 24 Register left, Register right, 31 MacroAssembler* masm, Register left, Register right, Register length,
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 478 Writer right = twoc.getRight(); local 480 int rightAt = 0; // right-hand annotation index 502 right.write(text); 515 right.write(annotations.get(rightAt).getText());
|
/frameworks/base/core/java/android/widget/ |
AbsSpinner.java | 178 mSpinnerPadding.right = mPaddingRight > mSelectionRightPadding ? mPaddingRight 216 preferredWidth = getChildWidth(view) + mSpinnerPadding.left + mSpinnerPadding.right; 226 preferredWidth = mSpinnerPadding.left + mSpinnerPadding.right;
|
CompoundButton.java | 396 final int right = isLayoutRtl() ? getWidth() : drawableWidth; local 398 buttonDrawable.setBounds(left, top, right, bottom); 402 background.setHotspotBounds(left, top, right, bottom);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
FakeShadowDrawable.java | 200 canvas.translate(mCardBounds.right - inset, mCardBounds.bottom - inset); 221 canvas.translate(mCardBounds.right - inset, mCardBounds.top + inset); 271 bounds.right - mMaxShadowSize, bounds.bottom - verticalOffset);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
CropView.java | 111 edgesOut.right = rightEdge; 299 } else if (edges.right < getWidth()) { 300 adjustment[0] = (edges.right - getWidth()) / scale;
|
/frameworks/base/tools/aapt/ |
Images.cpp | 353 // Look for right tick 454 // find left and right extent of nine patch content on center row 507 png_bytepp rows, int left, int top, int right, int bottom) 511 if (left > right || top > bottom) { 516 for (int i = left; i <= right; i++) { 557 int left, right, top, bottom; local 560 image->width, &left, &right); 565 // hpatch, vpatch, left, top, right, bottom); 566 const uint32_t c = get_color(image->rows, left, top, right, bottom); 567 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c)) 591 int right; local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AbsSpinnerCompat.java | 160 mSpinnerPadding.right = paddingRight > mSelectionRightPadding ? paddingRight 194 preferredWidth = getChildWidth(view) + mSpinnerPadding.left + mSpinnerPadding.right; 204 preferredWidth = mSpinnerPadding.left + mSpinnerPadding.right;
|
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/ |
RoundRectDrawableWithShadow.java | 235 canvas.translate(mCardBounds.right - inset, mCardBounds.bottom - inset); 256 canvas.translate(mCardBounds.right - inset, mCardBounds.top + inset); 306 bounds.right - mRawMaxShadowSize, bounds.bottom - verticalOffset);
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_dump_layers.cpp | 236 hwcRects[i].right, hwcRects[i].bottom); 247 sourceCrop.right, sourceCrop.bottom, 249 displayFrame.right, displayFrame.bottom,
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_dump_layers.cpp | 236 hwcRects[i].right, hwcRects[i].bottom); 247 sourceCrop.right, sourceCrop.bottom, 249 displayFrame.right, displayFrame.bottom,
|
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 1279 final int right = getChildAt(0).getWidth(); local 1626 int right = getChildAt(0).getRight(); local 1791 int right = getChildAt(0).getWidth(); local [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
TextureViewHelper.java | 93 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, 96 int width = right - left; 108 mOnLayoutChangeListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop,
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
CommonControllerOverlay.java | 249 // | Content Area | insets.right = insets.left = 0 266 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 269 int pr = insets.right; 274 int w = right - left;
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
CropView.java | 111 edgesOut.right = rightEdge; 299 } else if (edges.right < getWidth()) { 300 adjustment[0] = (edges.right - getWidth()) / scale;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BubbleTextView.java | 99 // Ensure we are using the right text size 160 protected boolean setFrame(int left, int top, int right, int bottom) { 161 if (getLeft() != left || getRight() != right || getTop() != top || getBottom() != bottom) { 164 return super.setFrame(left, top, right, bottom);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 278 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 280 mWidth = right - left; 291 super.onLayout(changed, left, top, right, bottom);
|