Searched refs:COMPLEX_UNIT_PX (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 96 public static final int COMPLEX_UNIT_PX = 0; field in TypedValue 324 case COMPLEX_UNIT_PX: in applyDimension()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DialogTitle.java | 65 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in onMeasure()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | ResourceHelper.java | 240 new UnitEntry("px", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PX, 1.0f),
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 877 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize); in showKey() 880 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mPreviewTextSizeLarge); in showKey()
|
/frameworks/base/include/utils/ |
D | ResourceTypes.h | 289 COMPLEX_UNIT_PX = 0, enumerator
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 2877 mWebTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in drawCoreAndCursorRing() 3078 mWebTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in rebuildWebTextView()
|
/frameworks/base/libs/utils/ |
D | ResourceTypes.cpp | 2529 { "px", strlen("px"), Res_value::TYPE_DIMENSION, Res_value::COMPLEX_UNIT_PX, 1.0f }, 3915 case Res_value::COMPLEX_UNIT_PX: printf("px"); break; in print_complex()
|