Searched refs:mHasElegantTextHeight (Results 1 – 1 of 1) sorted by relevance
77 private final boolean mHasElegantTextHeight; field in TextAppearanceSpan176 mHasElegantTextHeight = a.hasValue(com.android.internal.R.styleable in TextAppearanceSpan()226 mHasElegantTextHeight = false; in TextAppearanceSpan()259 mHasElegantTextHeight = src.readBoolean(); in TextAppearanceSpan()312 dest.writeBoolean(mHasElegantTextHeight); in writeToParcelInternal()521 if (mHasElegantTextHeight) { in updateMeasureState()