Searched refs:drawableBounds (Results 1 – 2 of 2) sorted by relevance
210 Rect drawableBounds = drawable.getBounds();219 diff = drawableBounds.left - editText.getScrollX() + drawablePadding.left;225 diff = drawableBounds.right - drawablePadding.right - maxRight;
454 final Rect drawableBounds = getBounds(); in isProjected() local459 && (drawableBounds.equals(hotspotBounds) in isProjected()460 || drawableBounds.contains(hotspotBounds))) { in isProjected()