Searched refs:hintParams (Results 1 – 2 of 2) sorted by relevance
1179 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1185 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1191 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1214 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1215 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1216 + hintParams.bottomMargin; in buildDropDown()1225 LinearLayout.LayoutParams hintParams = in buildDropDown() local1227 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1228 + hintParams.bottomMargin; in buildDropDown()
368 final PrecomputedText.Params hintParams = hintPct.getParams(); in create() local370 hintParams.checkResultUsable(params.mPaint, params.mTextDir, in create()378 if (params.getBreakStrategy() == hintParams.getBreakStrategy() in create()380 == hintParams.getHyphenationFrequency()) { in create()