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

<<41424344454647484950>>

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 136 final int right = left + drawable.getIntrinsicWidth(); local
137 drawable.setBounds(left, 0, right, drawable.getIntrinsicHeight());
139 left = right + mResources.iconMargin;
145 final int right = left + mResources.videoCall.getIntrinsicWidth(); local
146 drawable.setBounds(left, 0, right, mResources.videoCall.getIntrinsicHeight());
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimTimeBar.java 95 mPlayedBar.right = getBarPosFromTime(mCurrentTime);
97 mScrubberLeft = mPlayedBar.right - mScrubber.getWidth() / 2;
105 mPlayedBar.right = mProgressBar.left;
108 mTrimEndScrubberLeft = mProgressBar.right - trimEndScrubberTipOffset();
285 upperBound = mProgressBar.right;
  /external/chromium_org/v8/src/arm/
lithium-arm.h 670 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) {
672 inputs_[1] = right;
678 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
798 LMulI(LOperand* left, LOperand* right) {
800 inputs_[1] = right;
804 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
855 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
857 inputs_[1] = right;
861 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1001 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
1007 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1120 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1206 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1225 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1284 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1303 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1322 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1337 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1500 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1515 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1530 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1547 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1574 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2357 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 104 * Preview image resource IDs for left- and right-aligned layouts. See
184 /** Whether decorations should be laid out from right to left. */
486 mPreviewImage.setPadding(padding.left, padding.top, padding.right, padding.bottom);
572 bounds.right += mPreviewImage.getPaddingRight();
588 view.layout(bounds.left, bounds.top, bounds.right, bounds.bottom);
589 view.setPivotX(mLayoutFromRight ? bounds.right - bounds.left : 0);
605 margins.right = mPreviewImage.getPaddingRight();
637 marginRight = margins.right;
656 // Align to the left or right.
659 final int right; local
701 final int right = left + width; local
763 final int right = left + trackWidth; local
1485 final float right = mThumbImage.getRight() + offset; local
1621 final PropertyValuesHolder right = PropertyValuesHolder.ofInt(RIGHT, bounds.right); local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 224 if (r > GGLint(c->state.scissor.right)) {
225 r = GGLint(c->state.scissor.right);
289 if (r > GGLint(c->state.scissor.right)) {
290 r = GGLint(c->state.scissor.right);
428 if (r > GGLint(c->state.scissor.right))
429 r = GGLint(c->state.scissor.right);
546 const int32_t maxx = min(bmaxx, c->state.scissor.right);
558 // right-exclusive fill rule, to avoid rare cases
605 // unfortunately requires divisions in the setup phase to get right,
720 Edge* right,
778 Edge* right = &edges[1]; local
988 AAEdge* right = &edges[1]; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 24 padding-right: 0;
27 float: right;
78 margin-right: 10px;
101 margin-right: 5%;
144 border-right: 1px solid #e5e5e5;
154 border-right-color: #ddd;
173 border-right: 0;
187 right: 0;
261 margin-right: 10px;
618 right: -1px
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 150 x = attach_to.right();
163 edge.secondary_edge, attach_to.x(), attach_to.right() - src.width(),
190 w = src.right() - x;
217 w = src.right() - x;
492 int last_x = details().initial_bounds_in_parent.right();
498 last_x = attached_windows_[i]->bounds().right();
541 // Only support attaching to the right/bottom.
571 int start = PrimaryAxisCoordinate(bounds->right(), bounds->bottom());
572 int end = PrimaryAxisCoordinate(work_area.right(), work_area.bottom());
595 int last = PrimaryAxisCoordinate(bounds->right(), bounds->bottom())
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 203 SimpleTimeZone::operator=(const SimpleTimeZone &right)
205 if (this != &right)
207 TimeZone::operator=(right);
208 rawOffset = right.rawOffset;
209 startMonth = right.startMonth;
210 startDay = right.startDay;
211 startDayOfWeek = right.startDayOfWeek;
212 startTime = right.startTime;
213 startTimeMode = right.startTimeMode;
214 startMode = right.startMode
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 203 SimpleTimeZone::operator=(const SimpleTimeZone &right)
205 if (this != &right)
207 TimeZone::operator=(right);
208 rawOffset = right.rawOffset;
209 startMonth = right.startMonth;
210 startDay = right.startDay;
211 startDayOfWeek = right.startDayOfWeek;
212 startTime = right.startTime;
213 startTimeMode = right.startTimeMode;
214 startMode = right.startMode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorStyle.css 67 right: 0;
145 padding-right: 3px;
226 .toolbar-controls-right {
228 margin-right: 2px;
232 .toolbar-controls-right .status-bar-item
345 text-align: right;
433 margin-right: 0;
442 padding-right: 15px;
463 right: 0;
535 margin-right: 6px
    [all...]
overrides.css 45 padding-right: 10px;
123 margin-right: 5px;
141 text-align: right;
220 text-align: right;
281 margin-right: 4px;
291 margin-right: 3px;
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 52 padding-right: 16px;
82 background-position: right 16px center;
88 padding-right: 16px;
246 right: 0;
294 margin-right: auto;
303 padding-right: 0;
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 38 if (bounds1.right() <= bounds2.x() || bounds1.x() >= bounds2.right())
42 if (bounds2.x() <= bounds1.x() && bounds1.right() <= bounds2.right())
45 if (bounds1.x() <= bounds2.x() && bounds2.right() <= bounds1.right())
49 return (bounds1.x() < bounds2.x()) ? (bounds1.right() - bounds2.x())
50 : (bounds2.right() - bounds1.x());
77 // Return the vertical distance between the right edge of |left_bounds| and
81 return abs(right_bounds.x() - left_bounds.right());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_interactive_uitest_win.cc 151 LONG width = original_tray_notify_rect.right - original_tray_notify_rect.left;
159 LONG new_width = new_tray_notify_rect.right - new_tray_notify_rect.left;
165 new_width = new_tray_notify_rect.right - new_tray_notify_rect.left;
  /external/chromium_org/remoting/host/
verify_config_window_win.cc 93 LONG width = rect.right - rect.left;
95 LONG x = (owner_rect.left + owner_rect.right - width) / 2;
99 x = std::min(x, area_rect.right - width);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBox.h 111 float maxX = std::max(right(), high.x());
131 expandTo(FloatPoint3D(box.x(), box.y(), box.z()), FloatPoint3D(box.right(), box.bottom(), box.front()));
149 float right() const { return m_x + m_width; } function in class:blink::FloatBox
  /external/chromium_org/third_party/ots/src/
kern.cc 95 const size_t kFormat0PairSize = 6; // left, right, and value. 2 bytes each.
127 !table.ReadU16(&kerning_pair.right) ||
132 = (kerning_pair.left << 16) + kerning_pair.right;
182 !out->WriteU16(kern->subtables[i].pairs[j].right) ||
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_neon.S 36 @ Neon instructions can only right shift by an immediate value. To shift right
52 vrshl.s32 q0, q12 @ Round shift right by right_shifts.
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.h 73 float& right,
134 float& right,
144 const float right,
  /external/chromium_org/third_party/webrtc/modules/video_render/
video_render_internal_impl.cc 407 const float right,
428 right, bottom);
522 float& right,
534 left, top, right,
690 const float right,
701 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom);
729 const float right,
741 backgroundColorRef, left, top, right, bottom);
749 const float right,
761 right, bottom)
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
utility.cc 135 int32_t right = 0; local
138 right = source[i] + target[i * 2 + 1];
140 target[i * 2 + 1] = WebRtcSpl_SatW32ToW16(right);
  /external/chromium_org/v8/src/mips/
lithium-mips.h 671 LOperand* right) {
673 inputs_[1] = right;
677 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
793 LMulI(LOperand* left, LOperand* right) {
795 inputs_[1] = right;
799 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
832 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
834 inputs_[1] = right;
838 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
988 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1101 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1187 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1206 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1265 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1284 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1303 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1466 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1481 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1496 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1513 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1540 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2315 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 670 LOperand* right) {
672 inputs_[1] = right;
676 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
792 LMulI(LOperand* left, LOperand* right) {
794 inputs_[1] = right;
798 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
831 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
833 inputs_[1] = right;
837 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
981 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
987 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1100 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1186 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1205 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1264 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1283 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1302 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1465 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1480 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1495 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1512 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1539 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2299 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 685 LModI(LOperand* left, LOperand* right, LOperand* temp) {
687 inputs_[1] = right;
692 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
826 LMulI(LOperand* left, LOperand* right) {
828 inputs_[1] = right;
832 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
841 LCompareNumericAndBranch(LOperand* left, LOperand* right) {
843 inputs_[1] = right;
847 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
988 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1099 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1187 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1206 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1265 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1287 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1306 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1477 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1497 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1512 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1529 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1557 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2344 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-binop-nosse2.js 63 var right = new Checker();
67 right.str = b;
69 assertEquals(check_fun(a,b), fun(left, right));
80 right.check();
93 // Bailout on right
114 // Throw on right

Completed in 950 milliseconds

<<41424344454647484950>>