Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java328 @Px int parentViewWidth = parent.getWidth(); in showAtLocation() local
334 if (parentViewWidth < maxTextViewWidth + 2 * minViewMargin) { in showAtLocation()
335 Log.w(TAG, "Cannot display tip on a small screen of size: " + parentViewWidth); in showAtLocation()
355 } else if (arrowXCoord + halfWidth > parentViewWidth - minViewMargin) { in showAtLocation()
358 xCoord = parentViewWidth - minViewMargin - getWidth(); in showAtLocation()