HomeSort by relevance Sort by last modified time
    Searched refs:COMPLEX_UNIT_IN (Results 1 - 6 of 6) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PixelUtils.java 153 m.put("in", TypedValue.COMPLEX_UNIT_IN);
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 161 assertEquals(10 * dm.xdpi, TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_IN, 10, dm),
243 assertEquals(TypedValue.COMPLEX_UNIT_IN, tv.getComplexUnit());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ResourceHelper.java 150 new UnitEntry("in", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_IN, 1.0f),
ResourceHelper2.java 58 new UnitEntry("in", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_IN, 1.0f),
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResourceTypes.java 273 public static final int COMPLEX_UNIT_IN = 4;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 2565 milliseconds