Home
last modified time | relevance | path

Searched refs:newAction (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java239 RuleAction newAction = after.get(actionIndex); in updateActions() local
240 assert newAction.equals(prevAction); // Maybe I can do this lazily instead? in updateActions()
243 item.setData(newAction); in updateActions()
248 assert newAction instanceof Toggle; in updateActions()
249 Toggle toggle = (Toggle) newAction; in updateActions()
252 assert newAction instanceof Choices; in updateActions()
253 Choices choices = (Choices) newAction; in updateActions()