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

  /packages/services/Car/car-lib/src/android/car/hardware/
CarPropertyValue.java 40 private final int mPropertyId;
49 mPropertyId = propertyId;
56 mPropertyId = in.readInt();
95 dest.writeInt(mPropertyId);
112 return mPropertyId;
126 "mPropertyId=0x" + toHexString(mPropertyId) +
CarPropertyConfig.java 41 private final int mPropertyId;
48 mPropertyId = propertyId;
54 public int getPropertyId() { return mPropertyId; }
82 + Integer.toHexString(mPropertyId));
122 dest.writeInt(mPropertyId);
134 mPropertyId = in.readInt();
166 "mPropertyId=" + mPropertyId +
240 private final int mPropertyId;
246 mPropertyId = propertyId
    [all...]
  /frameworks/base/libs/hwui/
PropertyValuesHolder.h 94 , mPropertyId(propertyId) {
100 int mPropertyId;
109 , mPropertyId(propertyId) {
116 int mPropertyId;
125 , mPropertyId(propertyId) {
131 int mPropertyId;
PropertyValuesHolder.cpp 91 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
96 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue);
101 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DiagnosticEventBuilder.java 94 private final int mPropertyId;
111 mPropertyId = propertyId;
150 VehiclePropValueBuilder propValueBuilder = VehiclePropValueBuilder.newBuilder(mPropertyId);
  /frameworks/base/core/java/android/view/
ViewHierarchyEncoder.java 65 private short mPropertyId = 1;
129 index = mPropertyId++;
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java     [all...]

Completed in 3918 milliseconds