OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAnimationBackgroundSurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
TaskStack.java
62
final DimLayer
mAnimationBackgroundSurface
;
76
mAnimationBackgroundSurface
= new DimLayer(service, this);
154
mAnimationBackgroundSurface
.destroySurface();
162
mAnimationBackgroundSurface
.hide();
257
mAnimationBackgroundSurface
.show(animLayer - WindowManagerService.LAYER_OFFSET_DIM,
264
mAnimationBackgroundSurface
.setBounds(bounds);
301
if (
mAnimationBackgroundSurface
.isDimming()) {
303
mAnimationBackgroundSurface
.printTo(prefix + " ", pw);
StackBox.java
382
mStack.
mAnimationBackgroundSurface
.mDimSurface.destroy();
Completed in 25 milliseconds