Searched refs:gone (Results 1 – 14 of 14) sorted by relevance
124 public boolean gone; field in ViewState134 gone = viewState.gone; in copyFrom()145 gone = view.getVisibility() == View.GONE; in initFrom()155 if (this.gone) { in applyToView()272 && !this.gone && !this.hidden) { in animateTo()605 if (hidden && !gone) { in onYTranslationAnimationFinished()
350 if (viewState == null || viewState.gone) { in processAnimationEvents()
1 Where has aidl gone?
41 Button goneButton = findViewById(R.id.gone); in onCreate()
49 Button goneButton = findViewById(R.id.gone); in onCreate()
56 mGone = (Button) a.findViewById(R.id.gone); in setUp()
57 mGone = (Button) a.findViewById(R.id.gone); in setUp()
28 // report uid gone, original value is 1 << 1
532 mViewState.gone = getVisibility() == View.GONE; in resetViewState()562 if (!mViewState.gone) { in applyViewState()
33 # It logs the time remaining before the device would've normally gone to sleep without the request.
32 …giving the controller the opportunity to animate the child in/out/visible/gone. Custom methods are…
691 final boolean gone = (mTmpWindow != null && mWmService.mPolicy.canBeHiddenByKeyguardLw(w))695 Slog.v(TAG, "1ST PASS " + w + ": gone=" + gone + " mHaveFrame=" + w.mHaveFrame699 if (gone) Slog.v(TAG, " GONE: mViewVisibility=" + w.mViewVisibility712 if ((!gone || !w.mHaveFrame || w.mLayoutNeeded) && !w.mLayoutAttached) {
3238 boolean gone = false; in getValidLayoutRequesters()3243 gone = true; in getValidLayoutRequesters()3252 if (!gone) { in getValidLayoutRequesters()
4747 boolean gone = mPidsSelfLocked.removeIfNoThread(app); in processStartTimedOutLocked()4749 if (gone) { in processStartTimedOutLocked()