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

  /frameworks/base/core/java/android/util/
IntProperty.java 31 public abstract class IntProperty<T> extends Property<T, Integer> {
33 public IntProperty(String name) {
  /external/icu4c/common/
uprops.cpp 291 struct IntProperty;
293 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
294 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
296 struct IntProperty {
304 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
309 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
313 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
317 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
321 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) {
326 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty)
    [all...]
  /frameworks/base/services/java/com/android/server/power/
RampAnimator.java 20 import android.util.IntProperty;
29 private final IntProperty<T> mProperty;
42 public RampAnimator(T object, IntProperty<T> property) {
DisplayPowerState.java 26 import android.util.IntProperty;
111 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =
112 new IntProperty<DisplayPowerState>("screenBrightness") {
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 20 import android.util.IntProperty;
    [all...]

Completed in 79 milliseconds