Home
last modified time | relevance | path

Searched defs:getDimension (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfigHelper.java186 public float getDimension(@NonNull Context context, PartnerConfig resourceConfig) { in getDimension() method in PartnerConfigHelper
199 public float getDimension( in getDimension() method in PartnerConfigHelper
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java359 public float getDimension(int index, float defValue) { in getDimension() method in BridgeTypedArray
475 private int getDimension(int index, @Nullable String name) { in getDimension() method in BridgeTypedArray
DResources_Delegate.java572 static float getDimension(Resources resources, int id) throws NotFoundException { in getDimension() method in Resources_Delegate
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java112 public float getDimension(int id) throws NotFoundException { in getDimension() method in MockResources
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java101 public int getDimension(int i) { in getDimension() method in FrameFormat
/frameworks/base/core/java/android/util/
DTypedValue.java414 public float getDimension(DisplayMetrics metrics) in getDimension() method in TypedValue
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java178 public float getDimension(int id) { in getDimension() method in ExternalResources.Resources
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java398 int getDimension(int boundSize) { in getDimension() method in InsetDrawable.InsetValue
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java545 private int getDimension(@NonNull ResourceReference attrRef, int defaultValue) { in getDimension() method in Layout.Builder
/frameworks/base/core/java/android/content/res/
DTypedArray.java668 public float getDimension(@StyleableRes int index, float defValue) { in getDimension() method in TypedArray
DResources.java671 public float getDimension(@DimenRes int id) throws NotFoundException { in getDimension() method in Resources