Home
last modified time | relevance | path

Searched defs:getDimensionPixelSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java122 public int getDimensionPixelSize(int id) throws NotFoundException { in getDimensionPixelSize() method in MockResources
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java422 public int getDimensionPixelSize(int index, int defValue) { in getDimensionPixelSize() method in BridgeTypedArray
DResources_Delegate.java635 static int getDimensionPixelSize(Resources resources, int id) throws NotFoundException { in getDimensionPixelSize() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DTypedArray.java765 public int getDimensionPixelSize(@StyleableRes int index, int defValue) { in getDimensionPixelSize() method in TypedArray
DResources.java741 public int getDimensionPixelSize(@DimenRes int id) throws NotFoundException { in getDimensionPixelSize() method in Resources