Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java169 int weight = style.first.intValue(); in testBuilder_buffer() local
190 int weight = style.first.intValue(); in testBuilder_buffer_ttc() local
212 int weight = style.first.intValue(); in testBuilder_buffer_vf() local
236 int weight = style.first.intValue(); in testBuilder_buffer_override() local
253 int weight = style.first.intValue(); in testBuilder_buffer_override() local
285 int weight = style.first.intValue(); in testBuilder_file() local
311 int weight = style.first.intValue(); in testBuilder_file_ttc() local
338 int weight = style.first.intValue(); in testBuilder_file_vf() local
367 int weight = style.first.intValue(); in testBuilder_file_override() local
388 int weight = style.first.intValue(); in testBuilder_file_override() local
[all …]
DFontTestUtil.java265 public static int getTtcIndexFromStyle(int weight, boolean italic) { in getTtcIndexFromStyle()
272 public static String getVarSettingsFromStyle(int weight, boolean italic) { in getVarSettingsFromStyle()
279 public static int getFontResourceIdFromStyle(int weight, boolean italic) { in getFontResourceIdFromStyle()
286 public static String getFontPathFromStyle(int weight, boolean italic) { in getFontPathFromStyle()
DNativeSystemFontHelper.java147 public static Pair<File, Integer> matchFamilyStyleCharacter(String familyName, int weight, in matchFamilyStyleCharacter()
172 private static native long nMatchFamilyStyleCharacter(String familyName, int weight, in nMatchFamilyStyleCharacter()
174 private static native int nMatchFamilyStyleCharacter_runLength(String familyName, int weight, in nMatchFamilyStyleCharacter_runLength()
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java53 final int weight = style.first.intValue(); in createFullFamilyTypeface() local
71 final int weight = style.first.intValue(); in testSingleFont_path() local
86 final int weight = style.first.intValue(); in testSingleFont_ttc() local
102 final int weight = style.first.intValue(); in testSingleFont_vf() local
125 final int weight = style.first.intValue(); in testFamily_selectStyle() local
138 final int weight = familyStyle.first.intValue(); in testFamily_selectStyleByBuilder() local
DTypefaceTestUtil.java43 public static Typeface getRobotoTypeface(int weight, boolean italic) { in getRobotoTypeface()
DPathTest.java453 float weight = segment.getConicWeight(); in testConicTo() local
540 float weight = segment.getConicWeight(); in testRConicTo() local
DTypefaceTest.java998 public void assertWeight(int weight, Typeface typeface) { in assertWeight()
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/parameterized/
DIncludeRunOnDeviceAdminUser.java50 int weight() default LATE; in weight() method
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnsureHasDeviceAdminGroup.kt46 val weight: Int = EnsureHasDeviceAdmin.ENSURE_HAS_DEVICE_ADMIN_WEIGHT) constant in com.android.bedstead.enterprise.annotations.EnsureHasDeviceAdminGroup
DEnsureHasNoTestDeviceAdmin.kt56 val weight: Int = AnnotationPriorityRunPrecedence.LATE) constant in com.android.bedstead.enterprise.annotations.EnsureHasNoTestDeviceAdmin
DEnsureHasDeviceAdmin.kt75 val weight: Int = ENSURE_HAS_DEVICE_ADMIN_WEIGHT) { constant in com.android.bedstead.enterprise.annotations.EnsureHasDeviceAdmin
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DTypefaceTestUtil.java43 public static Typeface getRobotoTypeface(int weight, boolean italic) { in getRobotoTypeface()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFontWeightTest.java55 FontStyle(int weight, boolean italic) { in FontStyle()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DBlurPixelVerifier.java108 float weight; in getExpectedColor() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp110 FontMatcher& setStyle(uint16_t weight, bool italic) { in setStyle()
187 jlong nMatchFamilyStyleCharacter(JNIEnv* env, jclass, jstring familyName, jint weight, in nMatchFamilyStyleCharacter()
202 jint nMatchFamilyStyleCharacter_runLength(JNIEnv* env, jclass, jstring familyName, jint weight, in nMatchFamilyStyleCharacter_runLength()
/cts/tests/tests/provider/src/android/provider/cts/
DMockFontProvider.java63 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, in Font()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java2731 private static ArrayList<Area> makeAreas(int left, int top, int right, int bottom, int weight) { in makeAreas()
2738 int weight, int number) { in makeAreas()