Home
last modified time | relevance | path

Searched defs:currentState (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DIStateTransform.java27 void apply(IGLProperty currentState); in apply()
30 void revert(IGLProperty currentState); in revert()
33 IGLProperty getChangedProperty(IGLProperty currentState); in getChangedProperty()
DSparseArrayElementRemoveTransform.java33 public void apply(IGLProperty currentState) { in apply()
39 public void revert(IGLProperty currentState) { in revert()
45 public IGLProperty getChangedProperty(IGLProperty currentState) { in getChangedProperty()
DListElementAddTransform.java36 public void apply(IGLProperty currentState) { in apply()
44 public void revert(IGLProperty currentState) { in revert()
52 public IGLProperty getChangedProperty(IGLProperty currentState) { in getChangedProperty()
DSparseArrayElementAddTransform.java37 public void apply(IGLProperty currentState) { in apply()
49 public void revert(IGLProperty currentState) { in revert()
60 public IGLProperty getChangedProperty(IGLProperty currentState) { in getChangedProperty()
DTexImageTransform.java80 public void apply(IGLProperty currentState) { in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java791 State currentState = parent.getDeviceState(); in createStateVariation() local
978 State currentState = configuration.getDeviceState(); in addScreenSizePreviews() local