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

<<31323334353637383940>>

  /cts/tests/tests/text/src/android/text/style/cts/
DynamicDrawableSpanTest.java 52 assertEquals(rect.right, dynamicDrawableSpan.getSize(null, null, 0, 0, fm));
60 assertEquals(rect.right, dynamicDrawableSpan.getSize(null, null, 0, 0, null));
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 73 int right = mButton.getRight(); local
75 mXInside = (mButton.getLeft() + right) / 3;
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 191 Rect rcChild1 = new Rect(rcChild0.right, 0, 70, rc.bottom);
192 Rect rcChild2 = new Rect(rcChild1.right, 0, rc.right, rc.bottom);
193 absSpinner.layout(rc.left, rc.top, rc.right, rc.bottom);
195 rcChild0.right, rcChild0.bottom);
197 rcChild1.right, rcChild1.bottom);
199 rcChild2.right, rcChild2.bottom);
206 absSpinner.pointToPosition(rc.right + 1, rc.bottom - 1));
  /cts/tools/signature-tools/templates/
Styles.st 34 right:0px;
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 121 final int right = getWidth() - getPaddingRight(); local
129 layoutDecorated(v, left, top, right, bottom);
153 final int right = getWidth() - getPaddingRight(); local
168 layoutDecorated(v, left, top, right, bottom);
188 layoutDecorated(v, left, top, right, bottom);
208 final int right = getWidth() - getPaddingRight(); local
220 layoutDecorated(v, left, top, right, bottom);
235 layoutDecorated(v, left, top, right, bottom);
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function_test.cc 330 const ParameterBlock* right) {
332 CHECK_NOTNULL(right);
333 EXPECT_EQ(left->user_state(), right->user_state());
334 EXPECT_EQ(left->Size(), right->Size());
335 EXPECT_EQ(left->Size(), right->Size());
336 EXPECT_EQ(left->LocalSize(), right->LocalSize());
337 EXPECT_EQ(left->local_parameterization(), right->local_parameterization());
338 EXPECT_EQ(left->IsConstant(), right->IsConstant());
  /external/chromium-trace/trace-viewer/src/ui/
drag_handle.css 31 border-right: 1px solid #8e8e8e;
  /external/chromium_org/ash/wm/
window_resizer.cc 29 // Returns true for resize components along the right edge, where a drag in
133 // position. For example, dragging the left edge to the right should stop
156 new_bounds.right() < work_area.x() + kMinimumOnScreenArea) {
157 int delta = work_area.x() + kMinimumOnScreenArea - new_bounds.right();
159 } else if (new_bounds.x() > work_area.right() - kMinimumOnScreenArea) {
160 int width = new_bounds.right() - work_area.right() +
162 new_bounds.set_x(work_area.right() - kMinimumOnScreenArea);
230 std::min(screen_work_area.right(),
256 details().initial_bounds_in_parent.right();
    [all...]
  /external/chromium_org/cc/resources/
layer_quad.cc 38 const Edge& right,
42 right_(right),
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.h 130 void SetPrimaryButtonRight(bool right);
195 // Sets the primary mouse button to the right button if |right| is true.
196 virtual void SetPrimaryButtonRight(bool right) = 0;
  /external/chromium_org/chrome/browser/resources/
about_invalidations.css 23 margin-right: auto;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
enterprise_info.css 13 margin-right: auto;
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.css 30 right: 0;
  /external/chromium_org/chrome/browser/resources/instant/
instant.css 18 padding-right: 5px;
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.css 18 background-position: right;
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 18 right: 0;
36 /* Scrollbar width(13px) + balance right padding. */
38 padding-right: 80px;
87 right: 0 !important;
119 -webkit-transition: left 200ms, right 200ms, top 200ms;
  /external/chromium_org/chrome/browser/resources/options/
options_settings_app.css 44 html.settings-app .language-options-right {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index_interface.h 28 bool operator==(const ParentIDAndTitle& left, const ParentIDAndTitle& right);
29 bool operator<(const ParentIDAndTitle& left, const ParentIDAndTitle& right);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css 18 right: 0;
78 right: 7px;
85 right: auto;
131 .overlay .page .action-area-right {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.css 43 right: 20px;
  /external/chromium_org/components/copresence/
timed_map.h 76 bool operator()(const KeyTimeTuple& left, const KeyTimeTuple& right) const {
77 return left.second > right.second;
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 80 double right,
110 double right, double bottom, int rotation);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
devicesView.css 49 padding-right: 10px;
webSocketFrameView.css 16 right: 0;
  /external/chromium_org/third_party/icu/source/i18n/
cecal.cpp 65 CECalendar::operator=(const CECalendar& right)
67 Calendar::operator=(right);

Completed in 1274 milliseconds

<<31323334353637383940>>