Home
last modified time | relevance | path

Searched refs:COMPLEX_UNIT_IN (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java542 private static final int COMPLEX_UNIT_IN = 4; field in UiElementPullParser
552 new DimensionEntry(UNIT_IN, COMPLEX_UNIT_IN),
631 case COMPLEX_UNIT_IN: in stringToPixel()