Home
last modified time | relevance | path

Searched refs:DisplayType (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java228 @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/
Dvulkan_types.go24 var DisplayType = cpp_types.OpaqueType("Display") var
92 "Display": DisplayType,
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h72 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,
DCommitAndCompositeTest.h43 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, hal::DisplayType::PHYSICAL, kIsPrimary) in SetUp()
DTestableSurfaceFlinger.h791 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;
DSurfaceFlinger_NotifyExpectedPresentTest.cpp33 FakeHwcDisplayInjector(mPhysicalDisplayId, hal::DisplayType::PHYSICAL, /*isPrimary=*/true) in SetUp()
DSurfaceFlinger_DisplayModeSwitching.cpp94 TestableSurfaceFlinger::FakeHwcDisplayInjector(kOuterDisplayId, hal::DisplayType::PHYSICAL, in injectOuterDisplay()
DCompositionTest.cpp249 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, hal::DisplayType::PHYSICAL, true /* isPrimary */) in setupPreconditions()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp79 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()
DHal.h64 using DisplayType = IComposerClient::DisplayType; variable
DHWC2.h197 hal::HWDisplayId, hal::DisplayType);
299 hal::DisplayType mType;
DHWComposer.cpp219 hwcDisplayId, hal::DisplayType::VIRTUAL); in allocateVirtualDisplay()
237 hal::DisplayType::PHYSICAL); in allocatePhysicalDisplay()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69156 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->POLYGON:I
69157 Landroid/widget/SmartSelectSprite$RectangleList$DisplayType;->RECTANGLES:I