HomeSort by relevance Sort by last modified time
    Searched full:right (Results 126 - 150 of 16279) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
HasCompoundDrawablesMatcher.java 16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) {
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) {
43 return new HasCompoundDrawablesMatcher(left, top, right, bottom);
  /external/skia/src/svg/parser/
SkSVGCircle.cpp 30 SkScalar left, top, right, bottom; local
33 right = cx + r;
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
SkSVGEllipse.cpp 32 SkScalar left, top, right, bottom; local
35 right = cx + rx;
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
  /external/skia/tests/
CanvasStateHelpers.h 23 float right, float bottom, int32_t spacer);
32 float left, float top, float right, float bottom, int32_t spacer);
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
From2iToMS_16x16.c 33 LVM_INT32 temp1,left,right; local
40 right = (LVM_INT32)*src;
44 temp1 = (left+right)>>1;
49 temp1 = (left-right)>>1;
  /frameworks/base/core/java/android/util/
LayoutDirection.java 20 * A class for defining layout directions. A layout direction can be left-to-right (LTR)
21 * or right-to-left (RTL). It can also be inherited (from a parent) or deduced from the default
36 * Horizontal layout direction is from Left to Right.
41 * Horizontal layout direction is from Right to Left.
  /frameworks/base/core/java/android/view/animation/
ClipRectLRAnimation.java 22 * Special case of ClipRectAnimation that animates only the left/right
46 mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it),
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
SystemViewInfo.java 30 int right, int bottom) {
31 super(name, cookie, left, top, right, bottom);
35 int right, int bottom, Object viewObject, Object layoutParamsObject) {
36 super(name, cookie, left, top, right, bottom, viewObject,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FloatRect.h 29 float right; 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; }
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio_aac.h 46 /* Primary channel on both left and right channels */
48 /* Secondary channel on both left and right channels */
50 /* Primary channel on right channel and 2nd on left channel */
52 /* 2nd channel on right channel and primary on left channel */
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio_aac.h 46 /* Primary channel on both left and right channels */
48 /* Secondary channel on both left and right channels */
50 /* Primary channel on right channel and 2nd on left channel */
52 /* 2nd channel on right channel and primary on left channel */
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio_aac.h 46 /* Primary channel on both left and right channels */
48 /* Secondary channel on both left and right channels */
50 /* Primary channel on right channel and 2nd on left channel */
52 /* 2nd channel on right channel and primary on left channel */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggested_word.h 31 bool operator()(const SuggestedWord &left, const SuggestedWord &right) {
32 if (left.getScore() != right.getScore()) {
33 return left.getScore() > right.getScore();
35 return left.getCodePointCount() < right.getCodePointCount();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/
stubs.h 1 /* This file selects the right generated file of `__stub_FUNCTION' macros
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/
stubs.h 1 /* This file selects the right generated file of `__stub_FUNCTION' macros
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/
stubs.h 1 /* This file selects the right generated file of `__stub_FUNCTION' macros
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
66 XObject right = m_right.execute(xctxt, true); local
68 boolean result = left.equals(right) ? true : false;
70 right.detach();
  /packages/apps/Camera2/src/com/android/camera/ui/
MarginDrawable.java 59 if (s.top < s.bottom && s.left < s.right) {
62 canvas.drawRect(0, 0, cb.right, s.top + 1, mPaint);
67 if (s.right < cb.right) {
68 canvas.drawRect(s.right - 1, s.top, cb.right, s.bottom, mPaint);
71 canvas.drawRect(0, s.bottom - 1, cb.right, cb.bottom, mPaint);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityViewTreeReportingTest.java 42 // Check if the first child is the right one.
48 // Check if the second child is the right one.
54 // Check if the third child is the right one.
69 // Check if the first child is the right one.
75 // Check if the second child is the right one.
81 // Check if the third child is the right one.
96 // Check if the first child is the right one.
102 // Check if the second child is the right one.
108 // Check if the third child is the right one.
114 // Check if the fourth child is the right one
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
demo.html 139 </th></tr><tr><td align="right">Sun JDK 1.7.0-b12</td><td align="right">
141 </td><td align="right">
144 </td><td align="right">68</td><td align="right">180</td><td align="right">954</td><td align="right">654</td><td align="right">597
146 </td></tr><tr><td align="right">eclipse-SDK-3.3M7-solaris-gtk</td><td align="right">
    [all...]
  /external/v8/src/compiler/
node-matchers.h 108 // right hand sides of a binary operation and can put constants on the right
110 template <typename Left, typename Right>
118 const Right& right() const { return right_; } function in struct:v8::internal::compiler::FINAL
120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
121 bool LeftEqualsRight() const { return left().node() == right().node(); }
125 if (left().HasValue() && !right().HasValue()) {
128 node()->ReplaceInput(1, right().node());
133 Right right_
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
StateCluster.java 30 /** A Cluster object points to the left/right (start and end) states of a
35 public NFAState right; field in class:StateCluster
37 public StateCluster(NFAState left, NFAState right) {
39 this.right = right;
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 37 unsigned int left, right; local
45 right = num_events[-tree[i + 1]];
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
50 branch_ct[i >> 1][1] = right;
51 return left + right;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_treewriter.c 37 unsigned int left, right; local
45 right = num_events[-tree[i + 1]];
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
50 branch_ct[i >> 1][1] = right;
51 return left + right;
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
RectEvaluatorCompat.java 41 int right = startValue.right + (int) ((endValue.right - startValue.right) * fraction); local
43 return new Rect(left, top, right, bottom);

Completed in 856 milliseconds

1 2 3 4 56 7 8 91011>>