HomeSort by relevance Sort by last modified time
    Searched full:left (Results 351 - 375 of 6784) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/res/res/layout/
battery_low.xml 33 android:gravity="left"
42 android:gravity="left"
  /frameworks/base/core/res/res/xml/
password_kbd_extension.xml 29 <Key android:keyLabel="!" android:keyEdgeFlags="left"/>
43 <Key android:keyLabel="1" android:keyEdgeFlags="left"/>
  /frameworks/base/core/tests/coretests/res/layout/
framelayout_margin.xml 22 <Button android:id="@+id/left"
23 android:layout_gravity="left"
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 35 * The filler is sized to take up any space left over within desiredHeight.
78 Left,
101 boolean left = false;
106 case Left:
107 left = true;
118 if (left) {
120 button.setText("left");
250 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListHorizontalFocusWithinItemWinsTest.java 54 assertEquals("global focus search to right from top left is bottom middle",
57 assertEquals("global focus search to left from top right is bottom middle",
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
StartInTouchWithViewInFocusTest.java 56 assertFalse("should have left touch mode", mEditText.isInTouchMode());
63 assertFalse("should have left touch mode", mEditText.isInTouchMode());
  /frameworks/base/opengl/libs/GLES_CM/
glext_api.in 64 void API_ENTRY(glFrustumxOES)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) {
65 CALL_GL_API(glFrustumxOES, left, right, bottom, top, zNear, zFar);
118 void API_ENTRY(glOrthoxOES)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) {
119 CALL_GL_API(glOrthoxOES, left, right, bottom, top, zNear, zFar);
229 void API_ENTRY(glFrustumfOES)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) {
230 CALL_GL_API(glFrustumfOES, left, right, bottom, top, zNear, zFar);
232 void API_ENTRY(glOrthofOES)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) {
233 CALL_GL_API(glOrthofOES, left, right, bottom, top, zNear, zFar);
  /frameworks/base/services/java/com/android/server/status/
ExpandedView.java 49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
50 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Camera/src/com/android/camera/ui/
LinearLayout.java 42 int offsetX = p.left;
43 int width = (r - l) - p.left - p.right;
  /packages/apps/Music/res/layout/
statusbar.xml 41 android:layout_gravity="left"
47 android:layout_gravity="left"
  /packages/inputmethods/LatinIME/java/res/xml/
popup_punctuation.xml 29 <Key android:keyLabel=":" android:keyEdgeFlags="left" />
38 <Key android:keyLabel=";" android:keyEdgeFlags="left" />
  /packages/inputmethods/LatinIME/java/res/xml-ru/
kbd_qwerty.xml 30 android:keyEdgeFlags="left"/>
48 android:keyEdgeFlags="left"/>
66 android:isSticky="true" android:keyEdgeFlags="left"/>
86 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
103 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
123 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
142 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
159 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
  /packages/inputmethods/OpenWnn/res/xml/
keyboard_switch_key_jp.xml 25 android:keyEdgeFlags="left"/>
33 android:keyEdgeFlags="left"/>
keyboard_switch_key_qwerty_jp.xml 25 android:keyEdgeFlags="left"/>
33 android:keyEdgeFlags="left"/>
  /bootable/recovery/edify/
parser.y 55 %left ';'
56 %left ','
57 %left OR
58 %left AND
59 %left EQ NE
60 %left '+'
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERInputStream.java 76 int left = bytes.length; local
78 if (left == 0)
83 while (left > 0)
85 int l = read(bytes, bytes.length - left, left);
92 left -= l;
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 50 inval.left = rnd16(r.left, inset);
107 clipR.left = clip.left;
144 m_oval.left = m_x;
167 visibleRects[0].left = 0;
  /external/v8/test/mjsunit/
div-mod.js 43 print("(function(left) { return left / " + divisor + "; })");
44 var div_func = this.eval("(function(left) { return left / " + divisor + "; })");
45 var mod_func = this.eval("(function(left) { return left % " + divisor + "; })");
  /external/webkit/WebCore/css/
mediaControlsQt.css 54 left: auto;
63 left: 5px;
83 left: 42px;
101 left: 0px;
112 left: 0px;
123 left: 0px;
  /external/webkit/WebCore/inspector/front-end/
textViewer.css 4 left:0;
45 padding-left: 23px;
50 padding-left: 23px;
71 padding-left: 2px;
80 padding-left: 2px;
136 margin-left: -4px;
  /frameworks/base/awt/java/awt/font/
GlyphJustificationInfo.java 71 * The grow left limit value represents the maximum value by which the left
95 * The shrink left limit value represents the maximum value by which the
96 * left side of this glyph shrinks.
129 * indicates the maximum value of which the left side of this
140 * indicates the maximum value of which the left side of this
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java 312 public boolean clipRect(float left, float top, float right, float bottom, Op op) {
313 return clipRect(left, top, right, bottom);
320 public boolean clipRect(float left, float top, float right, float bottom) {
321 getGraphics2d().clipRect((int)left, (int)top, (int)(right-left), (int)(bottom-top));
329 public boolean clipRect(int left, int top, int right, int bottom) {
330 getGraphics2d().clipRect(left, top, right-left, bottom-top);
339 return clipRect(rect.left, rect.top, rect.right, rect.bottom);
347 return clipRect(rect.left, rect.top, rect.right, rect.bottom)
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 195 // left of m_point. We express it this way so that if we're using the Skia
269 // Windows' origin is the top-left of the bounding box, so we have
345 int left = lroundf(m_point.x()) + state.characterToX(m_from); local
349 if (left > right)
350 std::swap(left, right);
355 return IntRect(left - (m_font->ascent() + m_font->descent()) / 2,
357 (right - left) + m_font->ascent() + m_font->descent(),
392 int curAdvance = 0; // How far from the left the current chunk is.
443 float left = static_cast<float>(point.x() + state.characterToX(from)); local
446 // If the text is RTL, left will actually be after right
    [all...]
  /system/core/libpixelflinger/
trap.cpp 216 if (l < GGLint(c->state.scissor.left)) {
217 xstart += TRI_FROM_INT(c->state.scissor.left-l);
218 l = GGLint(c->state.scissor.left);
281 if (l < GGLint(c->state.scissor.left)) {
282 xstart += TRI_FROM_INT(c->state.scissor.left-l);
283 l = GGLint(c->state.scissor.left);
424 if (l < GGLint(c->state.scissor.left))
425 l = GGLint(c->state.scissor.left);
544 const int32_t minx = max(bminx, c->state.scissor.left);
719 triangle_sweep_edges( Edge* left,
987 AAEdge* left = &edges[0]; local
    [all...]
  /dalvik/docs/
dex-format.css 58 margin-left: 40pt;
66 margin-left: 40pt;
83 padding-left: 3pt;
103 padding-left: 6pt;
109 padding-left: 6pt;
121 padding-left: 0pt;
129 padding-left: 15pt;
163 border-left: solid #aaaaff 1px;
168 border-left: none;
172 border-left: solid #000 2px
    [all...]

Completed in 62 milliseconds

<<11121314151617181920>>