/cts/tests/tests/graphics/src/android/graphics/cts/ |
BlurMaskFilterTest.java | 43 b.eraseColor(Color.TRANSPARENT); 50 checkQuadrants(Color.TRANSPARENT, b, x, y, 5);
|
PorterDuffColorFilterTest.java | 40 target.eraseColor(Color.TRANSPARENT); 42 // semi-transparent green
|
/development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/ |
PictureViewer.java | 53 prevImageView.setBackgroundColor(Color.TRANSPARENT); 54 nextImageView.setBackgroundColor(Color.TRANSPARENT);
|
/external/chromium/chrome/browser/resources/ |
bug_report.css | 103 background-color: transparent; 140 background-color: transparent;
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab_theme.css | 131 -webkit-linear-gradient(transparent, transparent 50%,
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.h | 18 // c) We had to be able to support "transparent" themes, so that you could see 22 // Since we want "A" we couldn't just do a transparent borderless window. At
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_view.mm | 80 // The findbar is mostly opaque, but has an 8px transparent border on the left 82 // drawn. We override hitTest to return nil for points in this transparent
|
/external/chromium_org/ash/wm/ |
resize_shadow.cc | 23 // Sets up a layer as invisible and fully transparent, without animating. 63 // Initialize all layers to invisible/transparent.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
header_bar.css | 44 background: transparent none; 106 border: 1px solid transparent;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
custom_frame_view.h | 20 // c) We had to be able to support "transparent" themes, so that you could see 24 // Since we want "A" we couldn't just do a transparent borderless window. At
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_view.mm | 85 // The findbar is mostly opaque, but has an 8px transparent border on the left 87 // drawn. We override hitTest to return nil for points in this transparent
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/ |
runat.user.js | 55 '-45deg, transparent, transparent 35px,' +
|
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.cc | 97 bool transparent) { 98 layer_tree_host_->set_has_transparent_background(transparent);
|
/external/chromium_org/ppapi/c/ |
ppp_input_event.h | 47 * not receive focus. This allows an instance to be partially transparent, 48 * where clicks on the transparent areas will behave like clicks to the
|
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
windowed.html | 5 <title>Transparent Flash Test File</title> 102 <input type="button" value="Toggle transparent div" onClick="toggleDivOverFlash()"<br/>
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGStopElement.cpp | 115 return Color(Color::transparent, true); // Transparent black.
|
/external/chromium_org/ui/oak/ |
oak_aura_window_display.cc | 117 return PropertyWithBool("Transparent: ", window_->transparent());
|
/external/chromium_org/ui/views/ |
views_delegate.h | 106 // views::Widget marked as transparent. For example, an app may wish to 107 // apply transparent window frames in the NonClientFrameView.
|
/external/chromium_org/ui/webui/resources/css/ |
list.css | 18 border: 1px solid rgba(255, 255, 255, 0); /* transparent white */ 40 border-color: transparent;
|
/external/chromium_org/webkit/common/ |
resource_response_info.h | 90 // transparent proxy). The proxy could be any type of proxy, HTTP or SOCKS. 91 // Note: we cannot tell if a transparent proxy may have been involved.
|
/frameworks/base/graphics/java/android/graphics/ |
PixelFormat.java | 32 public static final int TRANSPARENT = -2; 130 case PixelFormat.TRANSPARENT:
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
RotateLayout.java | 36 // The transparent background here is a workaround of the render issue 40 setBackgroundResource(android.R.color.transparent);
|
/packages/apps/Gallery2/res/layout/ |
filtershow_color_picker.xml | 66 android:background="@android:color/transparent" 82 android:background="@android:color/transparent"
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewIcon.java | 114 // If text is transparent, don't draw any shadow 115 if (getCurrentTextColor() == getResources().getColor(android.R.color.transparent)) {
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleFeaturePreferenceFragment.java | 91 // Set a transparent drawable to prevent use of the default one. 92 getListView().setSelector(new ColorDrawable(Color.TRANSPARENT));
|