Home
last modified time | relevance | path

Searched refs:readColor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inspector/
H A DPropertyReader.java133 void readColor(int id, @ColorInt int value); in readColor() method
143 void readColor(int id, @ColorLong long value); in readColor() method
152 void readColor(int id, @Nullable Color value); in readColor() method
/aosp14/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
H A DSimpleProperties.java.txt106 propertyReader.readColor(mColorId, node.getColor());
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt56137 method public void readColor(int, @ColorInt int);
56138 method public void readColor(int, @ColorLong long);
56139 method public void readColor(int, @Nullable android.graphics.Color);