Searched defs:pbase (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 371 public static float complexToFraction(int data, float base, float pbase) in complexToFraction() 395 public float getFraction(float base, float pbase) in getFraction()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeTypedArray.java | 609 public float getFraction(int index, int base, int pbase, float defValue) { in getFraction()
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 538 public float getFraction(int index, int base, int pbase, float defValue) { in getFraction()
|
D | Resources.java | 616 public float getFraction(int id, int base, int pbase) { in getFraction()
|