Searched refs:gone (Results 1 – 16 of 16) sorted by relevance
1 Where has aidl gone?
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()
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
548 mViewState.gone = getVisibility() == View.GONE; in resetViewState()578 if (!mViewState.gone) { in applyViewState()
494 viewState.gone = false; in applyRowState()
33 # It logs the time remaining before the device would've normally gone to sleep without the request.
28 …giving the controller the opportunity to animate the child in/out/visible/gone. Custom methods are…
686 final boolean gone = (mTmpWindow != null && mWmService.mPolicy.canBeHiddenByKeyguardLw(w))690 Slog.v(TAG, "1ST PASS " + w + ": gone=" + gone + " mHaveFrame=" + w.mHaveFrame694 if (gone) Slog.v(TAG, " GONE: mViewVisibility=" + w.mViewVisibility707 if ((!gone || !w.mHaveFrame || w.mLayoutNeeded) && !w.mLayoutAttached) {
140 // And the extra value is gone (back to the default).
3161 boolean gone = false; in getValidLayoutRequesters()3166 gone = true; in getValidLayoutRequesters()3175 if (!gone) { in getValidLayoutRequesters()
4723 boolean gone = mPidsSelfLocked.removeIfNoThread(app); in processStartTimedOutLocked()4725 if (gone) { in processStartTimedOutLocked()