/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | PiecewiseLinearIndentationFunctor.java | 97 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/ |
D | sobeloperator.cpp | 49 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/ |
D | TaskGrouping.java | 81 public boolean isTaskAboveTask(Task t, Task below) { in isTaskAboveTask() argument 82 return mTaskKeyIndices.containsKey(t.key) && mTaskKeyIndices.containsKey(below.key) && in isTaskAboveTask() 83 mTaskKeyIndices.get(t.key) > mTaskKeyIndices.get(below.key); in isTaskAboveTask()
|
/frameworks/base/core/java/android/text/ |
D | StaticLayout.java | 387 int above, below, top, bottom; in generate() 393 below = okDescent; in generate() 400 below = fitDescent; in generate() 413 below = fmDescent; in generate() 424 above, below, top, bottom, in generate() 509 int above, int below, int top, int bottom, int v, 539 fm.descent = below; 554 below = fm.descent; 577 mBottomPadding = bottom - below; 581 below = bottom; [all …]
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 22 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/docs/html/guide/practices/app-design/ |
D | index.jd | 6 <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/native/opengl/specs/ |
D | README | 4 The table below tracks usage of EGL enumerant values that have been reserved
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | linking.jd | 37 <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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 4 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/ |
D | ARM_DELIVERY.TXT | 4 It contains the ARM data versions listed below. 7 is subject to the agreements indicated below.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 4 It contains the ARM data versions listed below. 7 is subject to the agreements indicated below.
|
/frameworks/multidex/library/ |
D | README.txt | 10 limit won't execute on API below 14 because of linearalloc limit.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_action_bar.jd | 73 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>
|
D | widget_design.jd | 118 Layouts and Background Graphics</a> below, using nine-patch backgrounds and flexible layouts for app 123 widgets—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>
|
D | icon_design_status_bar.jd | 110 <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
|
D | icon_design_menu.jd | 188 some other effects, which are shown below, are used to create depth. Menu icons 234 <p>Shown below are standard high-density menu icons that are used in the Android 244 even if the system's copy changes. Note that the grid below is not intended to 255 (API Level 4) and earlier. Menu icons in Android 2.2 and below are drawn in a 303 effects, which are shown below, are used to create depth.</p>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | supports-gl-texture-element.jd | 19 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.
|
D | uses-feature-element.jd | 46 below.</p> 104 the features (from the list below) that your application uses. </p> 139 features</a> tables, below. Descriptor string values are case-sensitive.</dd> 262 and establishes the set of required features. The sections below provide more 358 the feature as shown below.</p> 366 below, lists the full set of permissions that imply feature requirements and 380 <p>As shown in the table below, Google Play enables filtering for the 418 <p>The examples below illustrate the different filtering effects, based on how 435 <dt>In the second example, below, the same application also declares a target 461 <dt>Finally, in the case below, the same application adds an [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ActivatableNotificationView.java | 374 public void setBelowSpeedBump(boolean below) { in setBelowSpeedBump() argument 375 super.setBelowSpeedBump(below); in setBelowSpeedBump() 376 if (below != mIsBelowSpeedBump) { in setBelowSpeedBump() 377 mIsBelowSpeedBump = below; in setBelowSpeedBump()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | layout-resource.jd | 81 about the <a href="#idvalue">value for {@code android:id}</a> below. 87 or {@code "wrap_content"}). See the <a href="#layoutvalues">valid values</a> below. 93 or {@code "wrap_content"}). See the <a href="#layoutvalues">valid values</a> below. 113 the <a href="#idvalue">value for {@code android:id}</a> below. 119 or {@code "wrap_content"}). See the <a href="#layoutvalues">valid values</a> below. 125 or {@code "wrap_content"}). See the <a href="#layoutvalues">valid values</a> below.
|
/frameworks/base/docs/html/distribute/stories/ |
D | games.jd | 18 The case study presentations below highlight how top game studios are taking
|
/frameworks/base/core/java/android/widget/ |
D | ListPopupWindow.java | 864 final boolean below = !mPopup.isAboveAnchor(); in onKeyDown() 880 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) || in onKeyDown() 881 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) { in onKeyDown() 918 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) { in onKeyDown() 924 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP && in onKeyDown()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 882 final boolean below = !mPopup.isAboveAnchor(); in onKeyDown() 898 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) || in onKeyDown() 899 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) { in onKeyDown() 936 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) { in onKeyDown() 942 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP && in onKeyDown()
|
/frameworks/base/docs/html/distribute/engage/ |
D | app-updates.jd | 27 Check out the video below see how Kiwi uses frequent updates to engage and
|
/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 59 the second level relevant second level theme below.
|