Searched refs:mText1 (Results 1 – 6 of 6) sorted by relevance
300 public final TextView mText1; field in SuggestionsAdapter.ChildViewCache307 mText1 = v.findViewById(com.android.internal.R.id.text1); in ChildViewCache()323 if (views.mText1 != null) { in bindView()325 setViewText(views.mText1, text1); in bindView()339 if (views.mText1 != null) { in bindView()340 views.mText1.setSingleLine(false); in bindView()341 views.mText1.setMaxLines(2); in bindView()344 if (views.mText1 != null) { in bindView()345 views.mText1.setSingleLine(true); in bindView()346 views.mText1.setMaxLines(1); in bindView()[all …]
45 private TextView mText1; field in TwoLineListItem75 mText1 = findViewById(com.android.internal.R.id.text1); in onFinishInflate()84 return mText1; in getText1()
129 private TextView mText1; field in ImageProcessingActivity219 mText1.setVisibility(View.VISIBLE); in setupBars()220 mTest.onBar1Setup(mBar1, mText1); in setupBars()435 mText1 = findViewById(R.id.slider1Text); in init()
52 private TextView mText1; field in ImageProcessingActivityJB581 mText1.setVisibility(View.VISIBLE); in setupBars()582 t.onBar1Setup(mBar1, mText1); in setupBars()605 mText1.setVisibility(View.INVISIBLE); in hideBars()642 mText1 = findViewById(R.id.slider1Text); in onCreate()
59 private TextView mText1; field in ImageProcessingActivity2624 mText1.setVisibility(View.VISIBLE); in setupBars()625 t.onBar1Setup(mBar1, mText1); in setupBars()648 mText1.setVisibility(View.INVISIBLE); in hideBars()686 mText1 = findViewById(R.id.slider1Text); in onCreate()
85273 Landroid/widget/TwoLineListItem;->mText1:Landroid/widget/TextView;