Searched refs:mMainHandler (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java348 final MainHandler mMainHandler = new MainHandler(); field in class:ApplicationsState
535 if (!mMainHandler.hasMessages(MainHandler.MSG_REBUILD_COMPLETE)) {
536 Message msg = mMainHandler.obtainMessage(
538 mMainHandler.sendMessage(msg);
631 if (!mMainHandler.hasMessages(MainHandler.MSG_PACKAGE_LIST_CHANGED)) {
632 mMainHandler.sendEmptyMessage(MainHandler.MSG_PACKAGE_LIST_CHANGED);
653 if (!mMainHandler.hasMessages(MainHandler.MSG_PACKAGE_LIST_CHANGED)) {
654 mMainHandler.sendEmptyMessage(MainHandler.MSG_PACKAGE_LIST_CHANGED);
753 Message msg = mMainHandler.obtainMessage(
755 mMainHandler
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataAdapter.java62 private final Handler mMainHandler; field in class:AlbumDataAdapter
80 mMainHandler = new SynchronizedHandler(context.getGLRoot()) {
205 mMainHandler.sendMessage(
206 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
316 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DAlbumSetDataAdapter.java70 private final Handler mMainHandler; field in class:AlbumSetDataAdapter
83 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
295 mMainHandler.sendMessage(
296 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
315 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DPhotoDataAdapter.java135 private final Handler mMainHandler; field in class:PhotoDataAdapter
170 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
597 mMainHandler.sendMessage(
598 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
619 mMainHandler.sendMessage(
620 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
647 mMainHandler.sendMessage(
648 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
766 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DCropImage.java134 private Handler mMainHandler; field in class:CropImage
168 mMainHandler = new SynchronizedHandler(getGLRoot()) {
535 mMainHandler.sendMessage(mMainHandler.obtainMessage(
538 mMainHandler.sendEmptyMessage(MSG_SHOW_SAVE_ERROR);
814 mMainHandler.sendMessage(mMainHandler.obtainMessage(
828 mMainHandler.sendMessage(mMainHandler.obtainMessage(
/packages/apps/Camera/src/com/android/camera/panorama/
H A DPanoramaActivity.java158 private Handler mMainHandler; field in class:PanoramaActivity
279 mMainHandler = new Handler() {
602 mMainHandler.sendMessage(mMainHandler.obtainMessage(
605 mMainHandler.sendMessage(mMainHandler.obtainMessage(
810 mMainHandler.sendEmptyMessage(MSG_RESET_TO_PREVIEW);
812 mMainHandler.sendEmptyMessage(MSG_GENERATE_FINAL_MOSAIC_ERROR);
835 mMainHandler.sendMessage(
836 mMainHandler
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java68 private final Handler mMainHandler; field in class:ActionModeHandler
76 mMainHandler = new Handler(activity.getMainLooper());
202 mMainHandler.post(new Runnable() {
245 mMainHandler.post(new Runnable() {
H A DCropView.java82 private Handler mMainHandler; field in class:CropView
117 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
677 mMainHandler.sendMessage(
678 mMainHandler.obtainMessage(MSG_UPDATE_FACES, this));
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java112 private Handler mMainHandler; field in class:AggregationSuggestionEngine
123 mMainHandler = new Handler() {
327 mMainHandler.sendMessage(mMainHandler.obtainMessage(MESSAGE_DATA_CURSOR, dataCursor));
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java1675 private final Handler mMainHandler; field in class:VideoEditorActivity.PreviewThread
1700 mMainHandler = new Handler(Looper.getMainLooper());
1741 mMainHandler.post(new Runnable() {
1768 mMainHandler.post(new Runnable() {
1869 mMainHandler.post(new Runnable() {
1891 mMainHandler.post(new Runnable() {
1906 mMainHandler.post(new Runnable() {
1919 mMainHandler.post(new Runnable() {
1931 mMainHandler.post(new Runnable() {
1990 mMainHandler
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java142 private Handler mMainHandler; field in class:ContactSaveService
147 mMainHandler = new Handler(Looper.getMainLooper());
986 mMainHandler.post(new Runnable() {
996 mMainHandler.post(new Runnable() {

Completed in 3419 milliseconds