Searched refs:mWeight (Results 1 – 4 of 4) sorted by relevance
40 int mWeight; field in NativeSystemFontHelper.FontDescriptor56 && f.mWeight == mWeight in equals()65 return Objects.hash(mFilePath, mWeight, mSlant, mIndex, Arrays.hashCode(mAxes), in hashCode()98 + " weight = " + mWeight in toString()124 font.mWeight = nGetWeight(fontPtr); in getAvailableFonts()
47 font.mWeight = f.getStyle().getWeight(); in convertToDescriptors()
69 mWeight = weight; in Font()88 return mWeight; in getWeight()111 private int mWeight; field in MockFontProvider.Font
56 mWeight = weight; in FontStyle()61 return mWeight; in getWeight()68 private int mWeight; field in TextViewFontWeightTest.FontStyle