Searched refs:copyThread (Results 1 – 1 of 1) sorted by relevance
1127 private final Thread copyThread; field in SurfaceViewSnapshot1133 this.copyThread = new Thread(new Runnable() { in SurfaceViewSnapshot()1153 copyThread.start(); in SurfaceViewSnapshot()1170 if (copyThread.isAlive()) { in release()1171 copyThread.interrupt(); in release()