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

  /development/samples/training/bitmapfun/src/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 284 entry.currentEditor = null;
287 entry.currentEditor = new Editor(entry);
303 if (entry.currentEditor == null) {
308 entry.currentEditor = null;
339 if (entry.currentEditor != null) {
413 } else if (entry.currentEditor != null) {
418 entry.currentEditor = editor;
450 if (entry.currentEditor != editor) {
486 entry.currentEditor = null;
522 if (entry == null || entry.currentEditor != null)
    [all...]
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 289 entry.currentEditor = null;
292 entry.currentEditor = new Editor(entry);
308 if (entry.currentEditor == null) {
313 entry.currentEditor = null;
344 if (entry.currentEditor != null) {
426 } else if (entry.currentEditor != null) {
431 entry.currentEditor = editor;
465 if (entry.currentEditor != editor) {
501 entry.currentEditor = null;
538 if (entry == null || entry.currentEditor != null)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 168 final Editor currentEditor) {
170 currentEditor.getImageShow().select();
171 currentEditor.reflectCurrentFilter();
174 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 160 milliseconds