Home
last modified time | relevance | path

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/
DMaterial.java100 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/
DREADME.txt8 won't help with linearalloc at execution time. This means that
/frameworks/native/opengl/tests/testViewport/
DREADME28 call (which means it is called before every draw), the program runs correctly.
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd40 <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…
Dredundant_redundant.jd30 … your downloads is to download only what you need. In terms of data, that means implementing REST …
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd21 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/
DREADME.txt5 Note: as used here, "short transfer count" means the return value for
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dqisf_ns.tab36 /* means of ISFs */
Dqpisf_2s.tab41 /* means of ISFs */
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Dvignette_f.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette_approx_f.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/data-binding/compiler/src/main/resources/
DNOTICE.txt85 "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/
Dpixel_format_f32.rsh13 // computed for blending color between layers. "Close enough" means L1 distance
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dvignette.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette_approx.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dvignette.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette_approx.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dvignette.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
Dvignette_approx.rsh38 // 1.3 which means no vignette at all because the luminousity difference is
/frameworks/base/docs/html/training/articles/
Duser-data-overview.jd97 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/
Dindex.jd24 TV apps use the same structure as those for phones and tablets. This approach means you can
Dhardware.jd208 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/
Dindex.jd24 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/
Dindex.jd20 <p>The licensing service is a secure means of controlling access to your applications. When an
/frameworks/base/docs/html/training/printing/
Dphotos.jd47 setting means that some portion of the top and bottom, or left and right edges of the image is

12345678910>>...13