OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRemoveOnExit
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java
350
//
mRemoveOnExit
flag. This indicates an explicit remove request has been issued
353
if (!win.mWillReplaceWindow && !win.
mRemoveOnExit
) {
414
+ " win.
mRemoveOnExit
=" + win.
mRemoveOnExit
);
416
if (!cleanupOnResume || win.
mRemoveOnExit
) {
419
if (win.
mRemoveOnExit
) {
[
all
...]
WindowState.java
384
boolean
mRemoveOnExit
;
[
all
...]
WindowStateAnimator.java
512
+ " remove=" + mWin.
mRemoveOnExit
553
"Exit animation finished in " + this + ": remove=" + mWin.
mRemoveOnExit
);
573
if (mWin.
mRemoveOnExit
) {
575
mWin.
mRemoveOnExit
= false;
[
all
...]
WindowManagerService.java
[
all
...]
Completed in 853 milliseconds