Searched refs:currentState (Results 1 – 6 of 6) sorted by relevance
33 public void apply(IGLProperty currentState) { in apply() argument35 mAddTransform.revert(currentState); in apply()39 public void revert(IGLProperty currentState) { in revert() argument41 mAddTransform.apply(currentState); in revert()45 public IGLProperty getChangedProperty(IGLProperty currentState) { in getChangedProperty() argument46 return mAddTransform.getChangedProperty(currentState); in getChangedProperty()
36 public void apply(IGLProperty currentState) { in apply() argument37 GLListProperty list = getList(currentState); in apply()44 public void revert(IGLProperty currentState) { in revert() argument45 GLListProperty list = getList(currentState); in revert()52 public IGLProperty getChangedProperty(IGLProperty currentState) { in getChangedProperty() argument53 return getList(currentState); in getChangedProperty()
37 public void apply(IGLProperty currentState) { in apply() argument38 GLSparseArrayProperty propertyArray = getArray(currentState); in apply()49 public void revert(IGLProperty currentState) { in revert() argument50 GLSparseArrayProperty propertyArray = getArray(currentState); in revert()60 public IGLProperty getChangedProperty(IGLProperty currentState) { in getChangedProperty() argument61 return getArray(currentState); in getChangedProperty()
27 void apply(IGLProperty currentState); in apply() argument30 void revert(IGLProperty currentState); in revert() argument33 IGLProperty getChangedProperty(IGLProperty currentState); in getChangedProperty() argument
80 public void apply(IGLProperty currentState) { in apply() argument83 IGLProperty property = mAccessor.getProperty(currentState); in apply()
791 State currentState = parent.getDeviceState(); in createStateVariation() local792 State nextState = parent.getNextDeviceState(currentState); in createStateVariation()793 if (nextState != currentState) { in createStateVariation()978 State currentState = configuration.getDeviceState(); in addScreenSizePreviews() local979 String currentStateName = currentState != null ? currentState.getName() : ""; in addScreenSizePreviews()