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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ReplayerService.java 29 * Provide a mechanism to invoke the replayer from outside.
50 Replayer.getInstance().replay(replayData, new Runnable() {
Replayer.java 38 public class Replayer {
39 private static final String TAG = Replayer.class.getSimpleName();
47 private Replayer() {
50 private static final Replayer sInstance = new Replayer();
51 public static Replayer getInstance() {
ResearchLogger.java 182 private final Replayer mReplayer = Replayer.getInstance();
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 274 SkAutoTUnref<SkPicture> replayer(this->createPicture());
275 SkCanvas* recorder = replayer->beginRecording(this->getViewWidth(), this->getViewHeight(),
279 replayer->endRecording();
286 replayer->serialize(&stream, &encode_bitmap_to_data);
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 345 <string name="research_log_replayer_name" translatable="false">Research Replayer Service</string>
    [all...]

Completed in 120 milliseconds