Searched refs:mFaces (Results 1 – 2 of 2) sorted by relevance
43 private final Typeface[] mFaces = new Typeface[] { field in TypefaceTest66 final int n = mFaces.length; in testUnique()69 assertTrue("unique", mFaces[i] != mFaces[j]); in testUnique()77 assertTrue("style", mFaces[0].getStyle() == Typeface.NORMAL); in testStyles()78 assertTrue("style", mFaces[1].getStyle() == Typeface.BOLD); in testStyles()79 assertTrue("style", mFaces[2].getStyle() == Typeface.NORMAL); in testStyles()80 assertTrue("style", mFaces[3].getStyle() == Typeface.BOLD); in testStyles()81 assertTrue("style", mFaces[4].getStyle() == Typeface.ITALIC); in testStyles()82 assertTrue("style", mFaces[5].getStyle() == Typeface.BOLD_ITALIC); in testStyles()83 assertTrue("style", mFaces[6].getStyle() == Typeface.NORMAL); in testStyles()[all …]
61 private Camera.Face[] mFaces; field in LegacyFaceDetectMapper91 mFaces = faces; in LegacyFaceDetectMapper()183 mFaces = null; in processFaceDetectMode()219 faces = mFaces; in mapResultFaces()