Searched defs:left (Results 1 - 25 of 192) sorted by relevance

12345678

/frameworks/native/include/android/
H A Drect.h31 int32_t left; member in struct:ARect
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; local
37 left = (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
19 int oleft= left;
21 String mid= (String)values.elementAt((left + right) / 2);
23 while (((String)(values.elementAt(left))).compareTo(mid) < 0)
24 left++;
27 if (left <= right) {
28 swapper.swap(values, left, right);
29 left++;
32 } while (left <
[all...]
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Semaphore.c133 struct timespec left; local
171 nanosleep(&ts, &left);
H A DM4OSA_Mutex.c135 struct timespec left; local
178 nanosleep(&ts, &left);
/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.java31 public final int left; field in class:Insets
36 private Insets(int left, int top, int right, int bottom) { argument
37 this.left = left;
48 * @param left the left 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,
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFloatRect.h27 float left; member in class:android::FloatRect
34 : left(other.left), top(other.top), right(other.right), bottom(other.bottom) { }
36 inline float getWidth() const { return right - left; }
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s28 left RN 2 label
60 CMP left, #0
66 SUBS left, left, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S28 #define left r2 define
44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center,
51 CMP left, #0
57 SUBS left, left, #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 DScrollingMovementMethod.java29 protected boolean left(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
H A DArrowKeyMovementMethod.java69 protected boolean left(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
H A DLinkMovementMethod.java79 protected boolean left(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
84 return super.left(widget, buffer);
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java26 * <li>Provides methods to move the cursor up / down / left / right.</li>
136 * Move left one box, potentially flipping to the previous month.
140 public boolean left() { method in class:DayOfMonthCursor
/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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dsobeloperator.cpp45 const int left = (j > 0)? -4 : 0; local
53 (*(dataPtr + curr + c + right) - *(dataPtr + curr + c + left)) * 2 +
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) +
55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left);
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
H A Dstats_scorer.cpp45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray)
48 int xStart = static_cast<int>(width * left);
43 Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore( JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DNinePatch_Delegate.java179 (int) loc.left, (int) loc.top, (int) loc.right, (int) loc.bottom,
188 loc.left, loc.top, loc.right, loc.bottom,
201 final int left, final int top, final int right, final int bottom,
220 new Rect(left, top, right, bottom),
243 left, top, right - left, bottom - top, destDensity, srcDensity);
200 draw(int canvas_instance, final int left, final int top, final int right, final int bottom, int bitmap_instance, int chunk, int paint_instance_or_null, final int destDensity, final int srcDensity) argument
/frameworks/native/libs/ui/
H A DRect.cpp31 left = 0;
41 if (left < rhs.left) {
43 } else if (left == rhs.left) {
57 right -= left - x;
59 left = x;
65 left += x;
73 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y);
78 const Rect result(left
101 int left = height - result.bottom; local
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java40 public static void postInvalidateOnAnimation(View view, int left, int top, argument
42 view.postInvalidate(left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java69 private boolean applyInsets(View view, Rect insets, boolean left, boolean top, argument
73 if (left && lp.leftMargin != insets.left) {
75 lp.leftMargin = insets.left;
/frameworks/av/media/libmedia/
H A DMetadata.cpp146 size_t left = curr - mBegin; local
147 while (left > 0) {
150 if (size < kRecordHeaderSize || size > left) {
160 left -= size;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c107 Word32 left, right; local
108 left = (mdctSpectrumLeft[j] >> 1);
110 mdctSpectrumLeft[j] = left + right;
111 mdctSpectrumRight[j] = left - right;
/frameworks/base/core/java/android/view/
H A DViewOverlay.java293 int left = child.mLeft;
298 dirty.offset(left, top);
307 protected ViewParent invalidateChildInParentFast(int left, int top, Rect dirty) { argument
309 return ((ViewGroup) mHostView).invalidateChildInParentFast(left, top, dirty);

Completed in 811 milliseconds

12345678