Searched refs:mTempTextView (Results 1 – 3 of 3) sorted by relevance
55 protected TextView mTempTextView; field in TileLayout65 mTempTextView = new TextView(context); in TileLayout()140 mTempTextView.dispatchConfigurationChanged(mContext.getResources().getConfiguration()); in updateResources()227 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()229 mTempTextView.measure(unspecifiedSpec, unspecifiedSpec); in estimateCellHeight()231 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() * 2 + padding * 2; in estimateCellHeight()
210 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in estimateCellHeight()212 mTempTextView.measure(unspecifiedSpec, unspecifiedSpec); in estimateCellHeight()215 mEstimatedCellHeight = mTempTextView.getMeasuredHeight() + padding * 2; in estimateCellHeight()
119 private TextView mTempTextView; field in TileAdapter137 mTempTextView = new TextView(context); in TileAdapter()882 FontSizeUtils.updateFontSize(mTempTextView, R.dimen.qs_tile_text_size); in reloadTileHeight()884 mTempTextView.measure(unspecifiedSpec, unspecifiedSpec); in reloadTileHeight()886 int estimatedTileViewHeight = mTempTextView.getMeasuredHeight() * 2 + padding * 2; in reloadTileHeight()