Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java276 void onDensityChanged(int sourceDensity, int targetDensity) { in onDensityChanged() method in InsetDrawable.InsetState
277 super.onDensityChanged(sourceDensity, targetDensity); in onDensityChanged()
DDrawableWrapper.java486 onDensityChanged(sourceDensity, targetDensity); in setDensity()
499 void onDensityChanged(int sourceDensity, int targetDensity) { in onDensityChanged() method in DrawableWrapper.DrawableWrapperState
DRippleDrawable.java1006 protected void onDensityChanged(int sourceDensity, int targetDensity) { in onDensityChanged() method in RippleDrawable.RippleState
1007 super.onDensityChanged(sourceDensity, targetDensity); in onDensityChanged()
DLayerDrawable.java1973 onDensityChanged(sourceDensity, targetDensity);
1977 protected void onDensityChanged(int sourceDensity, int targetDensity) {