Home
last modified time | relevance | path

Searched defs:IntProperty (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
DIntProperty.java27 public abstract class IntProperty<T> extends Property<T, Integer> { class
29 public IntProperty(String name) { in IntProperty() method in IntProperty
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DParallax.java103 public static class IntProperty extends Property<Parallax, Integer> { class in Parallax
125 public IntProperty(String name, int index) { in IntProperty() method in Parallax.IntProperty