Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1196 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1202 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() local
1244 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1245 + hintParams.bottomMargin; in buildDropDown()
/frameworks/base/core/java/android/text/
DPrecomputedText.java368 final PrecomputedText.Params hintParams = hintPct.getParams(); in create() local
370 hintParams.checkResultUsable(params.mPaint, params.mTextDir, in create()
378 if (params.getBreakStrategy() == hintParams.getBreakStrategy() in create()
380 == hintParams.getHyphenationFrequency()) { in create()