HomeSort by relevance Sort by last modified time
    Searched refs:setLayer (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/services/java/com/android/server/wm/
DimSurface.java 70 mDimSurface.setLayer(layer);
84 mDimSurface.setLayer(layer);
StrictModeFlash.java 47 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER * 101); // one more than Watermark? arbitrary.
BlackFrame.java 54 surface.setLayer(layer);
DimAnimator.java 99 mDimSurface.setLayer(winAnimator.mAnimLayer - WindowManagerService.LAYER_OFFSET_DIM);
Watermark.java 116 mSurface.setLayer(WindowManagerService.TYPE_LAYER_MULTIPLIER*100);
AppWindowAnimator.java 159 thumbnail.setLayer(thumbnailLayer + WindowManagerService.WINDOW_LAYER_MULTIPLIER
  /frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp 46 surface->setLayer(100000);
  /frameworks/native/services/surfaceflinger/tests/surface/
surface.cpp 42 surfaceControl->setLayer(100000);
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 65 CHECK_EQ(control->setLayer(30000), (status_t)OK);
  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.mm 52 [m_renderer.get() setLayer:layer];
  /frameworks/base/services/input/
SpriteController.h 118 virtual void setLayer(int32_t layer) = 0;
222 virtual void setLayer(int32_t layer);
PointerController.cpp 483 mLocked.pointerSprite->setLayer(Sprite::BASE_LAYER_POINTER);
582 sprite->setLayer(Sprite::BASE_LAYER_SPOT + id);
SpriteController.cpp 294 status = update.state.surfaceControl->setLayer(surfaceLayer);
444 void SpriteController::SpriteImpl::setLayer(int32_t layer) {
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 124 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->setLayer(INT_MAX-2));
127 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX-1));
131 ASSERT_EQ(NO_ERROR, mSyncSurfaceControl->setLayer(INT_MAX-1));
  /frameworks/native/include/gui/
Surface.h 63 status_t setLayer(int32_t layer);
SurfaceComposerClient.h 124 status_t setLayer(SurfaceID id, int32_t layer);
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 113 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
209 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client,
430 status_t SurfaceComposerClient::setLayer(SurfaceID id, int32_t z) {
431 return getComposer().setLayer(this, id, z);
Surface.cpp 95 status_t SurfaceControl::setLayer(int32_t layer) {
99 return client->setLayer(mToken, layer);
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 42 ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7fffffff));
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 345 [_layerHostingView.get() setLayer:rootLayer.get()];
359 [_layerHostingView.get() setLayer:nil];
559 [_animationView setLayer:contentLayer];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 160 - (void)setLayer:(CALayer *)newLayer
163 [super setLayer:newLayer];
  /frameworks/base/core/java/android/view/
Surface.java 488 public native void setLayer(int zorder);
  /frameworks/native/services/surfaceflinger/
LayerBase.h 97 bool setLayer(uint32_t z);
  /frameworks/av/cmds/stagefright/
stream.cpp 325 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
codec.cpp 398 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);

Completed in 278 milliseconds

1 2