Searched refs:hintParams (Results 1 – 2 of 2) sorted by relevance
1197 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1203 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1209 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1232 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1233 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1234 + hintParams.bottomMargin; in buildDropDown()1243 LinearLayout.LayoutParams hintParams = in buildDropDown() local1245 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1246 + hintParams.bottomMargin; in buildDropDown()
411 final PrecomputedText.Params hintParams = hintPct.getParams(); in create() local413 hintParams.checkResultUsable(params.mPaint, params.mTextDir, in create()422 if (params.getBreakStrategy() == hintParams.getBreakStrategy() in create()424 == hintParams.getHyphenationFrequency()) { in create()