Home
last modified time | relevance | path

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

/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.jd142 <td style="border:0; vertical-align:middle">Icons should not be overly complicated. Remember
150 <td style="border:0; vertical-align:middle">Icons should not be cropped. Use unique shapes
159 <td style="border:0; vertical-align:middle">Icons should not be thin. They should have a
167 <td style="border:0; vertical-align:middle">Icons should make use of the alpha channel, and
Dmenu_design.jd433 When in the middle of an operation that needs to be completed.<br>
450 is too long, the system truncates it in the middle. Thus, "Create Notification"
471 the middle of a procedure and should not be allowed to start a new global task
Dactivity_task_design.jd1186 could be in the middle of typing text the moment the dialog appears
/frameworks/base/docs/html/guide/market/billing/
Dindex.jd63 (middle screen). When checkout is complete, the application resumes.
/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/design/
Dseamlessness.jd113 middle of providing to the previous Activity. Depending on what your
/frameworks/base/core/java/android/widget/
DTextView.java5006 int middle = bottom; in updateCursorsPositions() local
5009 middle = (top + bottom) >> 1; in updateCursorsPositions()
5012 updateCursorPosition(0, top, middle, mLayout.getPrimaryHorizontal(offset)); in updateCursorsPositions()
5015 updateCursorPosition(1, middle, bottom, mLayout.getSecondaryHorizontal(offset)); in updateCursorsPositions()
10343 final int middle = (getSelectionStart() + getSelectionEnd()) / 2; in onClick() local
10345 Selection.setSelection((Spannable) mText, middle); in onClick() local
/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=
299 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/guide/developing/debugging/
Ddebugging-ui.jd174 The middle right-hand pane displays the <strong>Properties View</strong>,
/frameworks/base/docs/html/guide/developing/tools/
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/resources/
Danimation-resource.jd690 middle. <p>No attributes.</p></dd>
Ddrawable-resource.jd1514 inner part of the ring (the hole in the middle), as a dimension value or <a
/frameworks/base/docs/html/guide/market/publishing/
Dmultiple-apks.jd481 two digits are reserved for the API Level (4 and 11, respectively), the middle two digits are for
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd666 // Sets the touch point's position to be in the middle of the drag shadow
/frameworks/base/docs/html/guide/topics/fundamentals/
Dservices.jd452 // the service in the middle of handling another job
/frameworks/base/docs/html/resources/tutorials/testing/
Dactivity_test.jd1094 is highlighted in the middle of the window.