Searched refs:setLayerStack (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java46 mSurface.setLayerStack(display.getLayerStack());
H A DDimSurface.java50 mDimSurface.setLayerStack(layerStack);
H A DBlackFrame.java54 surface.setLayerStack(layerStack);
H A DDimAnimator.java59 mDimSurface.setLayerStack(layerStack);
H A DWatermark.java118 mSurface.setLayerStack(mDisplay.getLayerStack());
H A DWindowStateAnimator.java563 public void setLayerStack(int layerStack) { method in class:WindowStateAnimator.SurfaceTrace
564 super.setLayerStack(layerStack);
566 Slog.v(SURFACE_TAG, "setLayerStack: " + this + ". Called by " + Debug.getCallers(3));
727 mSurface.setLayerStack(mLayerStack);
H A DSession.java325 surface.setLayerStack(display.getLayerStack());
H A DScreenRotationAnimation.java235 mSurface.setLayerStack(mDisplay.getLayerStack());
H A DWindowManagerService.java7050 surface.setLayerStack(display.getLayerStack());
8728 surface.setLayerStack(display.getLayerStack());
/frameworks/native/include/gui/
H A DSurface.h63 status_t setLayerStack(int32_t layerStack);
H A DSurfaceComposerClient.h121 status_t setLayerStack(SurfaceID id, uint32_t layerStack);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h103 void setLayerStack(uint32_t stack);
H A DLayerBase.h117 bool setLayerStack(uint32_t layerStack);
H A DDisplayDevice.cpp335 void DisplayDevice::setLayerStack(uint32_t stack) { function in class:DisplayDevice
H A DLayerBase.cpp177 bool LayerBase::setLayerStack(uint32_t layerStack) { function in class:android::LayerBase
H A DSurfaceFlinger.cpp1136 disp->setLayerStack(state.layerStack);
1199 hw->setLayerStack(state.layerStack);
1844 if (layer->setLayerStack(s.layerStack)) {
/frameworks/native/libs/gui/
H A DSurface.cpp95 status_t SurfaceControl::setLayerStack(int32_t layerStack) { function in class:android::SurfaceControl
99 return client->setLayerStack(mToken, layerStack);
H A DSurfaceComposerClient.cpp155 status_t setLayerStack(const sp<SurfaceComposerClient>& client,
314 status_t Composer::setLayerStack(const sp<SurfaceComposerClient>& client, function in class:android::Composer
541 status_t SurfaceComposerClient::setLayerStack(SurfaceID id, uint32_t layerStack) { function in class:android::SurfaceComposerClient
542 return getComposer().setLayerStack(this, id, layerStack);
/frameworks/base/core/java/android/view/
H A DSurface.java590 public void setLayerStack(int layerStack) { method in class:Surface
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java551 mSurface.setLayerStack(mDisplayLayerStack);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp646 status_t err = surface->setLayerStack(layerStack);

Completed in 1463 milliseconds