Searched defs:right (Results 1 - 25 of 153) sorted by relevance

1234567

/frameworks/compile/linkloader/tests/images/
H A Dsimple-test.c27 unsigned int right = 99; local
32 printf("Please input a number [%d-%d]:\n", left, right);
38 if (user < left || user > right) {
47 right = user;
/frameworks/native/include/android/
H A Drect.h33 int32_t right; member in struct:ARect
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; local
40 right = (LVM_INT32)*src;
44 temp1 = (left+right)>>1;
49 temp1 = (left-right)>>1;
/frameworks/base/test-runner/src/junit/runner/
H A DSorter.java15 public void swap(Vector values, int left, int right); argument
18 public static void sortStrings(Vector values , int left, int right, Swapper swapper) { argument
20 int oright= right;
21 String mid= (String)values.elementAt((left + right) / 2);
25 while (mid.compareTo((String)(values.elementAt(right))) < 0)
26 right--;
27 if (left <= right) {
28 swapper.swap(values, left, right);
30 right--;
32 } while (left <= right);
[all...]
/frameworks/base/core/java/android/text/style/
H A DLineBackgroundSpan.java26 int left, int right,
25 drawBackground(Canvas c, Paint p, int left, int right, int top, int baseline, int bottom, CharSequence text, int start, int end, int lnum) argument
/frameworks/base/graphics/java/android/graphics/
H A DInsets.java33 public final int right; field in class:Insets
36 private Insets(int left, int top, int right, int bottom) { argument
39 this.right = right;
50 * @param right the right inset
55 public static Insets of(int left, int top, int right, int bottom) { argument
56 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
59 return new Insets(left, top, right, bottom);
70 return (r == null) ? NONE : of(r.left, r.top, r.right,
[all...]
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DRunData.java31 public int left, top, right, bottom; field in class:RunData.TileData
36 public TileData(int left, int top, int right, int bottom, argument
39 this.right = right;
49 + right + "," + bottom + ")"
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s31 right RN 4 label
61 LDR right, [sp,#0x10]
169 CMP right,#0
175 SUBS right, right, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S31 #define right r4 define
45 i32 right);
52 LDR right, [sp,#0x10]
130 CMP right,#0
136 SUBS right, right, #1
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.h62 state left, right; member in class:android::AudioResamplerCubic
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java83 protected boolean right(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
88 return super.right(widget, buffer);
H A DScrollingMovementMethod.java34 protected boolean right(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
H A DArrowKeyMovementMethod.java79 protected boolean right(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java26 * <li>Provides methods to move the cursor up / down / left / right.</li>
161 * Move right one box, potentially flipping to the next month.
165 public boolean right() { method in class:DayOfMonthCursor
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DNinePatch_Delegate.java184 final int left, final int top, final int right, final int bottom,
198 new Rect(left, top, right, bottom),
221 left, top, right - left, bottom - top, destDensity, srcDensity);
183 draw(int canvas_instance, final int left, final int top, final int right, final int bottom, int bitmap_instance, byte[] c, int paint_instance_or_null, final int destDensity, final int srcDensity) argument
/frameworks/native/libs/ui/
H A DRect.cpp33 right = -1;
48 if (right<rhs.right) {
59 right -= left - x;
70 right+= x;
77 const Rect result(left+rhs.x, top+rhs.y, right+rhs.x, bottom+rhs.y);
83 const Rect result(left-rhs.x, top-rhs.y, right-rhs.x, bottom-rhs.y);
91 result->right = min(right, with.right);
109 int right = height - result.top; local
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DKeyEventCompat.java48 int modifiers, int basic, int left, int right) {
50 final int directional = left | right;
47 metaStateFilterDirectionalModifiers(int metaState, int modifiers, int basic, int left, int right) argument
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java40 int right, int bottom) {
41 view.postInvalidate(left, top, right, bottom);
39 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsContainerView.java104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c107 Word32 left, right; local
109 right = (mdctSpectrumRight[j] >> 1);
110 mdctSpectrumLeft[j] = left + right;
111 mdctSpectrumRight[j] = left - right;
/frameworks/base/core/java/android/net/
H A DNetworkUtils.java214 public static boolean addressTypeMatches(InetAddress left, InetAddress right) { argument
215 return (((left instanceof Inet4Address) && (right instanceof Inet4Address)) ||
216 ((left instanceof Inet6Address) && (right instanceof Inet6Address)));
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java176 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
177 super.internalSetPadding(left, top, right, bottom);
237 final int right;
240 right = left + mCheckMarkWidth;
242 right = width - mBasePadding;
243 left = right - mCheckMarkWidth;
245 checkMarkDrawable.setBounds( left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java129 boolean bottom, boolean right) {
140 if (right && lp.rightMargin != insets.right) {
142 lp.rightMargin = insets.right;
128 applyInsets(View view, Rect insets, boolean left, boolean top, boolean bottom, boolean right) argument
/frameworks/base/libs/hwui/
H A DRect.h35 float right; member in class:android::uirenderer::Rect
47 right(0),
51 inline Rect(float left, float top, float right, float bottom): argument
54 right(right),
61 right(width),
74 left = top = right = bottom = 0.0f;
80 return !((left < right) && (top < bottom));
84 left = top = right = bottom = 0.0f;
87 inline void set(float left, float top, float right, floa argument
[all...]
H A DSnapshot.cpp87 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom);
109 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { argument
112 tmp.set(left, top, right, bottom);
121 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { argument
122 Rect r(left, top, right, bottom);
133 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op);
145 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kUnion_Op);
152 setClip(r.left, r.top, r.right, r.bottom);
158 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op);
170 void Snapshot::setClip(float left, float top, float right, floa argument
195 resetClip(float left, float top, float right, float bottom) argument
[all...]

Completed in 7249 milliseconds

1234567