HomeSort by relevance Sort by last modified time
    Searched full:right (Results 801 - 825 of 6698) sorted by null

<<31323334353637383940>>

  /external/webkit/WebCore/dom/
ClientRect.idl 31 readonly attribute float right;
  /external/webkit/WebCore/manual-tests/
DOMContextMenuEvent.html 48 <div>To activate context menu, right-click or ctrl-click anywhere on the page.</div>
animate-left.html 36 <p>The element below should bounce 200 pixels left and right continuously</p>
keyboard_select_non_english.html 17 And the right element should be selected.
select_alignment.html 23 The drop-down items in the second &lt;select&gt; should be right-aligned.
transition-left.html 39 <p>The element below should move 200 pixels left or right when clicked</p>
  /external/webkit/WebCore/manual-tests/inspector/
console-time.html 32 <p>Open the Inspector (right-click and choose "Inspect Element"), then click the "Run Tests" button.</p>
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 93 SkLength right, // CSS right property
97 SkLength marginRight, // CSS margin-right property
105 m_fixedRight = right;
  /external/webkit/WebKit/win/Interfaces/
IWebBackForwardList.idl 87 @abstract Returns the entry right before the current entry.
88 @result The entry right before the current entry, or nil if there isn't one.
103 @abstract Returns the entry right after the current entry.
104 @result The entry right after the current entry, or nil if there isn't one.
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 88 rect->right = (::GetDeviceCaps(dc, LOGPIXELSX) * 6.5) - MARGIN;
156 ::LineTo(dc, rect->right, rect->bottom);
180 // Add a line, 1/10th inch above the footer text from left margin to right margin.
184 ::LineTo(dc, rect->right, rect->top);
  /frameworks/base/core/res/res/drawable/
box.xml 25 android:right="1dp" android:bottom="1dp" />
list_highlight_active.xml 27 android:right="6dp" android:bottom="2dp" />
list_highlight_inactive.xml 27 android:right="6dp" android:bottom="2dp" />
  /frameworks/base/core/res/res/layout/
zoom_browser_accessory_buttons.xml 32 android:layout_gravity="bottom|right"
zoom_magnify.xml 29 android:layout_gravity="bottom|right"
  /frameworks/base/core/res/res/xml-mdpi/
password_kbd_qwerty.xml 38 <Key android:codes="112" android:keyLabel="p" android:keyEdgeFlags="right"/>
51 <Key android:codes="108" android:keyLabel="l" android:keyEdgeFlags="right"/>
67 android:keyWidth="15%p" android:keyEdgeFlags="right"
85 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
password_kbd_qwerty_shifted.xml 38 <Key android:codes="112" android:keyLabel="p" android:keyEdgeFlags="right"/>
51 <Key android:codes="108" android:keyLabel="l" android:keyEdgeFlags="right"/>
67 android:keyWidth="15%p" android:keyEdgeFlags="right"
84 android:keyWidth="20%p" android:keyEdgeFlags="right"/>
  /frameworks/base/core/tests/coretests/res/drawable/
box.xml 25 android:right="1dp" android:bottom="1dp" />
  /frameworks/base/core/tests/coretests/res/layout/
focus_listener.xml 32 <Button android:id="@+id/right"
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocus.java 38 // bottom right button starts with the focus.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 53 (position == 1 ? Slot.Middle : Slot.Right);
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
index.jd 50 <img src="{@docRoot}images/toast.png" alt="" style="float:right" />
69 <img src="{@docRoot}images/notifications_window.png" alt="" style="float:right; clear:right;" />
91 <img src="{@docRoot}images/dialog_progress_spinning.png" alt="" style="float:right" />
  /frameworks/base/docs/html/resources/tutorials/views/
hello-tablelayout.jd 27 android:gravity="right"
38 android:gravity="right"
49 android:gravity="right"
75 android:gravity="right"
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
GLES11Ext.spec 22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )

Completed in 235 milliseconds

<<31323334353637383940>>