OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSurfaceController
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java
140
WindowSurfaceController
mSurfaceController
;
586
if (
mSurfaceController
!= null) {
587
mSurfaceController
.hideInTransaction(reason);
605
+
mSurfaceController
);
627
Slog.i(TAG, "commitFinishDrawingLocked: mDrawState=READY_TO_SHOW " +
mSurfaceController
);
653
if (
mSurfaceController
!= null) {
654
mSurfaceController
.setLayer(mAnimLayer + 1);
682
return
mSurfaceController
;
685
if (
mSurfaceController
!= null) {
686
return
mSurfaceController
;
[
all
...]
WindowManagerService.java
[
all
...]
WindowState.java
[
all
...]
AppWindowToken.java
227
win.mWinAnimator.
mSurfaceController
[
all
...]
WindowAnimator.java
569
if (winAnimator.
mSurfaceController
== null || !winAnimator.hasSurface()) {
[
all
...]
TaskStack.java
[
all
...]
WindowSurfacePlacer.java
[
all
...]
Completed in 350 milliseconds