Searched refs:mLargeTextView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java110 private TextView mLargeTextView; field in class:MultiShrinkScroller
291 mLargeTextView = (TextView) findViewById(R.id.large_title);
342 mMaximumHeaderTextSize = mLargeTextView.getHeight();
357 = (FrameLayout.LayoutParams) mLargeTextView.getLayoutParams();
361 mLargeTextView.setLayoutParams(largeTextLayoutParams);
363 // Set the width of mLargeTextView as if it was nested inside
365 mLargeTextView.setWidth(mPhotoViewContainer.getWidth()
385 = (FrameLayout.LayoutParams) mLargeTextView.getLayoutParams();
386 titleGradientLayoutParams.height = (int) ((mLargeTextView.getHeight()
392 mLargeTextView
[all...]

Completed in 32 milliseconds