Searched refs:IntProperty (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/util/
H A DIntProperty.java31 public abstract class IntProperty<T> extends Property<T, Integer> { class in inherits:Property
33 public IntProperty(String name) { method in class:IntProperty
/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java20 import android.util.IntProperty;
29 private final IntProperty<T> mProperty;
44 public RampAnimator(T object, IntProperty<T> property) {
H A DDisplayPowerState.java28 import android.util.IntProperty;
113 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =
114 new IntProperty<DisplayPowerState>("screenBrightness") {
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java22 import android.util.IntProperty;
1083 private IntProperty mIntProperty;
1100 if (property instanceof IntProperty) {
1101 mIntProperty = (IntProperty) mProperty;
1113 if (property instanceof IntProperty) {
1114 mIntProperty = (IntProperty) mProperty;
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java34 import android.util.IntProperty;
360 private abstract static class OffsetProperty extends IntProperty<View> {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java34 import android.util.IntProperty;
1516 private static Property<View, Integer> LEFT = new IntProperty<View>("left") {
1532 private static Property<View, Integer> TOP = new IntProperty<View>("top") {
1548 private static Property<View, Integer> RIGHT = new IntProperty<View>("right") {
1564 private static Property<View, Integer> BOTTOM = new IntProperty<View>("bottom") {
H A DListPopupWindow.java31 import android.util.IntProperty;
1482 private static final IntProperty<Drawable> DRAWABLE_ALPHA =
1483 new IntProperty<Drawable>("alpha") {
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java31 import android.util.IntProperty;
148 new IntProperty<ActionBarOverlayLayout>("actionBarHideOffset") {

Completed in 425 milliseconds