/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
D | OverlayManagerServiceImplRebootTests.java | 38 private static final String OVERLAY = "com.dummy.overlay"; field in OverlayManagerServiceImplRebootTests 42 private static final String OVERLAY2 = OVERLAY + "2"; 49 addSystemPackage(overlay(OVERLAY, TARGET), USER); in testUpdateOverlaysForUser() 57 addSystemPackage(overlay(OVERLAY, TARGET), USER); in testUpdateOverlaysForUser() 69 addSystemPackage(overlay(OVERLAY, "some.other.target"), USER); in testUpdateOverlaysForUser() 84 installNewPackage(overlay(OVERLAY, TARGET), USER); in testImmutableEnabledChange() 86 configureSystemOverlay(OVERLAY, false /* mutable */, false /* enabled */, 0 /* priority */); in testImmutableEnabledChange() 88 final OverlayInfo o1 = impl.getOverlayInfo(OVERLAY, USER); in testImmutableEnabledChange() 93 configureSystemOverlay(OVERLAY, false /* mutable */, true /* enabled */, 0 /* priority */); in testImmutableEnabledChange() 95 final OverlayInfo o2 = impl.getOverlayInfo(OVERLAY, USER); in testImmutableEnabledChange() [all …]
|
D | OverlayManagerServiceImplTests.java | 41 private static final String OVERLAY = "com.dummy.overlay"; field in OverlayManagerServiceImplTests 45 private static final String OVERLAY2 = OVERLAY + "2"; 49 private static final String OVERLAY3 = OVERLAY + "3"; 54 installNewPackage(overlay(OVERLAY, TARGET), USER); in testGetOverlayInfo() 57 final OverlayInfo oi = impl.getOverlayInfo(OVERLAY, USER); in testGetOverlayInfo() 59 assertEquals(oi.packageName, OVERLAY); in testGetOverlayInfo() 66 installNewPackage(overlay(OVERLAY, TARGET), USER); in testGetOverlayInfosForTarget() 73 assertTrue(ois.contains(impl.getOverlayInfo(OVERLAY, USER))); in testGetOverlayInfosForTarget() 92 installNewPackage(overlay(OVERLAY, TARGET), USER); in testGetOverlayInfosForUser() 103 assertTrue(ois.contains(impl.getOverlayInfo(OVERLAY, USER))); in testGetOverlayInfosForUser() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | BlendMode.java | 237 OVERLAY(15), enumConstant 563 case OVERLAY: in blendModeToPorterDuffMode() 564 return PorterDuff.Mode.OVERLAY; in blendModeToPorterDuffMode()
|
D | PorterDuff.java | 360 OVERLAY (15); enumConstant 403 case 15: return Mode.OVERLAY; in intToMode()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | PorterDuffUtility.java | 97 case OVERLAY: in getComposite() 98 return BlendComposite.getInstance(BlendingMode.OVERLAY, alpha1); in getComposite()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BlendComposite.java | 44 OVERLAY(), enumConstant 247 case OVERLAY: in getBlenderFor()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | FramebufferBlendActivity.java | 82 drawBlendedBitmapInverse(canvas, PorterDuff.Mode.OVERLAY); in onDraw()
|
D | AdvancedBlendActivity.java | 95 PorterDuff.Mode.OVERLAY); in ShadersView()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | OutputSectDesc.h | 36 OVERLAY enumerator
|
/frameworks/compile/mclinker/lib/Script/ |
D | OutputSectDesc.cpp | 62 case OVERLAY: in dump()
|
D | ScriptParser.yy | 170 %token OVERLAY 413 | OVERLAY 414 { $$ = OutputSectDesc::OVERLAY; }
|
/frameworks/base/packages/InputDevices/res/raw/ |
D | keyboard_layout_arabic.kcm | 19 type OVERLAY
|
D | keyboard_layout_english_us.kcm | 21 type OVERLAY
|
D | keyboard_layout_italian.kcm | 19 type OVERLAY
|
D | keyboard_layout_english_uk.kcm | 19 type OVERLAY
|
D | keyboard_layout_spanish_latin.kcm | 19 type OVERLAY
|
D | keyboard_layout_azerbaijani.kcm | 19 type OVERLAY
|
D | keyboard_layout_estonian.kcm | 19 type OVERLAY
|
D | keyboard_layout_lithuanian.kcm | 19 type OVERLAY
|
D | keyboard_layout_portuguese.kcm | 19 type OVERLAY
|
D | keyboard_layout_hebrew.kcm | 19 type OVERLAY
|
D | keyboard_layout_brazilian.kcm | 19 type OVERLAY
|
D | keyboard_layout_icelandic.kcm | 19 type OVERLAY
|
D | keyboard_layout_english_us_colemak.kcm | 21 type OVERLAY
|
D | keyboard_layout_french_ca.kcm | 19 type OVERLAY
|