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.java83 viewState.gone = view.getVisibility() == View.GONE;
134 if (state.gone) {
H A DStackStateAnimator.java281 && !viewState.gone && !viewState.hidden) {
H A DNotificationStackScrollLayout.java550 if (childViewState.gone) {
/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.java195 void setHeadersGone(boolean gone) { argument
196 mHeadersGone = gone;
H A DHeadersSupportFragment.java197 void setHeadersGone(boolean gone) { argument
198 mHeadersGone = gone;
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
H A DDirectoryListBot.java142 mDevice.wait(Until.gone(SNACK_DELETE), mTimeout * 2);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java950 final boolean gone = (behindDream && mService.mPolicy.canBeForceHidden(win, win.mAttrs))
955 + ": gone=" + gone + " mHaveFrame=" + win.mHaveFrame
959 if (gone) Slog.v(TAG, " GONE: mViewVisibility="
978 if (!gone || !win.mHaveFrame || win.mLayoutNeeded
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1553 // After making a window gone, we will count it as being
1873 // Our surface is gone
2427 boolean gone = false;
2432 gone = true;
2441 if (!gone) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4293 "UID gone uid=" + item.uid);
6281 // No more processes using this uid, tell clients it is gone.
6383 boolean gone = false;
6388 gone = true;
6392 if (gone) {
16855 * Main code for cleaning up a process when it has gone away. This is
17062 // gone bad.
20642 // If this uid is going away, and we haven't yet reported it is gone,
21043 // has gone down since last time.

Completed in 263 milliseconds