HomeSort by relevance Sort by last modified time
    Searched full:transparent (Results 126 - 150 of 1698) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustomHelpers.cpp 49 : m_endings("transparent")
74 ASSERT(m_endings == "transparent");
80 if (m_endings != "transparent" && m_endings != "native") {
81 exceptionState.throwTypeError("The 'endings' property must be either 'transparent' or 'native'.");
112 ASSERT(endings == "transparent" || endings == "native");
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloMaterial.java 49 * How to make objects transparent, or let colors "leak" through partially
50 * transparent textures. How to make bumpy and shiny surfaces. */
70 /** A translucent/transparent texture, similar to a window frame. */
76 window_frame.setQueueBucket(Bucket.Transparent);
80 /** A cube with its base color "leaking" through a partially transparent texture */
  /cts/tests/tests/graphics/src/android/graphics/cts/
LightingColorFilterTest.java 55 bitmap.eraseColor(Color.TRANSPARENT);
57 paint.setColorFilter(new LightingColorFilter(Color.TRANSPARENT, Color.argb(0, 0, 0xFF, 0)));
75 bitmap.eraseColor(Color.TRANSPARENT);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 34 * that's transparent in the default state, and contains a semi-transparent overlay
96 // nor pressed, the drawable will be transparent, so just the image
  /external/chromium_org/third_party/WebKit/ManualTests/plugins/
windowless.html 5 <title>Transparent Flash Test File</title>
70 wmode="transparent"
103 <input type="button" value="Toggle transparent div" onClick="toggleDivOverFlash()"<br/>
  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 67 EGLint mTransparentRedValue; // Transparent red value
68 EGLint mTransparentGreenValue; // Transparent green value
69 EGLint mTransparentBlueValue; // Transparent blue value
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 55 /* package */final boolean transparent; field in class:MaterialContext
173 //(in blender transparent mask is 0x10000 but its better to verify it because blender can indicate transparency when
175 boolean transparent = false;
177 transparent = diffuseColor.a < 1.0f;
183 transparent = transparent || specularColor.a < 1.0f;
186 transparent = transparent || ambientColor.a < 1.0f;
188 this.transparent = transparent;
    [all...]
  /external/proguard/docs/
style.css 151 background: transparent;
178 background: transparent;
187 background: transparent;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC_s.h 14 ;/** transparent status */
17 OMX_VIDEO_TRANSPARENT EQU 0; /** Wholly transparent */
18 OMX_VIDEO_PARTIAL EQU 1; /** Partially transparent */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC_s.h 14 ;/** transparent status */
17 OMX_VIDEO_TRANSPARENT EQU 0; /** Wholly transparent */
18 OMX_VIDEO_PARTIAL EQU 1; /** Partially transparent */
  /packages/apps/Gallery2/res/layout/
filtershow_editor_panel.xml 65 android:background="@android:color/transparent"
89 android:background="@android:color/transparent"
109 android:background="@android:color/transparent"
filtershow_history_panel.xml 30 android:background="@android:color/transparent"
44 android:divider="@android:color/transparent"
  /prebuilts/tools/common/proguard/proguard4.7/docs/
style.css 164 background: transparent;
191 background: transparent;
200 background: transparent;
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.css 41 -webkit-tap-highlight-color: transparent;
66 -webkit-tap-highlight-color: transparent;
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 55 border-bottom-color: transparent;
56 border-right-color: transparent;
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
contentscript.js 61 '45deg, transparent, transparent 35px,' +
  /external/chromium_org/ppapi/api/
ppp_input_event.idl 32 * not receive focus. This allows an instance to be partially transparent,
33 * where clicks on the transparent areas will behave like clicks to the
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.h 35 // Enables locking the mouse when the host sets a completely transparent mouse
79 // the cursor image is completely transparent. This can be interpreted as
  /external/chromium_org/remoting/webapp/
toolbar.css 73 border-left: 5px solid transparent;
74 border-right: 5px solid transparent;
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 41 * A cube with a color "bleeding" through transparent texture. Uses
52 * A cube with a color "bleeding" through transparent texture. Uses
  /frameworks/base/core/res/res/layout/
preference_list_fragment.xml 24 android:background="@android:color/transparent"
37 android:cacheColorHint="@android:color/transparent"
  /frameworks/base/packages/Keyguard/res/values/
alias.xml 23 <item type="color" name="transparent">@android:color/transparent</item>
  /frameworks/support/v4/java/android/support/v4/view/
WindowCompat.java 41 * an Action Bar with a transparent background or otherwise displaying a transparent/translucent
  /packages/apps/DeskClock/res/values/
colors.xml 31 <!-- Transparent background for use in the footer. 80% opacity. The color must remain the same as "blackish" above. -->
36 <color name="transparent">#00000000</color>
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateLayout.java 33 // The transparent background here is a workaround of the render issue
37 setBackgroundResource(android.R.color.transparent);

Completed in 1042 milliseconds

1 2 3 4 56 7 8 91011>>