Home | History | Annotate | Download | only in legacy

Lines Matching refs:tags

1366         int[] tags = new int[keys.length];
1369 tags[i] = keys[i].getNativeKey().getTag();
1372 return tags;
1376 int[] tags = new int[keys.length];
1379 tags[i] = keys[i].getNativeKey().getTag();
1382 return tags;
1386 int[] tags = new int[keys.length];
1389 tags[i] = keys[i].getNativeKey().getTag();
1392 return tags;