Searched refs:RIGHT (Results 1 - 25 of 81) sorted by relevance

1234

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DFillDirection.java25 * RIGHT - (Not implemented) Use the right edge of the plot.
33 RIGHT, enum constant in enum:FillDirection
H A DXYGraphWidget.java144 rangeOriginLabelPaint.setTextAlign(Paint.Align.RIGHT);
152 rangeLabelPaint.setTextAlign(Paint.Align.RIGHT);
575 // draw ticks RIGHT of origin:
622 rangeOriginLinePaint.setTextAlign(Paint.Align.RIGHT);
1186 p.setTextAlign(((rangeAxisLeft)?Paint.Align.LEFT:Paint.Align.RIGHT));
1190 po.setTextAlign(((rangeAxisLeft)?Paint.Align.LEFT:Paint.Align.RIGHT));
1200 p.setTextAlign(((!rangeAxisLeft)?Paint.Align.LEFT:Paint.Align.RIGHT));
1207 po.setTextAlign(((!rangeAxisLeft)?Paint.Align.LEFT:Paint.Align.RIGHT));
/external/clang/test/Modules/Inputs/
H A Dmacros_right.h2 #define RIGHT unsigned short macro
/external/libavc/encoder/
H A Dime_defs.h47 #define RIGHT 2 macro
/external/pdfium/core/fxcrt/
H A Dfx_bidi.cpp27 direction = RIGHT;
64 return seg.direction == CFX_BidiChar::RIGHT;
79 if (m_eOverallDirection != CFX_BidiChar::RIGHT) {
81 m_eOverallDirection = CFX_BidiChar::RIGHT;
H A Dfx_bidi_unittest.cpp80 EXPECT_EQ(CFX_BidiChar::RIGHT, info.direction);
108 EXPECT_EQ(CFX_BidiChar::RIGHT, info.direction);
205 EXPECT_EQ(CFX_BidiChar::RIGHT, bidi.OverallDirection());
210 EXPECT_EQ(CFX_BidiChar::RIGHT, it->direction);
226 EXPECT_EQ(CFX_BidiChar::RIGHT, bidi.OverallDirection());
231 EXPECT_EQ(CFX_BidiChar::RIGHT, it->direction);
279 EXPECT_EQ(CFX_BidiChar::RIGHT, it->direction);
289 EXPECT_EQ(CFX_BidiChar::RIGHT, bidi.OverallDirection());
294 EXPECT_EQ(CFX_BidiChar::RIGHT, it->direction);
312 EXPECT_EQ(CFX_BidiChar::RIGHT, i
[all...]
H A Dfx_bidi.h19 enum Direction { NEUTRAL, LEFT, RIGHT }; enumerator in enum:CFX_BidiChar::Direction
56 // Overall direction is always LEFT or RIGHT, never NEUTRAL.
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DDirection.java20 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.RIGHT;
71 return RIGHT;
79 RIGHT { enum constant in enum:Direction.PhysicalDirection
97 private final PhysicalDirection[] directions = {LEFT, RIGHT};
126 return RIGHT;
/external/clang/test/Modules/
H A Dmacros.c66 #ifdef RIGHT
67 # error RIGHT should not be visible
86 #ifdef RIGHT
87 # error RIGHT should not be visible
115 #ifndef RIGHT
116 # error RIGHT should be visible
/external/python/cpython2/Lib/lib-tk/
H A DScrolledText.py17 from Tkconstants import RIGHT, LEFT, Y, BOTH namespace
23 self.vbar.pack(side=RIGHT, fill=Y)
H A DTkconstants.py30 RIGHT='right' variable
H A DFileDialog.py70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
102 self.cancel_button.pack(side=RIGHT)
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
H A DAccessibilityScrollAction.java54 case RIGHT:
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A DStyles.java29 public static final String RIGHT = "right"; field in class:Styles
/external/python/cpython2/Demo/tkinter/guido/
H A Dss1.py10 LEFT, CENTER, RIGHT = "LEFT", "CENTER", "RIGHT"
18 align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust}
20 align2xml = {LEFT: "left", CENTER: "center", RIGHT: "right"}
21 xml2align = {"left": LEFT, "center": CENTER, "right": RIGHT}
23 align2anchor = {LEFT: "w", CENTER: "center", RIGHT: "e"}
156 full[x, 0] = text, alignment = colnum2name(x), RIGHT
160 full[0, y] = text, alignment = str(y), RIGHT
171 assert alignment in (LEFT, CENTER, RIGHT)
177 alignment = RIGHT
[all...]
H A DAttrDialog.py61 self.button.pack(side=RIGHT)
69 self.button.pack(side=RIGHT)
87 self.entry.pack(side=RIGHT, fill=X, expand=1)
95 self.label.pack(side=RIGHT)
193 'Side': (TOP, RIGHT, BOTTOM, LEFT),
319 'Justify': (LEFT, CENTER, RIGHT),
H A Ddialog.py29 msg.pack(side=RIGHT, expand=1, fill=BOTH, padx='3m', pady='3m')
/external/python/cpython2/Demo/tix/samples/
H A DNoteBook.py61 common.pack(side=Tix.RIGHT, padx=2, fill=Tix.Y)
86 common.pack(side=Tix.RIGHT, padx=2, fill=Tix.Y)
/external/python/cpython2/Demo/tkinter/matt/
H A Dcanvas-with-scrollbars.py44 self.draw.scrollY.pack(side=RIGHT, fill=Y)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java53 public final static int RIGHT = 2; field in class:HolidayBorderPanel
465 case RIGHT:
544 case RIGHT: str.append("RIGHT"); break;
/external/proguard/src/proguard/gui/
H A DClassPathPanel.java332 private final JLabel iconLabel = new JLabel("", JLabel.RIGHT);
333 private final JLabel jarNameLabel = new JLabel("", JLabel.RIGHT);
334 private final JLabel filterLabel = new JLabel("", JLabel.RIGHT);
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_constants.py234 TFK.RIGHT = KEY_RIGHT
235 TFK.ARROW_KEY_LIST = [TFK.UP, TFK.DOWN, TFK.LEFT, TFK.RIGHT]
/external/eigen/blas/
H A Dcommon.h29 #define RIGHT 1 macro
45 : ((X)=='R' || (X)=='r') ? RIGHT \
/external/python/cpython2/Tools/webchecker/
H A Dtktools.py91 vbar.pack(fill=Y, side=RIGHT)
94 vbarframe.pack(fill=Y, side=RIGHT)
268 entry.pack(side=RIGHT, expand=1, fill=X)
/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java179 case RIGHT:

Completed in 1551 milliseconds

1234