/frameworks/base/libs/hwui/tests/unit/ |
D | RenderNodeDrawableTests.cpp | 46 TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 73 [expectedDrawOrder, z](RenderProperties& props, SkiaRecordingCanvas& canvas) { in drawOrderedNode() 82 std::function<void(RenderProperties& props, SkiaRecordingCanvas& canvas)> setup) { in drawOrderedNode() 85 [expectedDrawOrder, setup](RenderProperties& props, SkiaRecordingCanvas& canvas) { in drawOrderedNode() 111 SkiaRecordingCanvas& canvas) { in TEST() 150 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& recorder) { in TEST() 196 0, 0, 400, 800, [](RenderProperties& props, SkiaRecordingCanvas& recorder) { in TEST() 662 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() 665 drawOrderedNode(&canvas, 2, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() 666 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() [all …]
|
D | RenderNodeTests.cpp | 42 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 46 [&child](RenderProperties& props, Canvas& canvas) { in TEST() 69 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 73 [&child](RenderProperties& props, Canvas& canvas) { in TEST() 131 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 135 [&child](RenderProperties& props, Canvas& canvas) { in TEST() 139 [&child](RenderProperties& props, Canvas& canvas) { in TEST() 237 auto node = TestUtils::createNode(0, 0, 200, 400, [&](RenderProperties& props, Canvas& canvas) { in TEST() 284 TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in RENDERTHREAD_TEST() 308 TestUtils::createNode(0, 0, 200, 400, [&](RenderProperties& props, Canvas& canvas) { in RENDERTHREAD_TEST()
|
D | SkiaPipelineTests.cpp | 47 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 67 0, 0, 2, 2, [](RenderProperties& props, SkiaRecordingCanvas& bottomHalfGreenCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 94 0, 0, 2, 2, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 116 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 127 0, 0, 2, 2, [](RenderProperties& props, SkiaRecordingCanvas& blueCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 161 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 272 [&transparentPaint](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 280 [&transparentPaint](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 287 [&transparentPaint](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 318 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() [all …]
|
D | RenderPropertiesTests.cpp | 29 RenderProperties props; in TEST() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/ |
D | DeviceConfigProxyFake.java | 99 Properties props = propsForNamespaceAndName(namespace, name); in getBoolean() local 109 Properties props = propsForNamespaceAndName(namespace, name); in getInt() local 119 Properties props = propsForNamespaceAndName(namespace, name); in getLong() local 134 Properties props = propsForNamespaceAndName(namespace, name); in getString() local
|
/frameworks/base/services/core/java/com/android/server/health/ |
D | HealthHalCallbackHidl.java | 60 public void healthInfoChanged(android.hardware.health.V2_0.HealthInfo props) { in healthInfoChanged() 73 public void healthInfoChanged_2_1(android.hardware.health.V2_1.HealthInfo props) { in healthInfoChanged_2_1()
|
D | HealthInfoCallback.java | 30 void update(android.hardware.health.HealthInfo props); in update()
|
/frameworks/base/tools/aapt2/tools/ |
D | extract_unicode_properties.py | 38 def extract_unicode_properties(f, props, chars_out): argument 91 props = {"XID_Start": 1, "XID_Continue": 2} variable
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | StretchyListViewAnimation.cpp | 131 void createListItem(RenderProperties& props, Canvas& canvas, int cardId, int itemWidth, in createListItem() 179 [this, id](RenderProperties& props, Canvas& canvas) { in createContent() 186 [this](RenderProperties& props, Canvas& canvas) { in createContent() 204 auto& props = mListView->mutateStagingProperties(); in doFrame() local
|
D | TvApp.cpp | 103 [this, width, height, color](RenderProperties& props, Canvas& canvas) { in createBitmapNode() 114 [bitmap](RenderProperties& props, Canvas& canvas) { in createSharedBitmapNode() 122 [text, text2](RenderProperties& props, Canvas& canvas) { in createInfoNode() 140 [color](RenderProperties& props, Canvas& canvas) { in createColorNode() 155 Canvas& canvas) { in createCard()
|
D | MagnifierAnimation.cpp | 78 0, 0, width, height, [&](RenderProperties& props, Canvas& canvas) { in createContent() 88 100, 100, 500, 300, [&](RenderProperties& props, Canvas& canvas) { in createContent()
|
D | HwLayerAnimation.cpp | 33 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
D | HwLayerSizeAnimation.cpp | 34 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
D | JankyScene.cpp | 36 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
D | OvalAnimation.cpp | 32 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
D | ClippingAnimation.cpp | 34 card = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
D | ListOfFadedTextAnimation.cpp | 32 void createListItem(RenderProperties& props, Canvas& canvas, int id, int itemWidth, in createListItem()
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
D | ViewDumpParser.java | 56 Map<Short, Object> props = mViews.get(0); in getFirstView() local 67 private Object getProperty(Map<Short, Object> props, String key) { in getProperty()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.h | 177 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode() 179 RenderProperties& props = node->mutateStagingProperties(); in createNode() local 194 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode() 196 RenderProperties& props = node->mutateStagingProperties(); in createNode() local 224 RenderProperties& props = node->mutateStagingProperties(); variable
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BinaryTransparencyServiceTest.java | 188 final List<FingerprintSensorPropertiesInternal> props = List.of( in testCollectBiometricProperties_enablesFeature_logsFingerprintProperties() local 230 final List<FaceSensorPropertiesInternal> props = List.of( in testCollectBiometricProperties_enablesFeature_logsFaceProperties() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | UdfpsDialogMeasureAdapterTest.java | 63 final FingerprintSensorPropertiesInternal props = new FingerprintSensorPropertiesInternal( in testUdfpsBottomSpacerHeightForPortrait() local 129 final FingerprintSensorPropertiesInternal props = new FingerprintSensorPropertiesInternal( in testUdfpsHorizontalSpacerWidthForLandscape() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | PasswordSlotManager.java | 151 final Properties props = new Properties(); in loadSlotMap() local 189 final Properties props = new Properties(); in saveSlotMap() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | BiometricServiceRegistry.java | 78 protected abstract void registerService(@NonNull IBiometricService service, @NonNull P props); in registerService() 123 final List<P> props = provider.getSensorProperties(); in registerAllInBackground() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceServiceRegistry.java | 55 @NonNull FaceSensorPropertiesInternal props) { in registerService()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintServiceRegistry.java | 55 @NonNull FingerprintSensorPropertiesInternal props) { in registerService()
|