/packages/apps/QuickSearchBox/res/values-xlarge/ |
themes.xml | 33 <item name="android:windowBackground">@android:color/transparent</item> 45 <item name="android:windowBackground">@android:color/transparent</item>
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFImage.cpp | 202 * completely transparent. May be NULL. Only valid when 206 * entirely transparent or opaque. 220 bool transparent = extractAlpha; local 232 &isOpaque, &transparent); 241 &isOpaque, &transparent); 248 &isOpaque, &transparent); 257 *isTransparent = transparent; 259 if (extractAlpha && (transparent || isOpaque)) { 390 // transparent pixels with their surrounding neighbors 397 // and the should-be-transparent pixels are rendere [all...] |
/external/skia/src/pdf/ |
SkPDFImage.cpp | 202 * completely transparent. May be NULL. Only valid when 206 * entirely transparent or opaque. 220 bool transparent = extractAlpha; local 232 &isOpaque, &transparent); 241 &isOpaque, &transparent); 248 &isOpaque, &transparent); 257 *isTransparent = transparent; 259 if (extractAlpha && (transparent || isOpaque)) { 390 // transparent pixels with their surrounding neighbors 397 // and the should-be-transparent pixels are rendere [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
selectable_background.xml | 30 <item android:drawable="@android:color/transparent"/>
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/res/drawable/ |
selectable_background.xml | 30 <item android:drawable="@android:color/transparent"/>
|
/development/samples/Home/res/drawable/ |
favorite_background.xml | 25 <item android:state_focused="false" android:drawable="@android:color/transparent" />
|
/development/samples/NotePad/res/layout/ |
note_editor.xml | 21 android:background="@android:color/transparent"
|
/development/samples/browseable/Styled/res/drawable/ |
selectable_background.xml | 30 <item android:drawable="@android:color/transparent"/>
|
/external/chromium/chrome/browser/resources/ntp4/ |
recently_closed.css | 28 background-color: transparent !important;
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/ |
bubble.css | 8 border: solid transparent;
|
first_run.css | 26 .transparent {
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
destination_list.css | 7 background-color: transparent;
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber_frame.css | 28 -webkit-border-start: 6px solid transparent;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
background_gradient_view.h | 26 // Otherwise the background image could be semi-transparent and blend against
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.css | 197 color-stop(.25, transparent), 198 color-stop(.5, transparent), 201 color-stop(.75, transparent), 202 to(transparent));
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
fullscreen.css | 25 background-color: transparent !important;
|
/external/chromium_org/tools/perf/page_sets/tough_layer_cases/ |
opacity.html | 33 values outside the range 0.0 (fully transparent) to 1.0 (fully opaque)
|
/external/chromium_org/ui/android/java/res/layout/ |
color_picker_advanced_component.xml | 42 android:progressDrawable="@android:color/transparent"
|
/external/chromium_org/ui/views/controls/scrollbar/ |
overlay_scroll_bar.h | 13 // The transparent scrollbar which overlays its contents.
|
/external/clang/test/Driver/ |
pth.c | 1 // Test transparent PTH support.
|
/external/icu4c/layout/ |
ArabicShaping.h | 41 MASK_TRANSPARENT = 4, // if this bit set, is transparent (ignore other bits)
|
/external/iptables/extensions/ |
libxt_TPROXY.man | 20 by advanced routing. (Required for transparent proxying to work: otherwise
|
/external/jmonkeyengine/engine/src/core/com/jme3/ui/ |
Picture.java | 131 * @param useAlpha If true, the picture will appear transparent and allow 132 * objects behind it to appear through. If false, the transparent 146 * @param useAlpha If true, the picture will appear transparent and allow 147 * objects behind it to appear through. If false, the transparent
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetcolorkey.html | 83 >SDL_SetColorKey -- Sets the color key (transparent pixel) in a blittable surface and 124 > Sets the color key (transparent pixel) in a blittable surface and enables or 128 horizontal runs of transparent pixels (i.e., pixels that match the 166 > is the transparent pixel value in the source image of a
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_DisplayFormatAlpha.3 | 15 This function can be used to convert a colourkey to an alpha channel, if the \fBSDL_SRCCOLORKEY\fP flag is set on the surface\&. The generated surface will then be transparent (alpha=0) where the pixels match the colourkey, and opaque (alpha=255) elsewhere\&.
|