Home
last modified time | relevance | path

Searched refs:gone (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java78 viewState.gone = view.getVisibility() == View.GONE; in resetViewState()
112 if (state.gone) { in apply()
DViewState.java118 public boolean gone; field in ViewState
128 gone = viewState.gone; in copyFrom()
139 gone = view.getVisibility() == View.GONE; in initFrom()
149 if (this.gone) { in applyToView()
266 && !this.gone && !this.hidden) { in animateTo()
599 if (hidden && !gone) { in onYTranslationAnimationFinished()
DStackStateAnimator.java367 if (viewState == null || viewState.gone) { in processAnimationEvents()
/frameworks/base/tools/
Daidl1 Where has aidl gone?
/frameworks/base/core/tests/coretests/src/android/view/
DVisibility.java42 Button goneButton = findViewById(R.id.gone); in onCreate()
DVisibilityCallback.java50 Button goneButton = findViewById(R.id.gone); in onCreate()
DVisibilityCallbackTest.java56 mGone = (Button) a.findViewById(R.id.gone); in setUp()
DVisibilityTest.java56 mGone = (Button) a.findViewById(R.id.gone); in setUp()
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DHeadersSupportFragment.java203 void setHeadersGone(boolean gone) { in setHeadersGone() argument
204 mHeadersGone = gone; in setHeadersGone()
DHeadersFragment.java212 void setHeadersGone(boolean gone) { in setHeadersGone() argument
213 mHeadersGone = gone; in setHeadersGone()
/frameworks/base/core/proto/android/app/
Dactivitymanager.proto28 // report uid gone, original value is 1 << 1
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags33 # It logs the time remaining before the device would've normally gone to sleep without the request.
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dmems.txt224 rushed out with the hound he was gone, and though he ran all round
436 On Tuesday they were gone. Now, presuming that there was some
642 broke away during or after the tragedy, where could he have gone to?
654 "I have already said that he must have gone to King's Pyland or to
744 His bullying, overbearing manner was all gone too, and he cringed
868 "Well, sir, not of much account; but three of them have gone lame,
1192 said he. "Has this gentleman gone, then?"
1285 seems to have gone to pieces."
1507 should have fainted if I had not gone out. I stood at the door for a
1522 "I should have gone to the City that day, but I was too disturbed in
[all …]
Dlstb.txt327 empty, and the bed had never been slept in. He had gone with the
429 his assailant had gone on beating him long after he was dead. It was
561 "Nothing, as things turned out, but everything had they gone another
705 nor get my breath, till it whisked away and was gone. Out I ran and
725 he may have been, and whatever he may have wanted, he's gone for the
874 had not gone far but were lurking in some retreat which had been
1106 "They've gone, Mr. Holmes. They went by the last train. The lady
1479 "So far I could hardly have gone astray. But now your thoughts went
1962 gone up to Liverpool to be near the Browners, but a quarrel had
2012 opinion that she had gone south to see her relatives. It had been
[all …]
Dadvs.txt877 "No, no, there's life in him!" shouted another. "But he'll be gone
1021 "Then, come. I am all impatience to be gone."
2033 after all. But I see that the enemy's preparations have gone so far
2062 almost gone and the dawn be breaking above us. My limbs were weary
2429 France he was very annoyed at your having gone to the ball."
2455 other until he had gone. We could write in the meantime, and he used
3248 not gone more than 150 yards, however, when I heard a hideous outcry
3291 looked round for it, but it was gone.
3293 "'Yes, it was gone.'
3964 "I had gone up to town about an investment, and I met him in Regent
[all …]
Dretn.txt324 slipped in the wet notches of the rock, I thought that I was gone.
690 were awaiting you. With that exception all has gone as I expected."
928 specialist, whose occupation has gone. With that man in the field
1227 Lestrade, whose eyebrows had gone up once or twice during this
1492 had gone to bed at half-past ten. Her room was at the other end of
1837 Holmes," he continued, when they had gone, "I could not speak before
1876 of course, have gone in and taken him, but it amused me to make him
1921 things have gone against him--secret speculation, I think--and he
2306 was gone. He had left a trace of his presence, however, for there on
2399 I turned up the time-table. The last had just gone.
[all …]
Dcase.txt1052 He looked at me steadily. The languor had gone from his eyes. They
1325 had gone on a voyage round the world, and it was not likely that he
1403 with you and had told you what had become of him. He has gone upon a
1691 comrade, Godfrey Emsworth. Both of them assured me that he had gone
2381 "Because you have gone out of your way to annoy me. Because you have
2985 this boy done gone get into trouble."
3000 same gen'l'man that you have just done gone mention."
3317 "Well, Masser Holmes, I done gone think over what you said, and I
4323 boy was gone, "I really feel that I have brought you on a fool's
5712 leaving us. Then there might have been a scuffle and the gun gone off
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java528 final boolean gone = (mTmpWindow != null && mService.mPolicy.canBeHiddenByKeyguardLw(w))
532 Slog.v(TAG, "1ST PASS " + w + ": gone=" + gone + " mHaveFrame=" + w.mHaveFrame
536 if (gone) Slog.v(TAG, " GONE: mViewVisibility=" + w.mViewVisibility
549 if (!gone || !w.mHaveFrame || w.mLayoutNeeded
/frameworks/base/core/java/android/view/
DViewRootImpl.java2874 boolean gone = false; in getValidLayoutRequesters()
2879 gone = true; in getValidLayoutRequesters()
2888 if (!gone) { in getValidLayoutRequesters()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7518 boolean gone = false; in processStartTimedOutLocked()
7523 gone = true; in processStartTimedOutLocked()
7527 if (gone) { in processStartTimedOutLocked()