/external/chromium_org/ui/base/cocoa/ |
appkit_utils.h | 21 int bottom_left; member in struct:ui::NinePartImageIds
|
appkit_utils.mm | 33 GetImage(image_ids.bottom_left),
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_button_border.cc | 21 normal_set_.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_N); 32 hot_set_.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_H); 42 pushed_set_.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_P); 85 bounds.height() - set->top->height() - set->bottom_left->height(), false); 101 canvas->DrawBitmapInt(*set->bottom_left, 0, 102 bounds.height() - set->bottom_left->height()); 106 set->bottom->height(), set->bottom_left->width(), 108 bounds.width() - set->bottom_right->width() - set->bottom_left->width(),
|
infobar_button_border.h | 39 SkBitmap* bottom_left; member in struct:InfoBarButtonBorder::MBBImageSet
|
/external/chromium_org/ui/views/bubble/ |
bubble_border_unittest.cc | 21 BubbleBorder::horizontal_mirror(BubbleBorder::BOTTOM_LEFT)); 22 EXPECT_EQ(BubbleBorder::BOTTOM_LEFT, 51 EXPECT_EQ(BubbleBorder::BOTTOM_LEFT, 57 BubbleBorder::vertical_mirror(BubbleBorder::BOTTOM_LEFT)); 91 EXPECT_TRUE(BubbleBorder::has_arrow(BubbleBorder::BOTTOM_LEFT)); 114 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(BubbleBorder::BOTTOM_LEFT)); 137 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::BOTTOM_LEFT)); 160 EXPECT_TRUE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::BOTTOM_LEFT)); 186 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::BOTTOM_LEFT));
|
/packages/apps/Mms/src/com/android/mms/ui/ |
Divot.java | 44 public static final int BOTTOM_LEFT = 10; 62 "bottom_left",
|
/external/chromium_org/cc/layers/ |
ui_resource_layer.cc | 83 void UIResourceLayer::SetVertexOpacity(float bottom_left, 91 if (vertex_opacity_[0] == bottom_left && 96 vertex_opacity_[0] = bottom_left;
|
ui_resource_layer.h | 39 void SetVertexOpacity(float bottom_left,
|
texture_layer.cc | 80 void TextureLayer::SetVertexOpacity(float bottom_left, 88 if (vertex_opacity_[0] == bottom_left && 93 vertex_opacity_[0] = bottom_left;
|
/external/chromium_org/ui/views/examples/ |
bubble_example.cc | 26 BubbleBorder::BOTTOM_LEFT, BubbleBorder::LEFT_BOTTOM, 33 case BubbleBorder::BOTTOM_LEFT: return ASCIIToUTF16("BOTTOM_LEFT");
|
/external/chromium/chrome/browser/chromeos/views/ |
dropdown_button.cc | 36 hot_set_.bottom_left = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_LEFT_H); 46 pushed_set_.bottom_left = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_LEFT_P);
|
/external/chromium/chrome/browser/ui/views/bubble/ |
border_contents_unittest.cc | 92 BubbleBorder::BOTTOM_LEFT, 108 BubbleBorder::BOTTOM_LEFT, 161 // The arrow should have changed to BOTTOM_LEFT. 178 // The arrow should have changed to BOTTOM_LEFT.
|
bubble_border.cc | 57 case BOTTOM_LEFT: 89 case BOTTOM_LEFT: 127 case BOTTOM_LEFT: 322 if (arrow_location_ == BOTTOM_LEFT || arrow_location_ == BOTTOM_RIGHT) {
|
/external/chromium_org/chrome/browser/ui/gtk/ |
nine_box.h | 27 int bottom_left, int bottom, int bottom_right);
|
nine_box.cc | 62 int right, int bottom_left, int bottom, int bottom_right) 72 images_[6] = bottom_left ? &rb.GetNativeImageNamed(bottom_left) : NULL;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionHandle.java | 49 BOTTOM_LEFT(SWT.CURSOR_SIZESW), 66 return this == TOP_LEFT || this == LEFT_MIDDLE || this == BOTTOM_LEFT; 81 return this == BOTTOM_LEFT || this == BOTTOM_MIDDLE || this == BOTTOM_RIGHT;
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 52 int right, int bottom_left, int bottom, int bottom_right) 61 images_[6] = bottom_left ? rb.GetPixbufNamed(bottom_left) : NULL;
|
nine_box.h | 27 int bottom_left, int bottom, int bottom_right);
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropObject.java | 43 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT; 131 || selected == BOTTOM_LEFT; 299 } else if (moving_corner == BOTTOM_LEFT) {
|
/external/droiddriver/samples/testapp/res/layout/ |
scroll_activity.xml | 61 android:text="bottom_left" />
|
/packages/apps/Camera/src/com/android/camera/ |
Exif.java | 50 case ExifTag.Orientation.BOTTOM_LEFT:
|
/external/chromium_org/ui/views/window/ |
frame_background.cc | 50 const gfx::ImageSkia* bottom_left, 54 bottom_left_corner_ = bottom_left;
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardFlip.java | 141 rotateCardsFullRotation(stack, CardView.Corner.BOTTOM_LEFT); 194 rotateCards(RIGHT_STACK, CardView.Corner.BOTTOM_LEFT, rotateCardsOut); 210 rotateCards(LEFT_STACK, CardView.Corner.BOTTOM_LEFT, rotateCardsOut);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropObject.java | 45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT; 133 || selected == BOTTOM_LEFT; 301 } else if (moving_corner == BOTTOM_LEFT) {
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
button_decoration.mm | 28 (object.bottom_left >= 0) &&
|