Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java113 private TextView mFullNameView; field in MultiShrinkScroller
299 mFullNameView = (TextView) findViewById(R.id.large_title); in initialize()
354 mMaximumFullNameViewHeight = mFullNameView.getHeight(); in initialize()
389 mFullNameView.setWidth(mPhotoViewContainer.getWidth() in initialize()
418 mFullNameView.setText(title); in setTitle()
421 mFullNameView.setTextDirection(View.TEXT_DIRECTION_LTR); in setTitle()
437 mMaximumFullNameViewHeight * mFullNameView.getLineCount() in setPhoneticName()
451 mMaximumFullNameViewHeight * mFullNameView.getLineCount(); in setPhoneticNameGone()