Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListPopupWindow.java1179 LinearLayout.LayoutParams hintParams = new LinearLayout.LayoutParams( in buildDropDown() local
1185 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() local
1227 otherHeights = view.getMeasuredHeight() + hintParams.topMargin in buildDropDown()
1228 + 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()