Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 25 of 34) 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.jd152 <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
Dmenu_design.jd465 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/
DSpotShadow.cpp1585 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/
Dbadges.jd52 vertical-align:middle;
58 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.java1502 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/
Dio2013.jd202 …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/
Dindex.jd156 When a controller is disconnected in the middle of gameplay, the game should pause, and a dialog
/frameworks/base/docs/html/training/system-ui/
Dimmersive.jd239 automatically hide again after a short delay, or if the user interacts with the middle of the
/frameworks/compile/slang/
DREADME.rst264 to external influence in the middle of running **root**. The return value
/frameworks/base/docs/html/guide/components/
Dintents-common.jd2551 <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/
Dsecurity-gms-provider.jd43 that can leave apps open to a "man-in-the-middle" attack that decrypts
Dsecurity-ssl.jd389 not under your control, because a man-in-the-middle attack could direct traffic to another
/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.jd114 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/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/topics/graphics/
Dprop-animation.jd107 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/
Ddebugging-ui.jd176 The middle right-hand pane displays the <strong>Properties View</strong>,
/frameworks/base/docs/html/design/patterns/
Dsettings.jd354 <li>Which choice is the most neutral or middle-of-the-road?</li>
/frameworks/base/docs/html/tools/help/
Dadt.jd244 <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>
/frameworks/base/docs/html/google/gcm/
Dccs.jd170 receive either, it means that the TCP connection was closed in the middle of the

12