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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 45 public int layerStack;
265 layerStack = other.layerStack;
325 && layerStack == other.layerStack
365 layerStack = other.layerStack;
403 other.layerStack = layerStack;
511 sb.append(") dpi, layerStack ");
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
LayerProtoParser.h 89 uint32_t layerStack;
  /frameworks/native/libs/gui/include/gui/
LayerState.h 71 x(0), y(0), z(0), w(0), h(0), layerStack(0),
98 uint32_t layerStack;
154 uint32_t layerStack;
  /frameworks/base/core/java/android/view/
DisplayInfo.java 45 public int layerStack;
294 && layerStack == other.layerStack
335 layerStack = other.layerStack;
374 layerStack = source.readInt();
421 dest.writeInt(layerStack);
651 sb.append(") dpi, layerStack ");
652 sb.append(layerStack);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 327 uint32_t layerStack = DisplayDevice::NO_LAYER_STACK;
Layer.h 133 // (a.k.a: when several displays are attached with equal layerStack). In this
135 // HWCInfo. This map key is a display layerStack.
186 uint32_t layerStack;
287 bool setLayerStack(uint32_t layerStack);
316 bool belongsToDisplay(uint32_t layerStack, bool isPrimaryDisplay) const {
317 return getLayerStack() == layerStack && (!mPrimaryDisplayOnly || isPrimaryDisplay);
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 536 final int layerStack = mDisplayContent.getDisplay().getLayerStack();
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 148 milliseconds