Searched refs:sIsProfilingMethod (Results 1 – 2 of 2) sorted by relevance
48 static boolean sIsProfilingMethod; field in WindowPerfTestBase66 if (sIsProfilingMethod) { in tearDown()96 sIsProfilingMethod = true; in startProfiling()102 sIsProfilingMethod = false; in stopProfiling()105 public static boolean sIsProfilingMethod() { in sIsProfilingMethod() method in WindowPerfTestBase106 return sIsProfilingMethod; in sIsProfilingMethod()
236 sIsProfilingMethod() ? 10 * TIME_5_S_IN_NS : TIME_5_S_IN_NS, in testRecentsAnimation()