Searched refs:hintParams (Results 1 – 2 of 2) sorted by relevance
1196 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local1202 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1208 hintContainer.addView(dropDownView, hintParams); in buildDropDown()1231 hintParams = (LinearLayout.LayoutParams) hintView.getLayoutParams(); in buildDropDown()1232 otherHeights = hintView.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1233 + hintParams.bottomMargin; in buildDropDown()1242 LinearLayout.LayoutParams hintParams = in buildDropDown() local1244 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()1245 + 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()