Home
last modified time | relevance | path

Searched refs:below (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DPiecewiseLinearIndentationFunctor.java97 int below = (int) itemsBefore; in getValue() local
98 float partialIn = itemsBefore - below; in getValue()
100 if (below == 0) { in getValue()
104 float progress = mBaseValues.get(below - 1) * (1 - partialIn) in getValue()
105 + mBaseValues.get(below) * partialIn; in getValue()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dsobeloperator.cpp49 const int below = (i < height - 1) ? curr + 4 * width : curr; in computeGradient() local
55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left); in computeGradient()
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 + in computeGradient()
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) + in computeGradient()
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above); in computeGradient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskGrouping.java82 public boolean isTaskAboveTask(Task t, Task below) { in isTaskAboveTask() argument
83 return mTaskKeyIndices.containsKey(t.key) && mTaskKeyIndices.containsKey(below.key) && in isTaskAboveTask()
84 mTaskKeyIndices.get(t.key) > mTaskKeyIndices.get(below.key); in isTaskAboveTask()
/frameworks/base/docs/html/guide/topics/ui/layout/
Drelative.jd22 the left-of or below another view) or in positions relative to the parent {@link
37 make one below another, centered in the screen, centered left, and so on. By default, all child
56 <dd>Positions the top edge of this view below the view specified with a resource ID.</dd>
71 For example, you can declare that "view1" be positioned below "view2" even if "view2" is the last
72 view declared in the hierarchy. The example below demonstrates such a scenario.</p>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java174 int below = -1; in createContentFrame() local
176 below = getId(ID_TITLE_BAR); in createContentFrame()
178 below = getId(ID_STATUS_BAR); in createContentFrame()
180 if (below != -1) { in createContentFrame()
181 params.addRule(BELOW, below); in createContentFrame()
/frameworks/base/docs/html/training/
Dbest-permissions-ids.jd8 <p>The articles below highlight key guidelines for using permissions
/frameworks/base/docs/html/guide/practices/app-design/
Dindex.jd6 <p>The documents below help you learn the nuances of Android and get started building great applica…
14 different ways; the documents below explain how you can build Android
/frameworks/base/docs/html/distribute/tools/promote/
Dlinking.jd37 <p>Use the format below to deep-link users directly to a specific app's product
67 <p>Use the format below to link users to a list of apps published by you. The
94 <p>Use the format below to link users to a search query result on Google Play.
124 collections, you can use the format below to link users directly to the
182 below.</p>
193 <p>The table below provides a summary of the URIs currently supported by the Google Play (both on
/frameworks/base/core/java/android/text/
DStaticLayout.java871 int above, int below, int top, int bottom, int v,
901 fm.descent = below;
916 below = fm.descent;
939 mBottomPadding = bottom - below;
943 below = bottom;
949 double ex = (below - above) * (spacingmult - 1) + spacingadd;
961 lines[off + DESCENT] = below + extra;
963 v += (below - above) + extra;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT4 It contains the ARM data versions listed below.
7 is subject to the agreements indicated below.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT4 It contains the ARM data versions listed below.
7 is subject to the agreements indicated below.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT4 It contains the ARM data versions listed below.
7 is subject to the agreements indicated below.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_action_bar.jd73 the table below.</p>
130 and effects shown in Figure 1 and Figure 2, below.</p>
185 <p>Shown below are example extra-high-density Action Bar icons that are used throughout Android
194 below is not intended to be complete.</p>
Dwidget_design.jd118 Layouts and Background Graphics</a> below, using nine-patch backgrounds and flexible layouts for app
123 widgets&mdash;may vary across devices, you can use the table below to roughly estimate your widget's
189 <p>Example calculations are below:</p>
206 <code>minResizeHeight</code>; these values should specify the size below which the widget would be
323 look at the widget design templates below. The downloadable package below includes nine-patch
336 <p>You can obtain the latest App Widget Templates Pack archive using the link below:</p>
Dicon_design_status_bar.jd110 <a href="#size11">Size and format</a> below for details.</li>
120 <a href="#dimming11">Automatic dimming</a> below for more on this behavior.</li>
128 table below.</p>
219 full intensity in the expanded notification panel. An example of what this looks like is shown below
232 <p>Shown below are example extra-high-density status bar icons that are used throughout Android
241 below is not intended to be complete.</p>
380 <p>Shown below are standard high-density status bar icons that are used in
390 even if the system's copy changes. Note that the grid below is not intended to
/frameworks/base/core/java/android/widget/
DListPopupWindow.java904 final boolean below = !mPopup.isAboveAnchor();
920 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
921 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
958 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
964 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
/frameworks/native/opengl/specs/
DREADME4 The table below tracks usage of EGL enumerant values that have been reserved
/frameworks/native/cmds/bugreportz/
Dreadme.md4 the simple protocol defined below.
/frameworks/multidex/library/
DREADME.txt10 limit won't execute on API below 14 because of linearalloc limit.
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-gl-texture-element.jd19 Play and texture compression filtering</a>, below.</p>
61 you declare all of the texture compression formats (from the list below) that
65 compression formats using the same set of well-known strings, as listed below.
80 as a descriptor string. Common descriptor values are listed in the table below.
/frameworks/rs/api/
Drs_allocation_data.spec20 The functions below can be used to get and set the cells that comprise
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java957 final boolean below = !mPopup.isAboveAnchor();
973 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
974 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
1011 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
1017 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
/frameworks/base/docs/html/guide/topics/resources/
Dlayout-resource.jd82 about the <a href="#idvalue">value for {@code android:id}</a> below.
89 "#layoutvalues">valid values</a> below.
96 "#layoutvalues">valid values</a> below.
116 the <a href="#idvalue">value for {@code android:id}</a> below.
123 "#layoutvalues">valid values</a> below.
130 "#layoutvalues">valid values</a> below.
/frameworks/base/docs/html-intl/intl/ru/guide/
Dindex.jd6 <div class="sidebox" style="width:220px"><!-- width to match col-4 below -->
/frameworks/base/docs/html-intl/intl/ko/guide/
Dindex.jd6 <div class="sidebox" style="width:220px"><!-- width to match col-4 below -->

12345678910>>...18