Searched refs:mAttachedToWindow (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/view/
H A DBitmapDrawableImageView.java47 private boolean mAttachedToWindow; field in class:BitmapDrawableImageView
136 mAttachedToWindow = true;
146 mAttachedToWindow = false;
156 if (!hasTransientState && !mAttachedToWindow && mShouldUnbindOnDetachFromWindow) {
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java46 private boolean mAttachedToWindow; field in class:MediaRouteButton
124 if (mAttachedToWindow && mRouteTypes != 0) {
130 if (mAttachedToWindow && types != 0) {
160 if (!mAttachedToWindow) {
309 mAttachedToWindow = true;
319 mAttachedToWindow = false;
392 if (mAttachedToWindow) {
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java59 private boolean mAttachedToWindow; field in class:MediaRouteChooserDialog
88 if (mAttachedToWindow) {
157 mAttachedToWindow = true;
164 mAttachedToWindow = false;
174 if (mAttachedToWindow) {
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java76 private boolean mAttachedToWindow; field in class:MediaRouteChooserDialog
124 if (mAttachedToWindow) {
196 mAttachedToWindow = true;
203 mAttachedToWindow = false;
214 if (mAttachedToWindow) {
H A DMediaRouteButton.java94 private boolean mAttachedToWindow; field in class:MediaRouteButton
168 if (mAttachedToWindow) {
225 if (!mAttachedToWindow) {
407 mAttachedToWindow = true;
416 mAttachedToWindow = false;
489 if (mAttachedToWindow) {
H A DMediaRouteControllerDialog.java114 private boolean mAttachedToWindow; field in class:MediaRouteControllerDialog
293 if (!mAttachedToWindow) {
472 mAttachedToWindow = true;
483 mAttachedToWindow = false;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java130 private boolean mAttachedToWindow; field in class:ImageCardView
460 if (mAttachedToWindow) {
474 mAttachedToWindow = true;
482 mAttachedToWindow = false;
H A DSearchOrbView.java55 private boolean mAttachedToWindow; field in class:SearchOrbView
351 if (mColorAnimationEnabled && mAttachedToWindow) {
371 mAttachedToWindow = true;
377 mAttachedToWindow = false;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java214 private boolean mAttachedToWindow; field in class:RecipientEditTextView
429 mAttachedToWindow = false;
435 mAttachedToWindow = true;
2023 if (!mAttachedToWindow) {
2594 if (!mAttachedToWindow) {
3402 if (!mAttachedToWindow || context == null || !(context instanceof Activity)) {

Completed in 413 milliseconds