Searched refs:defUnits (Results 1 – 1 of 1) sorted by relevance
5596 static int getPropertyInt(String[] tokens, int index, int defUnits, int defDps, in getPropertyInt() argument5608 if (defUnits == TypedValue.COMPLEX_UNIT_PX) { in getPropertyInt()5611 int val = (int)TypedValue.applyDimension(defUnits, defDps, dm); in getPropertyInt()