HomeSort by relevance Sort by last modified time
    Searched defs:mAttachedToWindow (Results 1 - 20 of 20) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 47 private boolean mAttachedToWindow;
136 mAttachedToWindow = true;
146 mAttachedToWindow = false;
156 if (!hasTransientState && !mAttachedToWindow && mShouldUnbindOnDetachFromWindow) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ImageCardView.java 134 private boolean mAttachedToWindow;
469 if (mAttachedToWindow) {
482 mAttachedToWindow = true;
490 mAttachedToWindow = false;
SearchOrbView.java 57 private boolean mAttachedToWindow;
352 if (mColorAnimationEnabled && mAttachedToWindow) {
372 mAttachedToWindow = true;
378 mAttachedToWindow = false;
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialog.java 60 private boolean mAttachedToWindow;
89 if (mAttachedToWindow) {
159 mAttachedToWindow = true;
166 mAttachedToWindow = false;
176 if (mAttachedToWindow) {
MediaRouteControllerDialog.java 75 private boolean mAttachedToWindow;
219 mAttachedToWindow = true;
228 mAttachedToWindow = false;
266 if (!mAttachedToWindow && !mRoute.isConnecting()) {
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteChooserDialog.java 83 private boolean mAttachedToWindow;
133 if (mAttachedToWindow) {
217 mAttachedToWindow = true;
224 mAttachedToWindow = false;
235 if (mAttachedToWindow) {
MediaRouteButton.java 95 private boolean mAttachedToWindow;
207 if (mAttachedToWindow) {
257 if (!mAttachedToWindow) {
373 if (mAttachedToWindow && mRemoteIndicator != null
421 mAttachedToWindow = true;
430 mAttachedToWindow = false;
520 if (mAttachedToWindow) {
527 if (mAttachedToWindow) {
MediaRouteControllerDialog.java 124 private boolean mAttachedToWindow;
302 if (!mAttachedToWindow) {
487 mAttachedToWindow = true;
498 mAttachedToWindow = false;
    [all...]
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 42 private boolean mAttachedToWindow;
118 if (mAttachedToWindow && mRouteTypes != 0) {
124 if (mAttachedToWindow && types != 0) {
154 if (!mAttachedToWindow) {
260 mAttachedToWindow = true;
270 mAttachedToWindow = false;
359 if (mAttachedToWindow) {
366 if (mAttachedToWindow) {
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteChooserDialog.java 79 private boolean mAttachedToWindow;
128 if (mAttachedToWindow) {
210 mAttachedToWindow = true;
217 mAttachedToWindow = false;
228 if (mAttachedToWindow) {
MediaRouteButton.java 93 private boolean mAttachedToWindow;
180 if (mAttachedToWindow) {
237 if (!mAttachedToWindow) {
358 if (mAttachedToWindow && mRemoteIndicator != null
406 mAttachedToWindow = true;
415 mAttachedToWindow = false;
505 if (mAttachedToWindow) {
512 if (mAttachedToWindow) {
MediaRouteControllerDialog.java 121 private boolean mAttachedToWindow;
300 if (!mAttachedToWindow) {
480 mAttachedToWindow = true;
491 mAttachedToWindow = false;
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 176 private boolean mAttachedToWindow;
235 mAttachedToWindow = true;
274 if (mAttachedToWindow) {
305 mAttachedToWindow = false;
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 214 private boolean mAttachedToWindow;
429 mAttachedToWindow = false;
435 mAttachedToWindow = true;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 518 milliseconds