Home
last modified time | relevance | path

Searched refs:OVERLAY (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DPorterDuffUtility.java97 case OVERLAY: in getComposite()
98 return BlendComposite.getInstance(BlendingMode.OVERLAY, alpha1); in getComposite()
/frameworks/base/graphics/java/android/graphics/
DPorterDuff.java59 OVERLAY (17); enumConstant
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DFramebufferBlendActivity.java82 drawBlendedBitmapInverse(canvas, PorterDuff.Mode.OVERLAY); in onDraw()
DAdvancedBlendActivity.java95 PorterDuff.Mode.OVERLAY); in ShadersView()
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h36 OVERLAY enumerator
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp63 case OVERLAY: in dump()
DScriptParser.yy167 %token OVERLAY
402 | OVERLAY
403 { $$ = OutputSectDesc::OVERLAY; }
DScriptScanner.ll152 <LDSCRIPT,EXPRESSION>"OVERLAY" { return token::OVERLAY; }
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBlendComposite.java41 OVERLAY, enumConstant
75 public static final BlendComposite Overlay = new BlendComposite(BlendingMode.OVERLAY);
625 case OVERLAY: in getBlenderFor()
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_italian.kcm19 type OVERLAY
Dkeyboard_layout_english_us.kcm21 type OVERLAY
Dkeyboard_layout_english_uk.kcm19 type OVERLAY
Dkeyboard_layout_arabic.kcm19 type OVERLAY
Dkeyboard_layout_spanish_latin.kcm19 type OVERLAY
Dkeyboard_layout_estonian.kcm19 type OVERLAY
Dkeyboard_layout_lithuanian.kcm19 type OVERLAY
Dkeyboard_layout_swiss_french.kcm20 type OVERLAY
Dkeyboard_layout_portuguese.kcm19 type OVERLAY
Dkeyboard_layout_icelandic.kcm19 type OVERLAY
Dkeyboard_layout_brazilian.kcm19 type OVERLAY
Dkeyboard_layout_spanish.kcm19 type OVERLAY
Dkeyboard_layout_french_ca.kcm19 type OVERLAY
Dkeyboard_layout_belgian.kcm19 type OVERLAY
Dkeyboard_layout_german.kcm19 type OVERLAY
Dkeyboard_layout_english_us_colemak.kcm21 type OVERLAY

12