Searched refs:gone (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DViewState.java31 public boolean gone; field in class:ViewState
38 gone = viewState.gone;
46 gone = view.getVisibility() == View.GONE;
H A DStackScrollState.java85 viewState.gone = view.getVisibility() == View.GONE;
136 if (state.gone) {
H A DStackStateAnimator.java281 if (!wasVisible && alpha != 0 && !viewState.gone) {
832 // The view was set to gone but the state never removed
H A DNotificationStackScrollLayout.java407 if (childViewState.gone) {
/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java34 boolean gone; field in class:UidRecord.ChangeItem
H A DActivityManagerService.java3758 if (item.gone) {
3774 if (item.gone) {
3776 "UID gone uid=" + item.uid);
5827 // No more processes using this uid, tell clients it is gone.
5913 boolean gone = false;
5918 gone = true;
5922 if (gone) {
15431 * Main code for cleaning up a process when it has gone away. This is
15624 // gone bad.
18773 private final void enqueueUidChangeLocked(UidRecord uidRec, boolean gone) { argument
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibility.java42 Button goneButton = (Button) findViewById(R.id.gone);
H A DVisibilityCallback.java50 Button goneButton = (Button) findViewById(R.id.gone);
H A DVisibilityCallbackTest.java56 mGone = (Button) a.findViewById(R.id.gone);
H A DVisibilityTest.java56 mGone = (Button) a.findViewById(R.id.gone);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java165 void setHeadersGone(boolean gone) { argument
166 mHeadersGone = gone;
H A DHeadersSupportFragment.java167 void setHeadersGone(boolean gone) { argument
168 mHeadersGone = gone;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1388 // After making a window gone, we will count it as being
1750 // Our surface is gone
2252 boolean gone = false;
2257 gone = true;
2266 if (!gone) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1439 // the IME above it until it is completely gone so it doesn't drop
7967 + " gone=" + nowGone);
9058 final boolean gone = (behindDream && mPolicy.canBeForceHidden(win, win.mAttrs))
9063 + ": gone=" + gone + " mHaveFrame=" + win.mHaveFrame
9067 if (gone) Slog.v(TAG, " GONE: mViewVisibility="
9086 if (!gone || !win.mHaveFrame || win.mLayoutNeeded

Completed in 260 milliseconds