Searched refs:hintView (Results 1 – 1 of 1) sorted by relevance
574 final TextView hintView = (TextView)addToDictionaryStrip.findViewById( in layoutAddToDictionaryHint() local580 hintView.setGravity(Gravity.CENTER); in layoutAddToDictionaryHint()591 hintView.setGravity(Gravity.CENTER_VERTICAL | Gravity.START); in layoutAddToDictionaryHint()593 hintView.setTextColor(mColorAutoCorrect); in layoutAddToDictionaryHint()594 final float hintScaleX = getTextScaleX(hintText, hintWidth, hintView.getPaint()); in layoutAddToDictionaryHint()595 hintView.setText(hintText); in layoutAddToDictionaryHint()596 hintView.setTextScaleX(hintScaleX); in layoutAddToDictionaryHint()597 setLayoutWeight(hintView, hintWeight, ViewGroup.LayoutParams.MATCH_PARENT); in layoutAddToDictionaryHint()