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

<<41424344454647484950>>

  /developers/samples/android/notification/CustomNotifications/Application/src/main/res/layout/
notification_expanded.xml 24 android:gravity="right|top">
47 android:layout_gravity="right|top"
  /development/ide/eclipse/
README.importing-to-eclipse.txt 15 You will need to re-index for the changes to get picked up (right click project
21 You will need to re-index for the changes to get picked up (right click project
  /development/samples/ApiDemos/res/layout/
grid_layout_2.xml 40 android:layout_gravity="right"
48 android:layout_gravity="right"
  /development/samples/ApiDemos/res/layout-land/
grid_layout_2.xml 40 android:layout_gravity="right"
48 android:layout_gravity="right"
  /development/samples/Support7Demos/res/layout/
grid_layout_2.xml 41 app:layout_gravity="right"
49 app:layout_gravity="right"
  /development/samples/Support7Demos/res/layout-land/
grid_layout_2.xml 41 app:layout_gravity="right"
49 app:layout_gravity="right"
  /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);
  /development/samples/browseable/CustomNotifications/res/layout/
notification_expanded.xml 24 android:gravity="right|top">
47 android:layout_gravity="right|top"
  /development/samples/browseable/MediaRouter/res/layout-land/
grid_layout_2.xml 40 android:layout_gravity="right"
48 android:layout_gravity="right"
  /development/samples/training/ContactsList/res/layout/
activity_main_twopanes.xml 19 and a ContactDetailFragment on the right. Tapping on a contact in the list loads the details
20 of that contact on the right. -->
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
BoxModelable.java 42 public void setMargins(float left, float top, float right, float bottom);
44 public void setPadding(float left, float top, float right, float bottom);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 144 rangeOriginLabelPaint.setTextAlign(Paint.Align.RIGHT);
152 rangeLabelPaint.setTextAlign(Paint.Align.RIGHT);
402 widgetRect.right - ((rangeAxisLeft)?1:rangeLabelWidth),
408 + gridPaddingTop, gridRect.right - gridPaddingRight,
490 gridRect.right, yPix, linePaint);
493 gridRect.right + rangeLabelTickExtension, yPix, linePaint);
502 xPix = gridRect.right
509 canvas.drawLine(gridRect.left, yPix, gridRect.right, yPix,
544 && domainOriginF <= paddedGridRect.right) {
562 if (xPix >= paddedGridRect.left && xPix <= paddedGridRect.right) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/static/
webapp2.css 118 right: 10px;
126 right: 5px;
128 margin-right: 52px;
130 div.related li.right {
166 float: right;
168 margin-right: -173px;
169 border-right:3px solid #E5ECF9;
190 float:right;
  /external/compiler-rt/lib/builtins/i386/
lshrdi3.S 48 shrdl %cl, %edx, %eax // right shift low by count
49 shrl %cl, %edx // right shift high by count
  /external/compiler-rt/test/asan/TestCases/Linux/
malloc-in-qsort.cc 44 // CHECK-FAST: is located 0 bytes to the right
49 // CHECK-SLOW: is located 0 bytes to the right
overflow-in-qsort.cc 43 // CHECK-FAST: is located 0 bytes to the right of global variable 'global_array
49 // CHECK-SLOW: is located 0 bytes to the right of global variable 'global_array
  /external/dexmaker/src/dx/java/com/android/dx/util/
MutabilityControl.java 22 * and throw the right exception, but it is up to subclasses to place calls
23 * to the checker in all the right places.
TwoColumnOutput.java 28 * one which goes on the right.
40 /** {@code non-null;} pending right column output */
46 /** {@code non-null;} right column writer */
85 * @param rightWidth {@code > 0;} width of the right column, in characters
123 * @param rightWidth {@code >= 1;} width of the right column, in characters
141 * Gets the writer to use to write to the right column.
143 * @return {@code non-null;} the right column writer
213 * Flushes the right column buffer, printing it and clearing the buffer.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs.css 11 float: right;
16 float: right;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 57 // Properties view put on perspective top right
61 IPageLayout.RIGHT,
  /external/eigen/bench/spbench/
spbench.dtd 15 <!ELEMENT RHS (SOURCE)> <!-- A matrix can have one or more right hand side associated. -->
16 <!ELEMENT SOURCE (#PCDATA)> <!-- Source of the right hand side, either generated or provided -->
  /external/expat/doc/
style.css 49 margin-right: 10%;
60 margin-right: 10%;
  /external/fio/tools/plot/
graph3D.gpm 40 #Top Right View
48 #Bottom Right View
  /external/guava/guava/src/com/google/common/collect/
ByFunctionOrdering.java 45 @Override public int compare(F left, F right) {
46 return ordering.compare(function.apply(left), function.apply(right));
CompoundOrdering.java 39 @Override public int compare(T left, T right) {
43 int result = comparators.get(i).compare(left, right);

Completed in 580 milliseconds

<<41424344454647484950>>