HomeSort by relevance Sort by last modified time
    Searched defs:IntProperty (Results 1 - 17 of 17) 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) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
RecyclerViewParallax.java 54 * Subclass of {@link Parallax.IntProperty}. Using this Property, users can track a
61 public static final class ChildPositionProperty extends Parallax.IntProperty {
153 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_AFTER);
160 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_AFTER);
162 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_BEFORE);
Parallax.java 39 * Parallax<IntProperty> parallax = new Parallax<IntProperty>() {...};
48 * list of {@link PropertyMarkerValue} which defines the range of {@link Parallax.IntProperty} or
53 * App may subclass {@link Parallax.IntProperty} or {@link Parallax.FloatProperty} to supply
59 * <li>FloatProperty and IntProperty cannot be mixed in one Parallax</li>
76 * @param <PropertyT> Subclass of {@link Parallax.IntProperty} or {@link Parallax.FloatProperty}
82 * @param <PropertyT> Class of the property, e.g. {@link IntProperty} or {@link FloatProperty}.
100 * IntProperty provide access to an index based integer type property inside
101 * {@link Parallax}. The IntProperty typically represents UI element position inside
104 public static class IntProperty extends Property<Parallax, Integer>
    [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 301 struct IntProperty;
303 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
304 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
306 struct IntProperty {
314 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
319 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
323 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
327 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
331 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
335 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java 455 private class IntProperty {
459 IntProperty(int column, int mask, int shift) {
464 IntProperty(int source) {
480 private class BiDiIntProperty extends IntProperty {
490 private class CombiningClassIntProperty extends IntProperty {
500 private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties
518 IntProperty intProps[]={
525 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_),
532 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0),
533 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 454 private class IntProperty {
458 IntProperty(int column, int mask, int shift) {
463 IntProperty(int source) {
479 private class BiDiIntProperty extends IntProperty {
489 private class CombiningClassIntProperty extends IntProperty {
499 private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties
517 IntProperty intProps[]={
524 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_),
531 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0),
532 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_)
    [all...]
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 

Completed in 481 milliseconds