OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPropertyId
(Results
1 - 6
of
6
) sorted by null
/packages/services/Car/car-lib/src/android/car/hardware/
CarPropertyValue.java
35
private final int
mPropertyId
;
44
mPropertyId
= propertyId;
51
mPropertyId
= in.readInt();
75
dest.writeInt(
mPropertyId
);
81
return
mPropertyId
;
95
"
mPropertyId
=0x" + toHexString(
mPropertyId
) +
CarPropertyConfig.java
40
private final int
mPropertyId
;
47
mPropertyId
= propertyId;
53
public int getPropertyId() { return
mPropertyId
; }
81
+ Integer.toHexString(
mPropertyId
));
121
dest.writeInt(
mPropertyId
);
133
mPropertyId
= in.readInt();
160
"
mPropertyId
=" +
mPropertyId
+
234
private final int
mPropertyId
;
240
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
82
mGroup->mutateProperties()->setPropertyValue(
mPropertyId
, animatedValue);
87
mFullPath->mutateProperties()->setColorPropertyValue(
mPropertyId
, animatedValue);
92
mFullPath->mutateProperties()->setPropertyValue(
mPropertyId
, animatedValue);
/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 217 milliseconds