Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 67) sorted by relevance

123

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp662 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
687 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
695 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { // drawn as 3 in RENDERTHREAD_TEST()
713 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
735 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
757 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
779 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
803 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
830 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
854 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { // B in RENDERTHREAD_TEST()
[all …]
H A DRenderNodeTests.cpp42 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()
H A DSkiaPipelineTests.cpp47 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { 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()
318 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
356 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
385 20, 20, 30, 30, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
H A DRenderPropertiesTests.cpp29 RenderProperties props; in TEST() local
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
H A DDeviceConfigProxyFake.java99 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
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthHalCallbackHidl.java60 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()
H A DHealthInfoCallback.java30 void update(android.hardware.health.HealthInfo props); in update()
/aosp14/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py38 def extract_unicode_properties(f, props, chars_out): argument
91 props = {"XID_Start": 1, "XID_Continue": 2} variable
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DStretchyListViewAnimation.cpp131 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
H A DTvApp.cpp103 [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()
H A DMagnifierAnimation.cpp78 0, 0, width, height, [&](RenderProperties& props, Canvas& canvas) { in createContent()
88 100, 100, 500, 300, [&](RenderProperties& props, Canvas& canvas) { in createContent()
H A DHwLayerAnimation.cpp33 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
H A DHwLayerSizeAnimation.cpp34 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
H A DJankyScene.cpp36 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
H A DClippingAnimation.cpp34 card = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in createContent()
H A DOvalAnimation.cpp32 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
H A DListOfFadedTextAnimation.cpp32 void createListItem(RenderProperties& props, Canvas& canvas, int id, int itemWidth, in createListItem()
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h177 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
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java56 Map<Short, Object> props = mViews.get(0); in getFirstView() local
67 private Object getProperty(Map<Short, Object> props, String key) { in getProperty()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBinaryTransparencyServiceTest.java188 final List<FingerprintSensorPropertiesInternal> props = List.of( in testCollectBiometricProperties_enablesFeature_logsFingerprintProperties() local
230 final List<FaceSensorPropertiesInternal> props = List.of( in testCollectBiometricProperties_enablesFeature_logsFaceProperties() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapterTest.java63 final FingerprintSensorPropertiesInternal props = new FingerprintSensorPropertiesInternal( in testUdfpsBottomSpacerHeightForPortrait() local
129 final FingerprintSensorPropertiesInternal props = new FingerprintSensorPropertiesInternal( in testUdfpsHorizontalSpacerWidthForLandscape() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DPasswordSlotManager.java151 final Properties props = new Properties(); in loadSlotMap() local
189 final Properties props = new Properties(); in saveSlotMap() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricServiceRegistry.java78 protected abstract void registerService(@NonNull IBiometricService service, @NonNull P props); in registerService()
123 final List<P> props = provider.getSensorProperties(); in registerAllInBackground() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceServiceRegistry.java55 @NonNull FaceSensorPropertiesInternal props) { in registerService()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintServiceRegistry.java55 @NonNull FingerprintSensorPropertiesInternal props) { in registerService()

123