/frameworks/base/tools/preload/ |
D | LoadedClass.java | 96 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/ |
D | ListItemFactory.java | 102 boolean middle = false; in horizontalButtonSlots() 110 middle = true; in horizontalButtonSlots() 126 if (middle) { in horizontalButtonSlots()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher.jd | 142 <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
|
D | menu_design.jd | 433 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
|
D | activity_task_design.jd | 1186 could be in the middle of typing text the moment the dialog appears
|
/frameworks/base/docs/html/guide/market/billing/ |
D | index.jd | 63 (middle screen). When checkout is complete, the application resumes.
|
/frameworks/compile/slang/ |
D | README.rst | 264 to external influence in the middle of running **root**. The return value
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 293 public void setMiddle(String middle) { mMiddle = middle; } in setMiddle() argument
|
/frameworks/base/docs/html/guide/practices/design/ |
D | seamlessness.jd | 113 middle of providing to the previous Activity. Depending on what your
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5006 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/ |
D | prop-animation.jd | 108 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/ |
D | jetcreator_manual.jd | 209 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/ |
D | debugging-ui.jd | 174 The middle right-hand pane displays the <strong>Properties View</strong>,
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adt.jd | 243 <dd>In the middle of the editor is the canvas. It provides the rendered view of your
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 690 middle. <p>No attributes.</p></dd>
|
D | drawable-resource.jd | 1514 inner part of the ring (the hole in the middle), as a dimension value or <a
|
/frameworks/base/docs/html/guide/market/publishing/ |
D | multiple-apks.jd | 481 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/ |
D | drag-drop.jd | 666 // Sets the touch point's position to be in the middle of the drag shadow
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
D | services.jd | 452 // the service in the middle of handling another job
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | activity_test.jd | 1094 is highlighted in the middle of the window.
|