HomeSort by relevance Sort by last modified time
    Searched refs:PathId (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 61 public static class PathId {
62 public PathId(Path path, int id) {
76 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) {
79 PathId pid = list.get(i);
LocalSource.java 41 public static final Comparator<PathId> sIdComparator = new IdComparator();
192 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) {
193 ArrayList<PathId> imageList = new ArrayList<PathId>();
194 ArrayList<PathId> videoList = new ArrayList<PathId>();
197 PathId pid = list.get(i);
212 private void processMapMediaItems(ArrayList<PathId> list,
218 PathId pid = list.get(i);
227 PathId pid2 = list.get(j)
    [all...]
DataManager.java 29 import com.android.gallery3d.data.MediaSource.PathId;
219 HashMap<String, ArrayList<PathId>> map =
220 new HashMap<String, ArrayList<PathId>>();
227 ArrayList<PathId> group = map.get(prefix);
229 group = new ArrayList<PathId>();
232 group.add(new PathId(path, i + startIndex));
236 for (Entry<String, ArrayList<PathId>> entry : map.entrySet()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 188 command[index++] = buildToolInfo.getPath(BuildToolInfo.PathId.LLVM_RS_CC);
190 command[index++] = buildToolInfo.getPath(BuildToolInfo.PathId.ANDROID_RS_CLANG);
192 command[index++] = buildToolInfo.getPath(BuildToolInfo.PathId.ANDROID_RS);
AidlProcessor.java 109 commandList.add(getBuildToolInfo().getPath(BuildToolInfo.PathId.AIDL));
BuildHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 768 String dexLocation = buildToolInfo.getPath(BuildToolInfo.PathId.DX_JAR);
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 477 milliseconds