/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
D | OverlayManagerServiceImplRebootTests.java | 38 private static final String OVERLAY = "com.test.overlay"; field in OverlayManagerServiceImplRebootTests 39 private static final OverlayIdentifier IDENTIFIER = new OverlayIdentifier(OVERLAY); 43 private static final String OVERLAY2 = OVERLAY + "2"; 52 addPackage(overlay(OVERLAY, TARGET), USER); in alwaysInitializeAllPackages() 57 new PackageAndUser(OVERLAY, USER)); in alwaysInitializeAllPackages() 67 addPackage(overlay(OVERLAY, TARGET), USER); in testImmutableEnabledChange() 70 Set.of(new PackageAndUser(TARGET, USER), new PackageAndUser(OVERLAY, USER)); in testImmutableEnabledChange() 72 configureSystemOverlay(OVERLAY, ConfigState.IMMUTABLE_DISABLED, 0 /* priority */); in testImmutableEnabledChange() 79 configureSystemOverlay(OVERLAY, ConfigState.IMMUTABLE_ENABLED, 0 /* priority */); in testImmutableEnabledChange() 86 configureSystemOverlay(OVERLAY, ConfigState.IMMUTABLE_DISABLED, 0 /* priority */); in testImmutableEnabledChange() [all …]
|
D | OverlayManagerServiceImplTests.java | 48 private static final String OVERLAY = "com.test.overlay"; field in OverlayManagerServiceImplTests 49 private static final OverlayIdentifier IDENTIFIER = new OverlayIdentifier(OVERLAY); 53 private static final String OVERLAY2 = OVERLAY + "2"; 58 private static final String OVERLAY3 = OVERLAY + "3"; 68 installAndAssert(overlay(OVERLAY, TARGET), USER, in testGetOverlayInfo() 69 Set.of(new PackageAndUser(OVERLAY, USER), new PackageAndUser(TARGET, USER))); in testGetOverlayInfo() 74 assertEquals(oi.packageName, OVERLAY); in testGetOverlayInfo() 81 installAndAssert(overlay(OVERLAY, TARGET), USER, in testGetOverlayInfosForTarget() 82 Set.of(new PackageAndUser(OVERLAY, USER), new PackageAndUser(TARGET, USER))); in testGetOverlayInfosForTarget() 111 installAndAssert(overlay(OVERLAY, TARGET), 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/native/include/input/ |
D | KeyCharacterMap.h | 57 OVERLAY = 6, enumerator 65 OVERLAY = 1, enumerator
|
/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/lib/Script/ |
D | OutputSectDesc.cpp | 62 case OVERLAY: in dump()
|
D | ScriptParser.yy | 170 %token OVERLAY 413 | OVERLAY 414 { $$ = OutputSectDesc::OVERLAY; }
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | OutputSectDesc.h | 36 OVERLAY enumerator
|
/frameworks/base/packages/InputDevices/res/raw/ |
D | keyboard_layout_english_us.kcm | 21 type OVERLAY
|
D | keyboard_layout_italian.kcm | 19 type OVERLAY
|
D | keyboard_layout_azerbaijani.kcm | 19 type OVERLAY
|
D | keyboard_layout_arabic.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_spanish.kcm | 19 type OVERLAY
|
D | keyboard_layout_brazilian.kcm | 19 type OVERLAY
|
D | keyboard_layout_belgian.kcm | 19 type OVERLAY
|
D | keyboard_layout_german.kcm | 19 type OVERLAY
|
D | keyboard_layout_icelandic.kcm | 19 type OVERLAY
|
D | keyboard_layout_french_ca.kcm | 19 type OVERLAY
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 829 if (mMap->mType == KeyboardType::OVERLAY) { in parse() 834 } else if (mFormat == Format::OVERLAY) { in parse() 835 if (mMap->mType != KeyboardType::OVERLAY) { in parse() 869 type = KeyboardType::OVERLAY; in parseType()
|