HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 151 - 175 of 3780) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/transition/src/main/java/androidx/transition/
ObjectAnimatorUtils.java 23 import android.util.Property;
27 static <T> ObjectAnimator ofPointF(T target, Property<T, PointF> property, Path path) {
29 return ObjectAnimator.ofObject(target, property, null, path);
31 return ObjectAnimator.ofFloat(target, new PathProperty<>(property, path), 0f, 1f);
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 37 private class Property {
42 Property(int code, int type, int column) {
54 private final Property[] mProperties;
61 // constructs a property group for a list of properties
71 mProperties = new Property[count];
82 private Property createProperty(int code, ArrayList<String> columns) {
167 Log.e(TAG, "unsupported property " + code);
173 return new Property(code, type, columns.size() - 1);
175 return new Property(code, type, -1);
220 * Gets the values of the properties represented by this property group for the give
    [all...]
  /device/google/cuttlefish/shared/config/
init.hardware.usb.rc 55 on property:sys.usb.config=mtp && property:sys.usb.configfs=1
59 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1
63 on property:sys.usb.config=rndis && property:sys.usb.configfs=1
67 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=rndis,adb && property:sys.usb.configfs=
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 160 // get the name of the property that changed, if any
161 String property = event != null ? event.getProperty() : null; local
163 if (property == null || PREFS_SDK_DIR.equals(property)) {
184 if (property == null || PREFS_BUILD_VERBOSITY.equals(property)) {
191 if (property == null || PREFS_BUILD_RES_AUTO_REFRESH.equals(property)) {
195 if (property == null || PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR.equals(property)) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 30 @property (assign) NSInteger recnum;
31 @property (retain) NSString *key;
59 @property (retain) AMutableDictionary *dict;
60 @property (retain) ACBTree *lnode;
61 @property (retain) ACBTree *rnode;
62 @property (assign) ACBKey **keys;
63 @property (assign) ACBTree **btNodes;
64 @property (assign) NSInteger lnodeid;
65 @property (assign) NSInteger rnodeid;
66 @property (assign) NSInteger nodeid
    [all...]
ANTLRToken.h 52 @property (retain, getter = text, setter = setText:) NSString *text;
53 @property (assign) NSInteger type;
54 @property (assign) NSUInteger line;
55 @property (assign) NSUInteger charPositionInLine;
ANTLRTreePatternParser.h 59 @property (retain) ANTLRTreePatternLexer *tokenizer;
60 @property NSInteger ttype;
61 @property (retain) ANTLRTreeWizard *wizard;
62 @property (retain) id<ANTLRTreeAdaptor> adaptor;
ArrayIterator.h 74 @property (retain) id peekObj;
75 @property (assign, getter=count, setter=setCount:) NSInteger count;
76 @property (assign) NSInteger index;
77 @property (retain) NSArray *anArray;
ANTLRLexerRuleReturnScope.h 40 @property (assign, getter=getStart, setter=setStart:) NSInteger start;
41 @property (getter=getStop,setter=setStop:) NSInteger stopToken;
  /external/clang/test/Modules/Inputs/
category_left_sub.h 7 @property (retain) id p3_prop;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
ListRemovalChange.java 20 public Object getValue(ObservableProperty property, Node node) {
21 if (property == observableProperty) {
23 Object currentRawValue = new NoChange().getValue(property, node);
32 return new NoChange().getValue(property, node);
  /external/walt/ios/WALT/
DebugLogController.h 20 @property (assign) IBOutlet UITextView *textView;
MenuController.h 20 @property (nonatomic, assign) IBOutlet UITableViewCell *syncCell;
  /external/webrtc/talk/app/webrtc/objc/
RTCICECandidate+Internal.h 34 @property(nonatomic, assign, readonly) const
  /external/webrtc/talk/app/webrtc/objc/public/
RTCMediaSource.h 36 @property(nonatomic, assign, readonly) RTCSourceState state;
  /external/webrtc/webrtc/api/objc/
RTCIceCandidate+Private.h 6 * tree. An additional intellectual property rights grant can be found
24 @property(nonatomic, readonly)
  /external/webrtc/webrtc/base/objc/
RTCCameraPreviewView.h 6 * tree. An additional intellectual property rights grant can be found
26 @property(nonatomic, strong) AVCaptureSession *captureSession;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingChannel.h 6 * tree. An additional intellectual property rights grant can be found
39 @property(nonatomic, readonly) NSString *roomId;
40 @property(nonatomic, readonly) NSString *clientId;
41 @property(nonatomic, readonly) ARDSignalingChannelState state;
42 @property(nonatomic, weak) id<ARDSignalingChannelDelegate> delegate;
ARDStatsBuilder.h 6 * tree. An additional intellectual property rights grant can be found
22 @property(nonatomic, readonly) NSString *statsString;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropConfigIndex.h 31 * This is thread-safe immutable class to hold vehicle property configuration
41 bool hasConfig(int32_t property) const {
42 return mPropToConfig.indexOfKey(property) >= 0;
45 const VehiclePropConfig& getConfig(int32_t property) const {
46 return *mPropToConfig.valueFor(property);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CustomVCardEntry.java 40 public void addProperty(VCardProperty property) {
41 super.addProperty(property);
42 mAllProperties.put(property.getName(), property); local
  /packages/services/Car/car-lib/src/android/car/hardware/property/
ICarProperty.aidl 17 package android.car.hardware.property;
21 import android.car.hardware.property.ICarPropertyEventListener;
  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/result/
VtsResultReporter.java 27 /** Determine if the property is empty or not. */
28 private static boolean isEmptyProperty(String property) {
29 return (property == null || property.trim().isEmpty() || property.equals("null"));
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java 37 assertMatches("with property", hasProperty("property", equalTo("is expected")), shouldMatch);
38 assertMismatchDescription("property 'property' was \"not expected\"",
39 hasProperty("property", equalTo("is expected")), shouldNotMatch);
43 assertMatches("with bean info", hasProperty("property", equalTo("with info")), beanWithInfo);
44 assertMismatchDescription("property 'property' was \"with info\"",
45 hasProperty("property", equalTo("without info")), beanWithInfo);
49 assertMismatchDescription("No property \"nonExistentProperty\"",
92 private String property; field in class:HasPropertyWithValueTest.BeanWithoutInfo
122 public String property() { method in class:HasPropertyWithValueTest.BeanWithInfo
    [all...]
  /external/protobuf/objectivec/google/protobuf/
Struct.pbobjc.h 74 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
76 @property(nonatomic, readonly) NSUInteger fields_Count;
110 @property(nonatomic, readonly) GPBValue_Kind_OneOfCase kindOneOfCase;
113 @property(nonatomic, readwrite) GPBNullValue nullValue;
116 @property(nonatomic, readwrite) double numberValue;
119 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue;
122 @property(nonatomic, readwrite) BOOL boolValue;
125 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue;
128 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue;
132 /// Fetches the raw value of a @c GPBValue's @c nullValue property, eve
    [all...]

Completed in 385 milliseconds

1 2 3 4 5 67 8 91011>>