OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeStackBox
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
StackBox.java
251
mDisplayContent.
removeStackBox
(this);
261
mDisplayContent.
removeStackBox
(mParent);
DisplayContent.java
298
void
removeStackBox
(StackBox box) {
299
if (DEBUG_STACK) Slog.d(TAG, "
removeStackBox
: box=" + box);
303
if (DEBUG_STACK) Slog.d(TAG, "
removeStackBox
: Not deleting home stack.");
Completed in 142 milliseconds