Home
last modified time | relevance | path

Searched refs:createComplexDimension (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/util/
H A DTypedValue.java531 public static int createComplexDimension( in createComplexDimension() method in TypedValue
552 public static int createComplexDimension( in createComplexDimension() method in TypedValue
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DTypedValueTest.kt148 val widthDimen = TypedValue.createComplexDimension(
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2175 int data = TypedValue.createComplexDimension(this.mValue, this.mUnit); in getParameterValue()
3016 this.mValue = TypedValue.createComplexDimension(value, units);
3430 this.mValue = TypedValue.createComplexDimension(radius, units);
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java12125 TypedValue.createComplexDimension( in applyToView()
12128 TypedValue.createComplexDimension( in applyToView()