Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java115 private View mTitleAndPhoneticNameView; field in MultiShrinkScroller
301 mTitleAndPhoneticNameView = findViewById(R.id.title_and_phonetic_name); in initialize()
353 mMaximumHeaderTextSize = mTitleAndPhoneticNameView.getHeight(); in initialize()
380 = (FrameLayout.LayoutParams) mTitleAndPhoneticNameView in initialize()
385 mTitleAndPhoneticNameView.setLayoutParams(largeTextLayoutParams); in initialize()
411 = (FrameLayout.LayoutParams) mTitleAndPhoneticNameView.getLayoutParams(); in configureGradientViewHeights()
1060 mTitleAndPhoneticNameView.setPivotX(mTitleAndPhoneticNameView.getWidth()); in updateHeaderTextSizeAndMargin()
1062 mTitleAndPhoneticNameView.setPivotX(0); in updateHeaderTextSizeAndMargin()
1064 mTitleAndPhoneticNameView.setPivotY(mMaximumHeaderTextSize / 2); in updateHeaderTextSizeAndMargin()
1071 mTitleAndPhoneticNameView.setScaleX(1); in updateHeaderTextSizeAndMargin()
[all …]