Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuEduTooltipView.java164 final LinearLayout.LayoutParams textViewParams = in updateLocationWith() local
166 textViewParams.width = mMessageView.getMeasuredWidth(); in updateLocationWith()
167 mMessageView.setLayoutParams(textViewParams); in updateLocationWith()