/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 | 152 <td style="border:0; vertical-align:middle">Icons should not be overly complicated. Remember 160 <td style="border:0; vertical-align:middle">Icons should not be cropped. Use unique shapes 169 <td style="border:0; vertical-align:middle">Icons should not be thin. They should have a 177 <td style="border:0; vertical-align:middle">Icons should make use of the alpha channel, and
|
D | menu_design.jd | 465 When in the middle of an operation that needs to be completed.<br> 482 is too long, the system truncates it in the middle. Thus, "Create Notification" 504 the middle of a procedure and should not be allowed to start a new global task
|
/frameworks/base/libs/hwui/ |
D | SpotShadow.cpp | 1585 Vector2 middle = polygon[(i + 1) % polygonLength]; in testConvex() local 1588 double delta = (double(middle.x) - start.x) * (double(end.y) - start.y) - in testConvex() 1589 (double(middle.y) - start.y) * (double(end.x) - start.x); in testConvex() 1595 name, start.x, start.y, middle.x, middle.y, end.x, end.y, delta); in testConvex()
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | badges.jd | 52 vertical-align:middle; 58 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 | 1502 int middle = bottom; in updateCursorsPositions() local 1505 middle = (top + bottom) >> 1; in updateCursorsPositions() 1509 updateCursorPosition(0, top, middle, in updateCursorsPositions() 1513 updateCursorPosition(1, middle, bottom, in updateCursorsPositions() 2959 int middle = (mTextView.getSelectionStart() + mTextView.getSelectionEnd()) / 2; 2961 Selection.setSelection((Spannable) mTextView.getText(), middle);
|
/frameworks/base/docs/html/channels/ |
D | io2013.jd | 202 …e.com/favicon.ico" style="border:0;width:16px;height:16px;vertical-align:middle;margin:0 2px 3px 2…
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 156 When a controller is disconnected in the middle of gameplay, the game should pause, and a dialog
|
/frameworks/base/docs/html/training/system-ui/ |
D | immersive.jd | 239 automatically hide again after a short delay, or if the user interacts with the middle of the
|
/frameworks/compile/slang/ |
D | README.rst | 264 to external influence in the middle of running **root**. The return value
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 2551 <td rowspan="2" style="vertical-align:middle">Alarm</td> 2570 <td style="vertical-align:middle">Communication</td> 2582 <td rowspan="5" style="vertical-align:middle">Fitness</td> 2636 <td style="vertical-align:middle">Local</td> 2648 <td rowspan="3" style="vertical-align:middle">Media</td> 2676 <td style="vertical-align:middle">Web browser</td>
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 43 that can leave apps open to a "man-in-the-middle" attack that decrypts
|
D | security-ssl.jd | 389 not under your control, because a man-in-the-middle attack could direct traffic to another
|
/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 | 114 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/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/topics/graphics/ |
D | prop-animation.jd | 107 at the beginning and end of the animation is less than in the middle.</p><img src= 323 through the middle.</td>
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 176 The middle right-hand pane displays the <strong>Properties View</strong>,
|
/frameworks/base/docs/html/design/patterns/ |
D | settings.jd | 354 <li>Which choice is the most neutral or middle-of-the-road?</li>
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 244 <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>
|
/frameworks/base/docs/html/google/gcm/ |
D | ccs.jd | 170 receive either, it means that the TCP connection was closed in the middle of the
|