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.
537
synchronized (
mTmpValue
) {
538
TypedValue value =
mTmpValue
;
569
synchronized (
mTmpValue
) {
570
TypedValue value =
mTmpValue
;
603
synchronized (
mTmpValue
) {
604
TypedValue value =
mTmpValue
;
634
synchronized (
mTmpValue
) {
635
TypedValue value =
mTmpValue
;
[
all
...]
/frameworks/base/core/java/android/view/
ViewRootImpl.java
153
final TypedValue
mTmpValue
= new TypedValue();
[
all
...]
Completed in 49 milliseconds