Searched refs:means (Results 1 – 25 of 302) sorted by relevance
12345678910>>...13
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Material.java | 100 public void setup(int[] means, int start, int end) { in setup() argument 101 int[] pos = new int[means.length - 1]; in setup() 102 int[] red = new int[means.length - 1]; in setup() 103 int[] green = new int[means.length - 1]; in setup() 104 int[] blue = new int[means.length - 1]; in setup() 107 pos[i] = (means[i] + means[i + 1]) / 2; in setup()
|
/frameworks/multidex/library/ |
D | README.txt | 8 won't help with linearalloc at execution time. This means that
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 28 call (which means it is called before every draw), the program runs correctly.
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | connectivity_patterns.jd | 40 <p>This means that while the underlying radio state machine varies based on the radio technology, g… 42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading mor…
|
D | redundant_redundant.jd | 30 … your downloads is to download only what you need. In terms of data, that means implementing REST …
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 21 this means that parents will be drawn before (i.e., behind) their children, with 93 which means the {@link android.view.View} wants to be as big as its parent 96 which means that the {@link android.view.View} wants to be just big enough to
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 5 Note: as used here, "short transfer count" means the return value for
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | qisf_ns.tab | 36 /* means of ISFs */
|
D | qpisf_2s.tab | 41 /* means of ISFs */
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_f.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_approx_f.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 85 "control" means (i) the power, direct or indirect, to cause the 121 means any form of electronic, verbal, or written communication sent 302 "control" means (i) the power, direct or indirect, to cause the 338 means any form of electronic, verbal, or written communication sent 566 "control" means (i) the power, direct or indirect, to cause the 602 means any form of electronic, verbal, or written communication sent 799 1.0.1. "Commercial Use" means distribution or otherwise making the 802 1.1. "Contributor" means each entity that creates or contributes to 805 1.2. "Contributor Version" means the combination of the Original 809 1.3. "Covered Code" means the Original Code or Modifications or the [all …]
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 13 // computed for blending color between layers. "Close enough" means L1 distance
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | vignette.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_approx.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | vignette.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_approx.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | vignette.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
D | vignette_approx.rsh | 38 // 1.3 which means no vignette at all because the luminousity difference is
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-overview.jd | 97 This also means that when you request access to a particular API call or 149 is important, because it means the user will be asked to grant permission for 256 minimal access to sensitive information means more downloads for your app.
|
/frameworks/base/docs/html/training/tv/start/ |
D | index.jd | 24 TV apps use the same structure as those for phones and tablets. This approach means you can
|
D | hardware.jd | 208 manifest declarations <em>imply hardware features</em>. This behavior means that requesting some 355 remote controller or game controller. This means that your app must support D-pad input. It also 356 means that your app may need to handle controllers going offline and input from more than one 379 going into sleep mode and disconnecting from the TV device. This means that an app might be
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.jd | 24 app simply as a means to view your web site. Rather, the web pages you embed in your
|
/frameworks/base/docs/html/google/play/licensing/ |
D | index.jd | 20 <p>The licensing service is a secure means of controlling access to your applications. When an
|
/frameworks/base/docs/html/training/printing/ |
D | photos.jd | 47 setting means that some portion of the top and bottom, or left and right edges of the image is
|
12345678910>>...13