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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
IconUtilities.java 30 public static final int INSTANT = R.drawable.filtershow_fx_0001_instant;
  /external/chromium_org/base/android/java/src/org/chromium/base/
PerfTraceEvent.java 48 INSTANT("I");
118 * logged whenever {@link #instant(String)}, {@link #begin(String)}, or {@link #end(String)}
135 * If this feature is enabled, whenever {@link #instant(String)}, {@link #begin(String)},
156 * Record an "instant" perf trace event. E.g. "screen update happened".
158 public static synchronized void instant(String name) { method in class:PerfTraceEvent
159 // Instant doesn't really need/take an event id, but this should be okay.
161 TraceEvent.instant(name);
163 savePerfString(name, eventId, EventType.INSTANT, false);
244 // Done after calculating the instant perf data to ensure calculating the memory usage
  /external/chromium_org/ui/webui/resources/js/cr/ui/
menu_button.js 15 INSTANT: 0,
148 this.hideMenu(hideDelayed ? HideType.DELAYED : HideType.INSTANT);
201 * default: cr.ui.HideType.INSTANT.
  /external/chromium_org/components/search_engines/
template_url.h 54 INSTANT,
148 // Instant to align the preview contents with the omnibox.
174 // instant TemplateURLRefs of the default search engine and the caller cares
template_url.cc 277 case INSTANT: return owner_->instant_url();
291 case INSTANT: return owner_->instant_url_post_params();
    [all...]

Completed in 142 milliseconds