Home | History | Annotate | Download | only in camera

Lines Matching refs:Handler

47 import android.os.Handler;
249 private final Handler mHandler = new MainHandler();
262 * This Handler is used to post message back onto the main thread of the
265 private class MainHandler extends Handler {