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

  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 100 LayerState createConstantState(LayerState state, Resources res) {
246 static class TransitionState extends LayerState {
LayerDrawable.java 76 LayerState mLayerState;
104 LayerDrawable(Drawable[] layers, LayerState state) {
122 this((LayerState) null, null);
125 LayerDrawable(LayerState state, Resources res) {
132 LayerState createConstantState(LayerState state, Resources res) {
133 return new LayerState(state, this, res);
155 final LayerState state = mLayerState;
176 final LayerState state = mLayerState;
218 final LayerState state = mLayerState
    [all...]
RippleDrawable.java 613 final LayerState state = mLayerState;
912 RippleState createConstantState(LayerState state, Resources res) {
916 static class RippleState extends LayerState {
921 public RippleState(LayerState orig, RippleDrawable owner, Resources res) {
  /frameworks/native/libs/gui/
Android.mk 29 LayerState.cpp \
LayerState.cpp 21 #include <private/gui/LayerState.h>
ISurfaceComposerClient.cpp 34 #include <private/gui/LayerState.h>
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>

Completed in 369 milliseconds