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

<<41424344454647484950>>

  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/ndk/platforms/android-L/include/linux/tc_ematch/
tc_em_meta.h 120 struct tcf_meta_val right; member in struct:tcf_meta_hdr
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 122 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft,
222 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
223 super.onLayout(changed, left, top, right, bottom);
226 float scaleWidth = (right-left)/TRAVERSE_PATH_SIZE;
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 80 // Adds an item at the bottom-right quarter of the custom view.
142 * @param right Right coordinate as a fraction of the parent width,
145 public void addItem(String description, float top, float left, float bottom, float right) {
147 item.bounds = new RectF(top, left, bottom, right);
223 out.right = (int) (in.right * width);
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabStrip.java 129 int right = selectedTitle.getRight(); local
142 right = (int) (mSelectionOffset * nextTitle.getRight() +
143 (1.0f - mSelectionOffset) * right);
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right,
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 28 * This custom TextView can be skewed to the left or right to enable anticipation and
81 (int) (mTempRect.right +.5f), (int) (mTempRect.bottom + .5f));
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 104 * @param right non-null reference to the evaluated right operand.
110 public abstract XObject operate(XObject right)
  /external/chromium-trace/trace-viewer/src/ui/
value_bar.css 78 border-right: none;
88 border-right: 1px solid black;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ExternalVideoSurfaceContainer.java 192 * @param right The absolute CSS X coordinate of the right side of the video element.
197 int playerId, float left, float top, float right, float bottom) {
202 mRight = right;
227 float right = bottomRight.getXPix(); local
231 int width = Math.round(right - left);
  /external/chromium_org/ash/frame/
header_painter_util.cc 36 // right relative to the header. Now that we have removed the left edge frame
66 int x = left_view ? left_view->bounds().right() + kTitleIconOffsetX
  /external/chromium_org/ash/host/
ash_window_tree_host_x11.cc 63 barrier.right(),
73 barrier.right(),
88 // Vertical, right barriers.
91 barrier.right(),
93 barrier.right(),
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 204 else if (bubble_rect.right() > monitor_rect.right())
205 offset = monitor_rect.right() - bubble_rect.right();
shelf_bezel_event_filter.cc 69 if (point.x() >= screen.right())
  /external/chromium_org/ash/wm/
window_util.cc 98 return gfx::Rect(work_area_in_parent.right() - width,
124 if (bounds->right() < visible_area.x() + min_width) {
126 } else if (bounds->x() > visible_area.right() - min_width) {
127 bounds->set_x(visible_area.right() - min_width);
  /external/chromium_org/cc/output/
filter_operations.cc 58 int* right,
61 *top = *right = *bottom = *left = 0;
72 *right += spread;
77 *right += spread + op.drop_shadow_offset().x();

Completed in 820 milliseconds

<<41424344454647484950>>