Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java1662 final RectF boundsDst = mTempDst; in isFilledByImage() local
1664 matrix.mapRect(boundsDst, boundsSrc); in isFilledByImage()
1665 return boundsDst.left <= 0 && boundsDst.top <= 0 && boundsDst.right >= getWidth() in isFilledByImage()
1666 && boundsDst.bottom >= getHeight(); in isFilledByImage()