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

<<61626364656667686970>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_java.net.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
70 <div id="body-content" xstyle="padding:12px;padding-right:18px;">
pkg_java.nio.charset.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
70 <div id="body-content" xstyle="padding:12px;padding-right:18px;">
pkg_java.util.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
70 <div id="body-content" xstyle="padding:12px;padding-right:18px;">
pkg_java.util.regex.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
70 <div id="body-content" xstyle="padding:12px;padding-right:18px;">
pkg_javax.xml.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
70 <div id="body-content" xstyle="padding:12px;padding-right:18px;">
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 131 int right = a.getDimensionPixelOffset( local
156 addLayer(dr, id, left, top, right, bottom);
170 * @param right The right padding of the new layer.
173 private void addLayer(Drawable layer, int id, int left, int top, int right, int bottom) {
193 childDrawable.mInsetR = right;
282 right -= r;
338 padding.right = 0;
346 padding.right += mPaddingR[i];
451 bounds.right - r.mInsetR - padR
    [all...]
  /frameworks/base/libs/audioflinger/
AudioResamplerCubic.cpp 32 memset(&right, 0, sizeof(state));
82 out[outputIndex++] += vr * interp(&right, x);
107 advance(&right, in[inputIndex*2+1]);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sostream.h 113 case left: m_Flags |= left; m_Flags &= ~right; break;
114 case right: m_Flags |= right; m_Flags &= ~left; break;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 78 is outside, i.e., left, right, top, bottom. xpos is compared to the left and
79 right boundaries; ypos is compared to the top and bottom boundaries. The number
91 block was outside right boundary, the boundary pixels would be copied row-wise
92 to the pixel to the right of it. If the block was outside both an x and y
428 if (ypos < 0) /* pad top right of frame */
435 /* pad top-right */
445 /* pad right */
456 else if ((ypos >> 1) < (height - B_SIZE)) /* pad right of frame */
466 /* pad right */
485 else /* pad bottom right of frame *
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 28 * <li>Provides methods to move the cursor up / down / left / right.</li>
163 * Move right one box, potentially flipping to the next month.
167 public boolean right() { method in class:DayOfMonthCursor
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnSentence.java 70 this.partOfSpeech = new WnnPOS(headClause.partOfSpeech.left, lastClause.partOfSpeech.right);
105 this.partOfSpeech = new WnnPOS(prev.partOfSpeech.left, clause.partOfSpeech.right);
136 this.partOfSpeech = new WnnPOS(head.partOfSpeech.left, tail.partOfSpeech.right);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 71 getWidth() - insets.left - insets.right,
83 int x = (getWidth() - insets.left - insets.right - root.width) / 2;
146 int xoffset = (getWidth() - insets.left - insets.right - root.width) / 2 + insets.left + 1;
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 80 mProxyServerLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
92 mProxyPortLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
141 * Called by the constructor right after {@link #createContents(Composite)}.
  /external/guava/javadoc/com/google/common/collect/
Sets.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
127 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149 <TR ALIGN="right" VALIGN="">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <TR ALIGN="right" VALIGN="">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185 <TR ALIGN="right" VALIGN="">
200 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <TR ALIGN="right" VALIGN=""
    [all...]
ImmutableList.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
143 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191 <TR ALIGN="right" VALIGN="">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206 <TR ALIGN="right" VALIGN="">
218 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
    [all...]
  /external/guava/javadoc/com/google/common/io/class-use/
InputSupplier.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
114 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
123 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 419 /* If the considered text is completely to the left or right of the
427 /* record the smallest margins on the left and right */
462 a view-width to the left or right, is considered.
493 if (leftOver > 0 && rightOver >= 0) { // off to the right
497 if (center < mMostRight) // move to center loses right-most text?
542 /* If the considered text is completely to the left or right of the
557 /* record the smallest margins on the left and right */
659 SkIRect fatter = {r->x(), r->y(), r->right(), r->bottom()};
761 bounds.x(), bounds.y(), bounds.right(), bounds.bottom(),
900 ASSERT(maxWorkingVertical() <= mViewBounds.right());
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 1199 NJ_UINT16 right, mid = 0, left, max; local
1397 NJ_UINT16 right, mid = 0, left, max = 0; local
2312 NJ_UINT16 right, mid = 0, left, max; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
ComparableTimSort.java 159 * March over the array once, left to right, finding natural runs,
217 // Set left (and right) to the index where a[start] (pivot) belongs
219 int right = start; local
220 if (DEBUG) assert left <= right;
224 * pivot < all in [right, start).
226 while (left < right) {
227 int mid = (left + right) >>> 1;
229 right = mid;
233 if (DEBUG) assert left == right; local
476 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs
    [all...]
  /external/opencore/doc/oscl_html/
classOsclUDPSocket.html 23 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a0">~OsclUDPSocket</a> ()</td></tr>
24 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a1">Close</a> ()</td></tr>
25 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a2">Bind</a> (<a class="el" href="classOsclNetworkAddress.html">OsclNetworkAddress</a> &amp;aAddress)</td></tr>
26 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a3">Join</a> (<a class="el" href="classOsclNetworkAddress.html">OsclNetworkAddress</a> &amp;aAddress)</td></tr>
27 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="oscl__socket__types_8h.html#a20">TPVSocketEvent</a>&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a4">BindAsync</a> (<a class="el" href="classOsclNetworkAddress.html">OsclNetworkAddress</a> &amp;aAddress, int32 aTimeoutMsec=(-1))</td></tr>
28 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a5">CancelBind</a> ()</td></tr>
29 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF uint8 *&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a6">GetRecvData</a> (int32 *aLength)</td></tr>
30 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF uint8 *&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a7">GetSendData</a> (int32 *aLength)</td></tr>
31 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="oscl__socket__types_8h.html#a20">TPVSocketEvent</a>&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket.html#a8">SendTo</a> (const uint8 *aPtr, uint32 aLen, <a class="el" href="classOsclNetworkAddress.html">OsclNetworkAddress</a> &amp;aAddress, int32 aTimeoutMsec=-1)</td></tr>
32 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOsclUDPSocket (…)
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 250 a.right().type() != b.right().type() ||
258 if (!a.left().isIntrinsicOrAuto() && !a.right().isIntrinsicOrAuto())
463 // Make sure these left/top/right/bottom checks stay below all layout checks and above
530 void RenderStyle::setClip(Length top, Length right, Length bottom, Length left)
534 data->clip.m_right = right;
759 // right
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 89 * Right most edge of a child seen so far during layout.
209 // right overlaps it)
371 // If moved left, there will be empty space on the right
448 * to the right.
577 * moving to the right, so views are scrolling to the left. -1
584 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right;
715 * will either be the left or right edge of the view, depending on
718 * building from left to right)?
732 // Remember left and right edges of where views have been placed
760 * will either be the left or right edge of the view, depending o
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java 248 // XXX right now the app process has complete control over
575 // right now to interact with applications.
715 pf.right = df.right = vf.right = displayWidth;
741 df.right = mW;
745 vf.right = mCurRight;
751 df.right = vf.right = mCurRight;
756 df.right = vf.right = mW
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 294 public int saveLayer(float left, float top, float right, float bottom,
296 return native_saveLayer(mNativeCanvas, left, top, right, bottom,
325 public int saveLayerAlpha(float left, float top, float right, float bottom,
327 return native_saveLayerAlpha(mNativeCanvas, left, top, right, bottom,
465 rect.left, rect.top, rect.right, rect.bottom,
479 rect.left, rect.top, rect.right, rect.bottom,
509 * @param right The right side of the rectangle to intersect with the
516 public boolean clipRect(float left, float top, float right, float bottom,
518 return native_clipRect(mNativeCanvas, left, top, right, bottom
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutTest.java 107 // Initial gravity for this RelativeLayout is Gravity.Right.
157 // -- BOTTOM && RIGHT
160 relativeLayout.setGravity(Gravity.BOTTOM | Gravity.RIGHT);
228 // RIGHT
231 relativeLayout.setHorizontalGravity(Gravity.RIGHT);

Completed in 591 milliseconds

<<61626364656667686970>>