Searched refs:isDimensionValue (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DResourceUtils.java256 if (value == null || !isDimensionValue(value)) {
270 } else if (isDimensionValue(value)) {
291 public static boolean isDimensionValue(final TypedValue v) { method in class:ResourceUtils

Completed in 59 milliseconds