Searched refs:parentViewWidth (Results 1 – 1 of 1) sorted by relevance
328 @Px int parentViewWidth = parent.getWidth(); in showAtLocation() local334 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()