HomeSort by relevance Sort by last modified time
    Searched defs:INSTANT (Results 1 - 3 of 3) 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/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 48 INSTANT("I");
116 * logged whenever {@link #instant(String)}, {@link #begin(String)}, or {@link #end(String)}
132 * If this feature is enabled, whenever {@link #instant(String)}, {@link #begin(String)},
151 * Record an "instant" perf trace event. E.g. "screen update happened".
153 public static synchronized void instant(String name) { method in class:PerfTraceEvent
154 // Instant doesn't really need/take an event id, but this should be okay.
156 TraceEvent.instant(name);
158 savePerfString(name, eventId, EventType.INSTANT, false);
235 // Done after calculating the instant perf data to ensure calculating the memory usage
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 51 INSTANT,
91 // The start-edge margin of the omnibox in pixels, used in extended Instant
105 // instant TemplateURLRefs of the default search engine and the caller cares

Completed in 301 milliseconds