HomeSort by relevance Sort by last modified time
    Searched refs:LayerState (Results 1 - 14 of 14) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 101 LayerState createConstantState(LayerState state, Resources res) {
247 static class TransitionState extends LayerState {
AdaptiveIconDrawable.java 125 LayerState mLayerState;
144 this((LayerState) null, null);
151 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) {
174 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
175 return new LayerState(state, this, res);
186 this((LayerState)null, null);
212 final LayerState state = mLayerState;
414 final LayerState state = mLayerState;
450 final LayerState state = mLayerState
    [all...]
LayerDrawable.java 96 LayerState mLayerState;
129 LayerDrawable(@NonNull Drawable[] layers, @Nullable LayerState state) {
152 this((LayerState) null, null);
159 LayerDrawable(@Nullable LayerState state, @Nullable Resources res) {
167 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
168 return new LayerState(state, this, res);
179 final LayerState state = mLayerState;
204 final LayerState state = mLayerState;
244 final LayerState state = mLayerState
    [all...]
RippleDrawable.java 674 final LayerState state = mLayerState;
987 RippleState createConstantState(LayerState state, Resources res) {
991 static class RippleState extends LayerState {
996 public RippleState(LayerState orig, RippleDrawable owner, Resources res) {
    [all...]
  /frameworks/native/libs/gui/
LayerState.cpp 21 #include <private/gui/LayerState.h>
ISurfaceComposer.cpp 32 #include <private/gui/LayerState.h>
SurfaceComposerClient.cpp 44 #include <private/gui/LayerState.h>
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 37 #include <private/gui/LayerState.h>
SurfaceFlinger.h 52 #include <private/gui/LayerState.h>
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.cpp 29 #include <private/gui/LayerState.h>
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 28 #include <private/gui/LayerState.h>
    [all...]
Transaction_test.cpp 25 #include <private/gui/LayerState.h>
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
preloaded-classes     [all...]

Completed in 560 milliseconds