Searched refs:drawableBounds (Results 1 – 2 of 2) sorted by relevance
194 Rect drawableBounds = drawable.getBounds();203 diff = drawableBounds.left - editText.getScrollX() + drawablePadding.left;209 diff = drawableBounds.right - drawablePadding.right - maxRight;
358 final Rect drawableBounds = getBounds(); in isProjected() local363 && (drawableBounds.equals(hotspotBounds) in isProjected()364 || drawableBounds.contains(hotspotBounds))) { in isProjected()