Home
last modified time | relevance | path

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

/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java75 int textSize = a.getDimensionPixelOffset(R.styleable.LabelView_textSize, 0); in LabelView() local
76 if (textSize > 0) { in LabelView()
77 setTextSize(textSize); in LabelView()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDropDownEditor.java38 final float textSize = v.getResources().getDimensionPixelSize(R.dimen.editor_text_size); in bindEditor() local
47 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in bindEditor()
56 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in bindEditor()