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