Home
last modified time | relevance | path

Searched defs:SAMPLE_FONT_FILE_0_ID (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/compat/tests/java/android/support/v4/provider/
DMockFontProvider.java46 private static final int SAMPLE_FONT_FILE_0_ID = 0; field in MockFontProvider
124 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, "'wght' 100", 400, 0, in map.put() argument
129 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, "'wght' 100", 700, 1, in map.put() argument
146 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK, in map.put() argument
152 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK, in map.put() argument
160 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, -5, true), in map.put() argument
164 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 400, 0, in map.put() argument
/frameworks/base/core/tests/coretests/src/android/provider/
DMockFontProvider.java98 private static final int SAMPLE_FONT_FILE_0_ID = 0; field in MockFontProvider
166 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK), in map.put() argument