HomeSort by relevance Sort by last modified time
    Searched refs:LayerState (Results 1 - 12 of 12) 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 {
LayerDrawable.java 94 LayerState mLayerState;
127 LayerDrawable(@NonNull Drawable[] layers, @Nullable LayerState state) {
150 this((LayerState) null, null);
157 LayerDrawable(@Nullable LayerState state, @Nullable Resources res) {
165 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
166 return new LayerState(state, this, res);
175 final LayerState state = mLayerState;
206 final LayerState state = mLayerState;
250 final LayerState state = mLayerState
    [all...]
RippleDrawable.java 668 final LayerState state = mLayerState;
981 RippleState createConstantState(LayerState state, Resources res) {
985 static class RippleState extends LayerState {
990 public RippleState(LayerState orig, RippleDrawable owner, Resources res) {
    [all...]
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 34 #include <private/gui/LayerState.h>
LayerState.cpp 21 #include <private/gui/LayerState.h>
Android.mk 66 LayerState.cpp \
ISurfaceComposer.cpp 33 #include <private/gui/LayerState.h>
SurfaceComposerClient.cpp 41 #include <private/gui/LayerState.h>
  /frameworks/native/services/surfaceflinger/
Layer.h 37 #include <private/gui/LayerState.h>
SurfaceFlinger.h 48 #include <private/gui/LayerState.h>
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 27 #include <private/gui/LayerState.h>
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 172 milliseconds