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

  /frameworks/base/core/java/android/util/
IntProperty.java 27 public abstract class IntProperty<T> extends Property<T, Integer> {
29 public IntProperty(String name) {
  /external/icu/icu4c/source/common/
uprops.cpp 288 struct IntProperty;
290 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
291 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
293 struct IntProperty {
301 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
306 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
310 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
314 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
318 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
322 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 20 import android.util.IntProperty;
29 private final IntProperty<T> mProperty;
44 public RampAnimator(T object, IntProperty<T> property) {
DisplayPowerState.java 24 import android.util.IntProperty;
107 public static final IntProperty<DisplayPowerState> SCREEN_BRIGHTNESS =
108 new IntProperty<DisplayPowerState>("screenBrightness") {
  /cts/tests/tests/util/src/android/util/cts/
PropertyTest.java 21 import android.util.IntProperty;
94 // the primtive-friendly IntProperty and FloatProperty subclasses.
137 new IntProperty<PropertyTest>("int") {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 426 private class IntProperty {
430 IntProperty(int column, int mask, int shift) {
435 IntProperty(int source) {
451 private class BiDiIntProperty extends IntProperty {
460 private class CombiningClassIntProperty extends IntProperty {
469 private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties
485 IntProperty intProps[]={
491 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_),
497 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0),
498 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 425 private class IntProperty {
429 IntProperty(int column, int mask, int shift) {
434 IntProperty(int source) {
450 private class BiDiIntProperty extends IntProperty {
459 private class CombiningClassIntProperty extends IntProperty {
468 private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties
484 IntProperty intProps[]={
490 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_),
496 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0),
497 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_)
    [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 22 import android.util.IntProperty;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 33 import android.util.IntProperty;
52 new IntProperty<Drawable>("drawableAlpha") {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewTransform.java 24 import android.util.IntProperty;
  /frameworks/base/core/java/android/widget/
FastScroller.java 35 import android.util.IntProperty;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 31 import android.util.IntProperty;
147 new IntProperty<ActionBarOverlayLayout>("actionBarHideOffset") {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 47 import android.util.IntProperty;
292 private static final IntProperty<ViewState> HINT_ALPHA =
293 new IntProperty<ViewState>("drawableAlpha") {
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 38 import android.util.IntProperty;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1083 milliseconds