Searched refs:mLargeTextView (Results 1 – 1 of 1) sorted by relevance
112 private TextView mLargeTextView; field in MultiShrinkScroller292 mLargeTextView = (TextView) findViewById(R.id.large_title); in initialize()343 mMaximumHeaderTextSize = mLargeTextView.getHeight(); in initialize()358 = (FrameLayout.LayoutParams) mLargeTextView.getLayoutParams(); in initialize()362 mLargeTextView.setLayoutParams(largeTextLayoutParams); in initialize()366 mLargeTextView.setWidth(mPhotoViewContainer.getWidth() in initialize()386 = (FrameLayout.LayoutParams) mLargeTextView.getLayoutParams(); in configureGradientViewHeights()387 titleGradientLayoutParams.height = (int) ((mLargeTextView.getHeight() in configureGradientViewHeights()393 mLargeTextView.setText(title); in setTitle()996 mLargeTextView.setPivotX(mLargeTextView.getWidth()); in updateHeaderTextSizeAndMargin()[all …]