HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 201 - 225 of 4231) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
49 right = width;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
  /external/chromium_org/third_party/polymer/components/core-drawer-panel/
core-drawer-panel.css 35 right-drawer: make drawer on the right side
37 .right-drawer #drawer {
39 right: 0;
42 .right-drawer.transition #drawer {
61 right: 0;
69 .right-drawer #main {
73 .right-drawer.transition #main {
74 transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;
85 right: 0
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-drawer-panel/
core-drawer-panel.css 35 right-drawer: make drawer on the right side
37 .right-drawer #drawer {
39 right: 0;
42 .right-drawer.transition #drawer {
61 right: 0;
69 .right-drawer #main {
73 .right-drawer.transition #main {
74 transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;
85 right: 0
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 44 assertEquals(10, rect.right);
50 assertEquals(1, rect.right);
61 assertEquals(10, rect.right);
66 assertEquals(15, rect.right);
71 assertEquals(15, rect.right);
77 assertEquals(1, rect.right);
88 assertEquals(10, rect.right);
93 assertEquals(5, rect.right);
99 assertEquals(1, rect.right);
110 assertEquals(10, rect.right);
    [all...]
RectTest.java 55 assertEquals(3, mRect.right);
67 assertEquals(3, mRect.right);
77 assertEquals(10, mRect.right);
84 assertEquals(10, mRect.right);
115 assertEquals(6, mRect.right);
130 assertEquals(10, mRect.right);
138 assertEquals(10, mRect.right);
146 // 1. left < right, top < bottom
147 // this.left < this.right, this.top < this.bottom
152 assertEquals(2, mRect.right);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 194 int right = left + (int)(width*mRedRatio); local
195 int right2 = right + (int)(width*mYellowRatio);
203 indicatorLeft = right;
242 if (left < right) {
244 mRect.right = right;
247 width -= (right-left);
248 left = right;
251 mLastLeftDiv = right;
254 right = right2
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_test_util.h 28 void ExpectEquivalentDetails(const FileDetails& left, const FileDetails& right);
30 const FileMetadata& right);
32 const FileTracker& right);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 33 const LayoutRect& right() const { return m_right; } function in struct:blink::GapRects
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
50 return m_left == other.left() && m_center == other.center() && m_right == other.right();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
overviewGrid.css 20 right: 0;
28 right: 0%;
40 border-right: 1px solid black;
52 margin-right: -3px;
59 .overview-grid-window-resizer-right {
61 margin-right: -2px;
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.c 16 long right = (left + 1) % 5; local
19 pthread_mutex_lock(&chop[right]);
22 pthread_mutex_unlock(&chop[right]);
  /frameworks/base/core/java/android/view/animation/
ClipRectAnimation.java 50 int r = mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 60 protected boolean setFrame(int left, int top, int right, int bottom) {
62 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
65 return super.setFrame(left, top, right, bottom);
105 int left, right; local
109 right = chld.right + bkg.right;
113 right = getRight();
115 background.setBounds(left, top, right, bottom);
145 r.bottom = r.right = Integer.MIN_VALUE
    [all...]
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 9 public int right; field in class:Rect
32 out.writeInt(right);
39 right = in.readInt();
  /external/chromium_org/chrome/browser/resources/memory_internals/
snapshot_view.css 6 text-align: right;
30 text-align: right;
35 text-align: right;
  /external/chromium_org/third_party/webrtc/modules/video_render/external/
video_render_external_impl.h 50 const float right, const float bottom);
59 float& right, float& bottom) const;
95 const float right, const float bottom);
100 const float right, const float bottom);
110 const float right, const float bottom);
115 const float top, const float right,
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_impl.h 41 const float right,
50 float& right,
69 const float right,
75 const float right,
85 const float right,
92 const float right,
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 54 const float right,
63 float& right,
99 const float right,
106 const float right,
118 const float right,
126 const float right,
video_render_mac_cocoa_impl.h 54 const float right,
63 float& right,
99 const float right,
106 const float right,
118 const float right,
126 const float right,
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_windows_impl.h 59 const float right, const float bottom);
68 float& right, float& bottom) const;
104 const float right, const float bottom);
109 const float right, const float bottom);
119 const float right, const float bottom);
125 const float right, const float bottom);
  /external/chromium_org/ui/base/ime/
candidate_window.cc 39 const Entry& right = cw.candidates_[i]; local
40 if (left.value != right.value ||
41 left.label != right.label ||
42 left.annotation != right.annotation ||
43 left.description_title != right.description_title ||
44 left.description_body != right.description_body)
  /packages/apps/Launcher3/src/com/android/launcher3/
BorderCropDrawable.java 47 mBoundsShift.right = mPadding.right;
48 mPadding.right = 0;
61 bounds.right + mBoundsShift.right,
68 return (padding.left | padding.top | padding.right | padding.bottom) != 0;
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Div.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() / right.num());
Minus.java 39 * @param right non-null reference to the evaluated right operand.
46 public XObject operate(XObject left, XObject right)
49 return new XNumber(left.num() - right.num());
Mod.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() % right.num());
Mult.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() * right.num());

Completed in 766 milliseconds

1 2 3 4 5 6 7 891011>>