/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorBar.java | 39 private class Background extends GLView { 60 GLView background = new Background(); local 61 background.setVisibility(GLView.INVISIBLE); 62 addComponent(background); 76 public void setBackground(NinePatchTexture background) { 77 if (mBackground == background) return; 78 mBackground = background; 79 if (background != null) { 80 setPaddings(background.getPaddings()) 152 GLView background = getComponent(0); local 158 GLView background = getComponent(0); local [all...] |
/external/qemu/android/skin/ |
window.c | 33 typedef struct Background { 37 } Background; 40 background_done( Background* back ) 46 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame ) 60 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface ) 514 Background* background; member in struct:Button 523 button->background = NULL; 527 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout ) 532 button->background = back [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetSegGraph.py | 212 dc.Background = wx.Brush(wx.WHITE)
222 dc.Background = wx.Brush(wx.WHITE)
344 dc.Background = wx.Brush(wx.WHITE)
|
/external/v8/benchmarks/ |
raytrace.js | 69 // flog/background.js 310 background : null, 320 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 618 Flog.RayTracer.Background = Class.create(); 620 Flog.RayTracer.Background.prototype = { 708 return scene.background.color; 742 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 783 refl.color = scene.background.color; 851 scene.background = new Flog.RayTracer.Background [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 64 // flog/background.js 305 background : null, 315 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 613 Flog.RayTracer.Background = Class.create(); 615 Flog.RayTracer.Background.prototype = { 703 return scene.background.color; 737 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 778 refl.color = scene.background.color; 846 scene.background = new Flog.RayTracer.Background [all...] |
/external/webkit/WebCore/css/ |
CSSStyleSelector.cpp | 213 HANDLE_FILL_LAYER_INHERIT_AND_INITIAL(background, Background, prop, Prop) 216 HANDLE_FILL_LAYER_VALUE(background, Background, prop, Prop, value) [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |