Searched defs:textView (Results 1 – 6 of 6) sorted by relevance
48 TextView textView = new TextView(mContext); in testWrapContent() local
239 private static FontMetricsInt getFontMetricsInt(TextView textView) { in getFontMetricsInt()246 private static void setTopMargin(TextView textView, int topMargin) { in setTopMargin()
243 private static FontMetricsInt getFontMetricsInt(TextView textView) { in getFontMetricsInt()250 private static void setTopMargin(TextView textView, int topMargin) { in setTopMargin()
147 private FontMetricsInt getFontMetricsInt(TextView textView) { in getFontMetricsInt()243 private void setTopMargin(TextView textView, int topMargin) { in setTopMargin()
218 protected static float getFontDescent( in getFontDescent()
471 final TextView textView; field in Picker.ViewHolder473 ViewHolder(View v, TextView textView) { in ViewHolder()498 TextView textView; in onCreateViewHolder() local