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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java387 public float getDimension(int index, float defValue) { method in class:TypedArray
405 * {@link #getDimension}, except the returned value is converted to
416 * @see #getDimension
437 * {@link #getDimension}, except the returned value is converted to
449 * @see #getDimension
H A DResources.java518 public float getDimension(int id) throws NotFoundException { method in class:Resources
534 * {@link #getDimension}, except the returned value is converted to
547 * @see #getDimension
567 * {@link #getDimension}, except the returned value is converted to
581 * @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 158 milliseconds