Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java25530 applyDrawableToTransparentRegion(mBackground, region); in gatherTransparentRegion()
25535 applyDrawableToTransparentRegion(mForegroundInfo.mDrawable, region); in gatherTransparentRegion()
25540 applyDrawableToTransparentRegion(mDefaultFocusHighlight, region); in gatherTransparentRegion()
26241 public void applyDrawableToTransparentRegion(Drawable dr, Region region) { in applyDrawableToTransparentRegion() method in View