OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttached
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java
31
boolean
mAttached
;
43
if (
mAttached
&& mAnim != null) {
72
mAttached
= true;
81
mAttached
= false;
/frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java
72
private boolean
mAttached
= false;
104
mAttached
= true;
117
if (!
mAttached
) {
ActivityUnitTestCase.java
82
private boolean
mAttached
= false;
126
if (!
mAttached
) {
153
mAttached
= true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
CarrierLabel.java
40
private boolean
mAttached
;
59
if (!
mAttached
) {
60
mAttached
= true;
70
if (
mAttached
) {
72
mAttached
= false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
CompatModePanel.java
41
private boolean
mAttached
= false;
67
if (
mAttached
) {
68
mAttached
= false;
75
if (!
mAttached
) {
76
mAttached
= true;
HoloClock.java
50
private boolean
mAttached
;
102
if (!
mAttached
) {
103
mAttached
= true;
127
if (
mAttached
) {
129
mAttached
= false;
InputMethodsPanel.java
72
private boolean
mAttached
= false;
124
if (
mAttached
) {
126
mAttached
= false;
133
if (!
mAttached
) {
135
mAttached
= true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java
51
private boolean
mAttached
;
78
if (!
mAttached
) {
79
mAttached
= true;
103
if (
mAttached
) {
105
mAttached
= false;
/packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java
47
private boolean
mAttached
;
124
if (
mAttached
) return;
125
mAttached
= true;
148
if (!
mAttached
) return;
149
mAttached
= false;
/frameworks/base/core/java/android/widget/
AnalogClock.java
51
private boolean
mAttached
;
99
if (!
mAttached
) {
100
mAttached
= true;
123
if (
mAttached
) {
125
mAttached
= false;
/packages/apps/Nfc/src/com/android/nfc/
SendUi.java
115
boolean
mAttached
;
218
mAttached
= false;
233
if (mScreenshotBitmap == null ||
mAttached
) {
275
mAttached
= true;
285
if (!
mAttached
) {
293
if (!
mAttached
) {
326
if (!
mAttached
) {
356
if (!
mAttached
) {
366
mAttached
= false;
483
if (!
mAttached
) {
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java
56
private int
mAttached
= 0; // for debugging - tells us whether attach/detach is unbalanced
183
mAttached
++;
209
mAttached
--;
TransportControlView.java
76
private boolean
mAttached
;
228
if (!
mAttached
) {
232
mAttached
= true;
238
if (
mAttached
) {
242
mAttached
= false;
269
if (
mAttached
) {
/packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java
80
private boolean
mAttached
;
153
mAttached
= true;
195
mAttached
= false;
209
if (
mAttached
) {
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
215
private boolean
mAttached
= false;
[
all
...]
Completed in 646 milliseconds