Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DMoveGesture.java355 final List<Integer> indices = new ArrayList<Integer>(); in drop() local
363 for (int i = 0, n = indices.size(); i < n; i++) { in drop()
364 int idx = indices.get(i); in drop()
366 indices.set(i, idx + 1); in drop()
370 indices.add(index); in drop()
378 for (int i = 0, n = indices.size(); i < n; i++) { in drop()
379 int idx = indices.get(i); in drop()
381 indices.set(i, idx - 1); in drop()
444 selectionManager.selectDropped(nodes, indices); in drop()
DSelectionManager.java899 public boolean selectDropped(List<INode> nodes, List<Integer> indices) { in selectDropped() argument
900 assert indices == null || nodes.size() == indices.size(); in selectDropped()
928 if (viewInfo == null && node instanceof NodeProxy && indices != null) { in selectDropped()
935 int index = indices.get(i); in selectDropped()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in127 void, glDrawElements, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices
128 void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsi…
129 …eElements, GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices
353 …mentsEXT, GLenum mode, const GLsizei* count, GLenum type, const GLvoid** indices, GLsizei primcount
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt44 …en set to true, forces column boundaries to appear in the same order as column indices. [boolean]
215 …d : When set to true, forces row boundaries to appear in the same order as row indices. [boolean]