/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 | 151 <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
|
D | menu_design.jd | 464 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
|
D | activity_task_design.jd | 1139 could be in the middle of typing text the moment the dialog appears
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
D | badges.jd | 46 vertical-align:middle; 52 vertical-align:middle;
|
/frameworks/base/docs/html/reference/renderscript/ |
D | doxygen.css | 223 vertical-align: middle; 244 vertical-align: middle;
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1465 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/ |
D | billing_overview.jd | 147 providing the checkout user interface (middle screen). When checkout is
|
/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/ |
D | seamlessness.jd | 113 middle of providing to the previous Activity. Depending on what your
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 113 middle of providing to the previous Activity. Depending on what your
|
/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= 324 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/design/patterns/ |
D | settings.jd | 346 <li>Which choice is the most neutral or middle-of-the-road?</li>
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 174 The middle right-hand pane displays the <strong>Properties View</strong>,
|
/frameworks/base/docs/html/tools/help/ |
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/ui/ |
D | declaring-layout.jd | 396 bind data to its layout. The {@link android.widget.Adapter} behaves as a middle-man between the data
|
D | drag-drop.jd | 666 // Sets the touch point's position to be in the middle of the drag shadow
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
D | tablet.jd | 183 …t}images/ui-ex-single-panes.png" style="width:490px;padding:4px;margin-bottom:0em;" align="middle">
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 690 middle. <p>No attributes.</p></dd>
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 509 two digits are reserved for the API Level (4 and 11, respectively), the middle two digits are for
|
/frameworks/base/docs/html/guide/components/ |
D | services.jd | 445 // the service in the middle of handling another job
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 1047 is highlighted in the middle of the window.
|