HomeSort by relevance Sort by last modified time
    Searched defs:layerStack (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/
DisplayInfo.java 34 public int layerStack;
186 && layerStack == other.layerStack
212 layerStack = other.layerStack;
233 layerStack = source.readInt();
255 dest.writeInt(layerStack);
319 + ", layerStack " + layerStack
  /frameworks/native/include/private/gui/
LayerState.h 55 x(0), y(0), z(0), w(0), h(0), layerStack(0),
80 uint32_t layerStack;
118 uint32_t layerStack;
  /frameworks/native/services/surfaceflinger/
LayerBase.h 82 uint32_t layerStack;
117 bool setLayerStack(uint32_t layerStack);
SurfaceFlinger.h 106 status_t renderScreenToTexture(uint32_t layerStack, GLuint* textureName,
110 status_t renderScreenToTextureLocked(uint32_t layerStack, GLuint* textureName,
167 uint32_t layerStack;
343 void invalidateLayerStack(uint32_t layerStack, const Region& dirty);
356 const LayerVector& currentLayers, uint32_t layerStack,
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java 649 final int layerStack = assignLayerStackLocked(displayId);
651 LogicalDisplay display = new LogicalDisplay(displayId, layerStack, device);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 495 final int layerStack = mDisplay.getLayerStack();
515 layerStack);
545 layerStack);
568 layerStack);
    [all...]

Completed in 595 milliseconds