HomeSort by relevance Sort by last modified time
    Searched refs:transparent (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 91 virtual void setHasTransparentBackground(bool transparent);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 183 background: transparent;
201 border-right: 30px solid transparent;
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.css 168 background-color: transparent !important;
183 border: 1px solid transparent !important;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 164 m_graphicsLayer->setContentsToSolidColor(Color::transparent);
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 327 transparent=None,
354 transparent
355 Specify a transparent colour (create a ``tRNS`` chunk).
402 must not be set; alpha must not be set; transparent must
419 If specified, the `transparent` and `background` parameters must
471 """Checks that a colour argument for transparent or
523 if alpha and transparent is not None:
525 "transparent colour not allowed with alpha channel")
543 if transparent is not None:
544 raise ValueError("transparent and palette not compatible"
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 118 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
  /packages/apps/Camera/src/com/android/camera/ui/
RotateLayout.java 44 // The transparent background here is a workaround of the render issue
48 setBackgroundResource(android.R.color.transparent);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 109 ((ListView) mSettingList).setSelector(android.R.color.transparent);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 42 transparent = 36 variable
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 26 -webkit-tap-highlight-color: transparent;
  /external/chromium_org/cc/trees/
layer_tree_host.h 217 void set_has_transparent_background(bool transparent) {
218 has_transparent_background_ = transparent;
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 26 background-color: transparent;
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css 165 border: 1px solid transparent;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css 23 .overlay.transparent .page {
  /external/chromium_org/ui/aura/
window.h 115 bool transparent() const { return transparent_; } function in class:aura::Window
116 void SetTransparent(bool transparent);
  /external/chromium_org/ui/gfx/
render_text.h 239 void set_background_is_transparent(bool transparent) {
240 background_is_transparent_ = transparent;
642 // Is the background transparent (either partially or fully)?
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 613 int transparent; field in class:BluetoothMapContentObserver.PushMsgInfo
622 public PushMsgInfo(long id, int transparent,
625 this.transparent = transparent;
640 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? local
689 PushMsgInfo msgInfo = new PushMsgInfo(handle, transparent,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 78 setImageResource(android.R.color.transparent);
220 setImageResource(android.R.color.transparent);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 323 // If text is transparent, don't draw any shadow
324 if (getCurrentTextColor() == getResources().getColor(android.R.color.transparent)) {
371 super.setTextColor(res.getColor(android.R.color.transparent));
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 305 border-bottom-color: transparent;
307 border-top-color: transparent;
354 background: transparent -webkit-canvas(drop-down-arrow)
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/css/
bmm.css 305 border-bottom-color: transparent;
307 border-top-color: transparent;
354 background: transparent -webkit-canvas(drop-down-arrow)
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 185 background-color: transparent;
202 background-color: transparent;
221 background-color: transparent; /* Background drawing is managed by C++ code to draw ranges. */
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 301 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
332 background: transparent; }
339 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
462 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
481 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
558 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
644 border-bottom: 3px solid transparent;
667 background-color: transparent;
678 background-color: transparent;
689 background-color: transparent;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 451 void Frame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent,
479 frameView->updateBackgroundRecursively(backgroundColor, transparent);
636 m_view->setBaseBackgroundColor(Color::transparent);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialHelper.java 245 if (!materialContext.transparent) {
256 if (!materialContext.transparent) {
280 if (materialContext.transparent) {

Completed in 999 milliseconds

1 2 3 45 6 7 8 91011