Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DDrawableUtils.java70 final Method getOpticalInsetsMethod = drawable.getClass() in getOpticalBounds() local
72 final Object insets = getOpticalInsetsMethod.invoke(drawable); in getOpticalBounds()