HomeSort by relevance Sort by last modified time
    Searched full:light (Results 326 - 350 of 1646) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
torus_test.rs 170 // Set light 0 properties
175 // Set light 1 properties
183 // Set light 0 colors
186 // Set light 1 colors
191 // Set light 0 properties for per pixel lighting
198 // Set light 1 properties
  /developers/build/prebuilts/gradle/DoneBar/DoneBarSample/src/main/res/values/
template-styles.xml 21 <style name="Theme.Base" parent="android:Theme.Holo.Light" />
69 <item name="android:fontFamily">sans-serif-light</item>
  /developers/build/templates/ActivityCards/_MODULE_/src/template/res/values/
template-styles.xml 21 <style name="Theme.Base" parent="android:Theme.Holo.Light" />
69 <item name="android:fontFamily">sans-serif-light</item>
  /development/samples/browseable/DoneBar/res/values/
styles.xml 21 <style name="Theme.Base" parent="android:Theme.Holo.Light" />
69 <item name="android:fontFamily">sans-serif-light</item>
  /device/samsung/manta/libsensors/
sensors.cpp 64 { "BH1721fvc Light sensor",
127 light, enumerator in enum:sensors_poll_context_t::__anon2405
155 return light;
195 mSensors[light] = new LightSensor();
196 mPollFds[light].fd = mSensors[light]->getFd();
197 mPollFds[light].events = POLLIN;
198 mPollFds[light].revents = 0;
  /docs/source.android.com/src/devices/
testing_circuit.jd 24 it can show the difference in time between detecting the light and audio.
25 That assumes the LED or backlight response time and light detector's response time
  /external/bzip2/
bzip.css 8 #eeeeee very light gray pre background
9 #f2f2f9 very light blue nav table background
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
LightSource.h 45 // Light vectors must be calculated for every pixel during
48 // light sources require all of them. Instead, we just pass
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
state.h 55 if (ctx->Light.Enabled &&
56 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 78 SkLightingImageFilter(SkLight* light,
84 const SkLight* light() const { return fLight; } function in class:SkLightingImageFilter
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 9 import com.jme3.light.DirectionalLight;
48 // Material mat = new Material(assetManager, "Common/MatDefs/Light/Lighting.j3md");
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestSpatialAnim.java 7 import com.jme3.light.AmbientLight;
8 import com.jme3.light.DirectionalLight;
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentSSAO.java 4 import com.jme3.light.AmbientLight;
5 import com.jme3.light.DirectionalLight;
  /external/mesa3d/src/mesa/main/
state.h 55 if (ctx->Light.Enabled &&
56 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
  /external/skia/include/effects/
SkLightingImageFilter.h 78 SkLightingImageFilter(SkLight* light,
84 const SkLight* light() const { return fLight; } function in class:SkLightingImageFilter
  /frameworks/base/data/fonts/
system_fonts.xml 39 <name>sans-serif-light</name>
42 <file>Roboto-Light.ttf</file>
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 17 void glGetLightfv ( GLenum light, GLenum pname, GLfloat *params )
18 void glGetLightxv ( GLenum light, GLenum pname, GLfixed *params )
  /packages/apps/Browser/res/layout-sw600dp/
title_bar_autologin.xml 36 style="@android:style/Widget.Holo.Light.Spinner" />
40 style="@android:style/Widget.Holo.Light.Button"
  /packages/apps/QuickSearchBox/res/values/
themes.xml 19 <style name="Theme.QuickSearchBox" parent="@android:style/Theme.Light">
36 <style name="Theme.SelectSearchSource" parent="@android:style/Theme.Light.NoTitleBar">
  /packages/apps/UnifiedEmail/res/layout/
conversation_sync_disabled_tip_view.xml 29 android:fontFamily="sans-serif-light"
38 android:fontFamily="sans-serif-light"
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 111 void glGetLightfv(GLenum light, GLenum pname, GLfloat *params)
113 getDispatch()->glGetLightfv(light, pname, params);
141 void glLightf(GLenum light, GLenum pname, GLfloat param)
143 getDispatch()->glLightf(light, pname, param);
146 void glLightfv(GLenum light, GLenum pname, const GLfloat *params)
148 getDispatch()->glLightfv(light, pname, params);
481 void glGetLightxv(GLenum light, GLenum pname, GLfixed *params)
483 getDispatch()->glGetLightxv(light, pname, params);
551 void glLightx(GLenum light, GLenum pname, GLfixed param)
553 getDispatch()->glLightx(light, pname, param)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java 42 import com.jme3.light.AmbientLight;
43 import com.jme3.light.Light;
505 private List<Light> lights;
534 lights = new ArrayList<Light>();
603 * This method adds a light to the result set.
604 * @param light
605 * light to be added to the result set
608 public void addLight(Light light) {
    [all...]
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java 48 * Handles the proximity sensor, light sensor, and animations between states
93 // when it is especially dark outside. The light sensor tends to perform
94 // poorly at low light levels so we compensate for it by making an
126 // Light sensor event rate in milliseconds.
129 // A rate for generating synthetic light sensor events in the case where the light
131 // debounce filter. We only synthesize light sensor measurements when needed.
140 // the light samples. One is a long-term average and the other is a short-term average.
148 // level. This is used for debouncing the light sensor. Different constants
149 // are used to debounce the light sensor when adapting to brighter or darker environments
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 57 0x9208 : "LightSource", // Kind of light source
186 3 : "Tungsten (incandescent light)",
195 17 : "Standard light A",
196 18 : "Standard light B",
197 19 : "Standard light C",
208 0x0005 : "Strobe return light not detected",
209 0x0007 : "Strobe return light detected",
211 0x000D : "Flash fired, compulsory flash mode, return light not detected",
212 0x000F : "Flash fired, compulsory flash mode, return light detected",
216 0x001D : "Flash fired, auto mode, return light not detected"
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 57 0x9208 : "LightSource", // Kind of light source
186 3 : "Tungsten (incandescent light)",
195 17 : "Standard light A",
196 18 : "Standard light B",
197 19 : "Standard light C",
208 0x0005 : "Strobe return light not detected",
209 0x0007 : "Strobe return light detected",
211 0x000D : "Flash fired, compulsory flash mode, return light not detected",
212 0x000F : "Flash fired, compulsory flash mode, return light detected",
216 0x001D : "Flash fired, auto mode, return light not detected"
    [all...]

Completed in 1946 milliseconds

<<11121314151617181920>>