OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FocusedStackFrame
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
FocusedStackFrame.java
36
class
FocusedStackFrame
{
37
private static final String TAG = "
FocusedStackFrame
";
47
public
FocusedStackFrame
(Display display, SurfaceSession session) {
51
ctrl = new SurfaceTrace(session, "
FocusedStackFrame
",
54
ctrl = new SurfaceControl(session, "
FocusedStackFrame
",
WindowManagerService.java
231
*
FocusedStackFrame
layer is immediately above focused window.
461
FocusedStackFrame
mFocusedStackFrame;
[
all
...]
Completed in 560 milliseconds