OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTmpValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/content/res/
Resources.java
95
/*package*/ final TypedValue
mTmpValue
= new TypedValue();
98
// These are protected by the
mTmpValue
lock.
520
synchronized (
mTmpValue
) {
521
TypedValue value =
mTmpValue
;
552
synchronized (
mTmpValue
) {
553
TypedValue value =
mTmpValue
;
586
synchronized (
mTmpValue
) {
587
TypedValue value =
mTmpValue
;
617
synchronized (
mTmpValue
) {
618
TypedValue value =
mTmpValue
;
[
all
...]
/frameworks/base/core/java/android/view/
ViewRootImpl.java
154
final TypedValue
mTmpValue
= new TypedValue();
[
all
...]
Completed in 491 milliseconds