Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/tools/preload/
DLoadedClass.java96 int middle = size / 2; in calculateMedian() local
99 return times[middle]; in calculateMedian()
102 return (times[middle - 1] + times[middle]) / 2; in calculateMedian()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java102 boolean middle = false; in horizontalButtonSlots()
110 middle = true; in horizontalButtonSlots()
126 if (middle) { in horizontalButtonSlots()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_launcher.jd151 <td style="border:0; vertical-align:middle">Icons should not be overly complicated. Remember
159 <td style="border:0; vertical-align:middle">Icons should not be cropped. Use unique shapes
168 <td style="border:0; vertical-align:middle">Icons should not be thin. They should have a
176 <td style="border:0; vertical-align:middle">Icons should make use of the alpha channel, and
Dmenu_design.jd464 When in the middle of an operation that needs to be completed.<br>
481 is too long, the system truncates it in the middle. Thus, "Create Notification"
503 the middle of a procedure and should not be allowed to start a new global task
Dactivity_task_design.jd1139 could be in the middle of typing text the moment the dialog appears
/frameworks/base/docs/html/distribute/googleplay/promote/
Dbadges.jd46 vertical-align:middle;
52 vertical-align:middle;
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css223 vertical-align: middle;
244 vertical-align: middle;
/frameworks/base/core/java/android/widget/
DEditor.java1465 int middle = bottom; in updateCursorsPositions() local
1468 middle = (top + bottom) >> 1; in updateCursorsPositions()
1471 updateCursorPosition(0, top, middle, getPrimaryHorizontal(layout, hintLayout, offset)); in updateCursorsPositions()
1474 updateCursorPosition(1, middle, bottom, layout.getSecondaryHorizontal(offset)); in updateCursorsPositions()
2865 int middle = (mTextView.getSelectionStart() + mTextView.getSelectionEnd()) / 2; in onClick() local
2867 Selection.setSelection((Spannable) mTextView.getText(), middle); in onClick() local
/frameworks/base/docs/html/google/play/billing/
Dbilling_overview.jd147 providing the checkout user interface (middle screen). When checkout is
/frameworks/compile/slang/
DREADME.rst264 to external influence in the middle of running **root**. The return value
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java293 public void setMiddle(String middle) { mMiddle = middle; } in setMiddle() argument
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd113 middle of providing to the previous Activity. Depending on what your
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd113 middle of providing to the previous Activity. Depending on what your
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd108 at the beginning and end of the animation is less than in the middle.</p><img src=
324 through the middle.</td>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd209 starting in the middle. Alternatively, a clip could be started from the
804 their length in seconds. The middle section displays a running list of what
/frameworks/base/docs/html/design/patterns/
Dsettings.jd346 <li>Which choice is the most neutral or middle-of-the-road?</li>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd174 The middle right-hand pane displays the <strong>Properties View</strong>,
/frameworks/base/docs/html/tools/help/
Dadt.jd243 <dd>In the middle of the editor is the canvas. It provides the rendered view of your
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd396 bind data to its layout. The {@link android.widget.Adapter} behaves as a middle-man between the data
Ddrag-drop.jd666 // Sets the touch point's position to be in the middle of the drag shadow
/frameworks/base/docs/html/distribute/googleplay/quality/
Dtablet.jd183 …t}images/ui-ex-single-panes.png" style="width:490px;padding:4px;margin-bottom:0em;" align="middle">
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd690 middle. <p>No attributes.</p></dd>
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd509 two digits are reserved for the API Level (4 and 11, respectively), the middle two digits are for
/frameworks/base/docs/html/guide/components/
Dservices.jd445 // the service in the middle of handling another job
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd1047 is highlighted in the middle of the window.

12