Searched refs:warmup (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/customtabs/src/android/support/customtabs/
H A DICustomTabsService.aidl30 boolean warmup(long flags) = 1;
H A DCustomTabsService.java58 public boolean warmup(long flags) {
59 return CustomTabsService.this.warmup(flags);
133 * @return Whether warmup was/had been completed successfully. Multiple successful
136 protected abstract boolean warmup(long flags); method in class:CustomTabsService
153 * The method {@link CustomTabsService#warmup(long)} has to be called beforehand.
H A DCustomTabsClient.java120 * Connects to the Custom Tabs warmup service, and initializes the browser.
124 * code of warmup.
126 * <code>warmup()</code> and create a session. In this case, calling this method is not
140 client.warmup(0);
164 * @return Whether the warmup was successful.
166 public boolean warmup(long flags) { method in class:CustomTabsClient
168 return mService.warmup(flags);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp202 static void doLoop(bool warmup, int pgm, uint32_t passCount) { argument
203 if (warmup) {

Completed in 180 milliseconds