Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDropDownEditor.java47 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in bindEditor()
56 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in bindEditor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java533 private static final int COMPLEX_UNIT_PX = 0; field in UiElementPullParser
547 new DimensionEntry(UNIT_PX, COMPLEX_UNIT_PX),
620 case COMPLEX_UNIT_PX: in stringToPixel()