Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java228 @Px int maxTextViewWidth = getContext().getResources() in showAtLocation() local
232 if (parentViewWidth < maxTextViewWidth + 2 * minViewMargin) { in showAtLocation()
239 textView.setMaxWidth(maxTextViewWidth); in showAtLocation()