Home
last modified time | relevance | path

Searched refs:actionIndex (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.java217 int actionIndex = 0; in updateActions() local
226 RuleAction prevAction = before.get(actionIndex); in updateActions()
228 actionIndex++; in updateActions()
229 if (actionIndex == before.size()) { in updateActions()
232 prevAction = before.get(actionIndex); in updateActions()
239 RuleAction newAction = after.get(actionIndex); in updateActions()