Searched defs:getDimension (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java388 public float getDimension(int index, float defValue) { method in class:TypedArray
406 * {@link #getDimension}, except the returned value is converted to
417 * @see #getDimension
438 * {@link #getDimension}, except the returned value is converted to
450 * @see #getDimension
H A DResources.java540 public float getDimension(int id) throws NotFoundException { method in class:Resources
559 * {@link #getDimension}, except the returned value is converted to
572 * @see #getDimension
595 * {@link #getDimension}, except the returned value is converted to
609 * @see #getDimension
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java107 public float getDimension(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java323 public float getDimension(int id) throws NotFoundException { method in class:BridgeResources
343 return mTmpValue.getDimension(getDisplayMetrics());
H A DBridgeTypedArray.java432 public float getDimension(int index, float defValue) { method in class:BridgeTypedArray
455 return mValue.getDimension(mBridgeResources.getDisplayMetrics());
470 * {@link #getDimension}, except the returned value is converted to
481 * @see #getDimension
486 return (int) getDimension(index, defValue);
492 * {@link #getDimension}, except the returned value is converted to
504 * @see #getDimension
510 return getDimension(index);
544 return getDimension(index);
563 private int getDimension(in method in class:BridgeTypedArray
[all...]
/frameworks/base/core/java/android/util/
H A DTypedValue.java350 public float getDimension(DisplayMetrics metrics) method in class:TypedValue
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java101 public int getDimension(int i) { method in class:FrameFormat
220 int specDim = specification.getDimension(i);
221 if (specDim != SIZE_UNSPECIFIED && getDimension(i) != specDim) {
280 int specDim = specification.getDimension(i);
282 && getDimension(i) != SIZE_UNSPECIFIED
283 && getDimension(i) != specDim) {

Completed in 215 milliseconds