Searched defs:capture (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DEnergyProbe.java56 public int capture(int freq) throws InterruptedException { method in class:EnergyProbe
/frameworks/base/core/java/android/view/
H A DViewDebug.java351 // Maximum delay in ms after which we stop trying to capture a View's drawing
869 capture(view, clientStream, params[0]);
1136 private static void capture(View root, final OutputStream clientStream, String parameter) method in class:ViewDebug
1143 Log.w("View", "Failed to create capture bitmap!");
1189 Log.w("View", "Could not complete the capture of the view " + captureView);

Completed in 562 milliseconds