Searched refs:DisplayType (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 228 @IntDef({DisplayType.RECTANGLES, DisplayType.POLYGON}) 229 private @interface DisplayType { annotation in SmartSelectSprite.RectangleList 241 private @DisplayType int mDisplayType = DisplayType.RECTANGLES; 283 void setDisplayType(@DisplayType int displayType) { in setDisplayType() 297 if (mDisplayType == DisplayType.POLYGON) { in draw() 468 mExistingRectangleList.setDisplayType(RectangleList.DisplayType.POLYGON); in setUpAnimatorListener()
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_types.go | 24 var DisplayType = cpp_types.OpaqueType("Display") var 92 "Display": DisplayType,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTestHelpers.h | 72 using hal::DisplayType; 339 template <HWDisplayId hwcDisplayId, DisplayType hwcDisplayType, typename DisplayVariant, 346 static constexpr DisplayType HWC_DISPLAY_TYPE = hwcDisplayType; 418 if (HWC_DISPLAY_TYPE == DisplayType::PHYSICAL) { 508 HwcDisplayVariant<PhysicalDisplay::HWC_DISPLAY_ID, DisplayType::PHYSICAL, 612 HwcDisplayVariant<HWC_VIRTUAL_DISPLAY_HWC_DISPLAY_ID, DisplayType::VIRTUAL,
|
D | CommitAndCompositeTest.h | 43 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, hal::DisplayType::PHYSICAL, kIsPrimary) in SetUp()
|
D | TestableSurfaceFlinger.h | 791 hal::HWDisplayId id, hal::DisplayType type) in HWC2Display() 795 mType = hal::DisplayType::INVALID; in ~HWC2Display() 811 FakeHwcDisplayInjector(HalDisplayId displayId, hal::DisplayType hwcDisplayType, in FakeHwcDisplayInjector() 915 if (mHwcDisplayType == hal::DisplayType::PHYSICAL) { in inject() 932 const hal::DisplayType mHwcDisplayType;
|
D | SurfaceFlinger_NotifyExpectedPresentTest.cpp | 33 FakeHwcDisplayInjector(mPhysicalDisplayId, hal::DisplayType::PHYSICAL, /*isPrimary=*/true) in SetUp()
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 94 TestableSurfaceFlinger::FakeHwcDisplayInjector(kOuterDisplayId, hal::DisplayType::PHYSICAL, in injectOuterDisplay()
|
D | CompositionTest.cpp | 249 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, hal::DisplayType::PHYSICAL, true /* isPrimary */) in setupPreconditions()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 79 DisplayType type) in Display() 82 if (mType == hal::DisplayType::VIRTUAL) { in Display() 105 case DisplayType::PHYSICAL: in ~Display() 110 case DisplayType::VIRTUAL: in ~Display() 115 case DisplayType::INVALID: // Used in unit tests. in ~Display() 291 if (mType != DisplayType::PHYSICAL) { in getConnectionType()
|
D | Hal.h | 64 using DisplayType = IComposerClient::DisplayType; variable
|
D | HWC2.h | 197 hal::HWDisplayId, hal::DisplayType); 299 hal::DisplayType mType;
|
D | HWComposer.cpp | 219 hwcDisplayId, hal::DisplayType::VIRTUAL); in allocateVirtualDisplay() 237 hal::DisplayType::PHYSICAL); in allocatePhysicalDisplay()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 69156 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->POLYGON:I 69157 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->RECTANGLES:I
|