Home
last modified time | relevance | path

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

/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java77 setTextSize(textSize); in LabelView()
87 mTextPaint.setTextSize(16 * getResources().getDisplayMetrics().density); in initLabelView()
106 public void setTextSize(int size) { in setTextSize() method in LabelView
108 mTextPaint.setTextSize(size); in setTextSize()
/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()