/cts/tests/tests/graphics/src/android/graphics/fonts/ |
D | FontTest.java | 169 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 …]
|
D | FontTestUtil.java | 265 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()
|
D | NativeSystemFontHelper.java | 147 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/ |
D | TypefaceCustomFallbackBuilderTest.java | 53 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
|
D | TypefaceTestUtil.java | 43 public static Typeface getRobotoTypeface(int weight, boolean italic) { in getRobotoTypeface()
|
D | PathTest.java | 453 float weight = segment.getConicWeight(); in testConicTo() local 540 float weight = segment.getConicWeight(); in testRConicTo() local
|
D | TypefaceTest.java | 998 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/ |
D | IncludeRunOnDeviceAdminUser.java | 50 int weight() default LATE; in weight() method
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/ |
D | EnsureHasDeviceAdminGroup.kt | 46 val weight: Int = EnsureHasDeviceAdmin.ENSURE_HAS_DEVICE_ADMIN_WEIGHT) constant in com.android.bedstead.enterprise.annotations.EnsureHasDeviceAdminGroup
|
D | EnsureHasNoTestDeviceAdmin.kt | 56 val weight: Int = AnnotationPriorityRunPrecedence.LATE) constant in com.android.bedstead.enterprise.annotations.EnsureHasNoTestDeviceAdmin
|
D | EnsureHasDeviceAdmin.kt | 75 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/ |
D | TypefaceTestUtil.java | 43 public static Typeface getRobotoTypeface(int weight, boolean italic) { in getRobotoTypeface()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewFontWeightTest.java | 55 FontStyle(int weight, boolean italic) { in FontStyle()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | BlurPixelVerifier.java | 108 float weight; in getExpectedColor() local
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_fonts_cts_SystemFonts.cpp | 110 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/ |
D | MockFontProvider.java | 63 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, in Font()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 2731 private static ArrayList<Area> makeAreas(int left, int top, int right, int bottom, int weight) { in makeAreas() 2738 int weight, int number) { in makeAreas()
|