Searched defs:mHintingMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java85 private int mHintingMode = Paint.HINTING_ON; field in class:Paint_Delegate
288 return delegate.mHintingMode;
299 delegate.mHintingMode = mode;
1135 mHintingMode = paint.mHintingMode;
1160 mHintingMode = Paint.HINTING_ON;

Completed in 47 milliseconds