Home | History | Annotate | Download | only in camera

Lines Matching refs:Handler

47 import android.os.Handler;
229 private final Handler mHandler = new MainHandler();
261 // This Handler is used to post message back onto the main thread of the
263 private class MainHandler extends Handler {