Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java28555 applyDrawableToTransparentRegion(mBackground, region); in gatherTransparentRegion()
28560 applyDrawableToTransparentRegion(mForegroundInfo.mDrawable, region); in gatherTransparentRegion()
28565 applyDrawableToTransparentRegion(mDefaultFocusHighlight, region); in gatherTransparentRegion()
29511 public void applyDrawableToTransparentRegion(Drawable dr, Region region) { in applyDrawableToTransparentRegion() method
DViewRootImpl.java4056 host.applyDrawableToTransparentRegion(getAccessibilityFocusedDrawable(), in performTraversals()