Home
last modified time | relevance | path

Searched refs:hintParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1197 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1203 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() local
1245 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1246 + hintParams.bottomMargin; in buildDropDown()
/frameworks/base/core/java/android/text/
DPrecomputedText.java411 final PrecomputedText.Params hintParams = hintPct.getParams(); in create() local
413 hintParams.checkResultUsable(params.mPaint, params.mTextDir, in create()
422 if (params.getBreakStrategy() == hintParams.getBreakStrategy() in create()
424 == hintParams.getHyphenationFrequency()) { in create()