HomeSort by relevance Sort by last modified time
    Searched defs:currentEditor (Results 1 - 8 of 8) sorted by null

  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DiskLruCache.java 388 entry.currentEditor = null;
391 entry.currentEditor = new Editor(entry);
407 if (entry.currentEditor == null) {
412 entry.currentEditor = null;
443 if (entry.currentEditor != null) {
528 } else if (entry.currentEditor != null) {
533 entry.currentEditor = editor;
567 if (entry.currentEditor != editor) {
598 entry.currentEditor = null;
635 if (entry == null || entry.currentEditor != null)
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 303 entry.currentEditor = null;
306 entry.currentEditor = new Editor(entry);
322 if (entry.currentEditor == null) {
327 entry.currentEditor = null;
360 if (entry.currentEditor != null) {
460 } else if (entry.currentEditor != null) {
465 entry.currentEditor = editor;
506 if (entry.currentEditor != editor) {
541 entry.currentEditor = null;
579 if (entry == null || entry.currentEditor != null)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 303 final Editor currentEditor) {
305 currentEditor.reflectCurrentFilter();
308 final int currentId = currentEditor.getID();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 79 milliseconds