HomeSort by relevance Sort by last modified time
    Searched refs:propertyType (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimationProps.java 119 * for the specified {@param propertyType}.
121 public <T extends ValueAnimator> T apply(@PropType int propertyType, T animator) {
122 animator.setStartDelay(getStartDelay(propertyType));
123 animator.setDuration(getDuration(propertyType));
124 animator.setInterpolator(getInterpolator(propertyType));
125 long initialPlayTime = getInitialPlayTime(propertyType);
135 public AnimationProps setStartDelay(@PropType int propertyType, int startDelay) {
139 mPropStartDelay.append(propertyType, startDelay);
146 public AnimationProps setInitialPlayTime(@PropType int propertyType, int initialPlayTime) {
150 mPropInitialPlayTime.append(propertyType, initialPlayTime)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java 25 public PropertyEditor getEditorForType(Class<?> propertyType) throws Exception {
  /external/v8/test/mjsunit/
mirror-regexp.js 89 assertEquals(mirror.property('lastIndex').propertyType(),
90 fromJSON.properties[0].propertyType);
mirror-object.js 128 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
212 assertEquals(debug.PropertyType.AccessorConstant, mirror.property('a').propertyType());
219 assertEquals(debug.PropertyType.AccessorConstant, mirror.property('b').propertyType());
227 assertEquals(debug.PropertyType.AccessorConstant, mirror.property('c').propertyType());
  /external/skia/src/animator/
SkMemberInfo.cpp 104 byteSize = GetSize(propertyType());
114 type = propertyType();
SkDisplayXMLParser.cpp 285 type = info->propertyType();
SkMemberInfo.h 77 SkDisplayTypes propertyType() const {
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeProperty.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java     [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java     [all...]
  /external/v8/src/debug/
mirrors.js 241 // A copy of the PropertyType enum from property-details.h
242 var PropertyType = {};
243 PropertyType.Data = 0;
244 PropertyType.DataConstant = 2;
245 PropertyType.AccessorConstant = 3;
814 if (property.propertyType() != PropertyType.AccessorConstant) {
    [all...]
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
hibernate3.jar 
hibernate-annotations.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 511 Atom propertyType B32;
XIproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 511 Atom propertyType B32;
XIproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 514 Atom propertyType B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 514 Atom propertyType B32;
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 1612 milliseconds

1 2