Searched defs:mMainHandler (Results 1 - 12 of 12) sorted by relevance

/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/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataLoader.java67 private final Handler mMainHandler; field in class:AlbumDataLoader
87 mMainHandler = new SynchronizedHandler(context.getGLRoot()) {
225 mMainHandler.sendMessage(
226 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
348 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DAlbumSetDataLoader.java73 private final Handler mMainHandler; field in class:AlbumSetDataLoader
87 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
315 mMainHandler.sendMessage(
316 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
335 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DCropImage.java144 private Handler mMainHandler; field in class:CropImage
190 mMainHandler = new SynchronizedHandler(getGLRoot()) {
622 mMainHandler.sendMessage(mMainHandler.obtainMessage(
625 mMainHandler.sendEmptyMessage(MSG_SHOW_SAVE_ERROR);
897 mProgressDialog.setCancelMessage(mMainHandler.obtainMessage(MSG_CANCEL_DIALOG));
915 mMainHandler.sendMessage(mMainHandler.obtainMessage(
930 mMainHandler.sendMessage(mMainHandler
[all...]
H A DPhotoDataAdapter.java141 private final Handler mMainHandler; field in class:PhotoDataAdapter
190 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
489 mMainHandler.sendEmptyMessage(MSG_UPDATE_IMAGE_REQUESTS);
865 mMainHandler.sendMessage(
866 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
887 mMainHandler.sendMessage(
888 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
916 mMainHandler.sendMessage(
917 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
1021 mMainHandler
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java76 private final Handler mMainHandler; field in class:ActionModeHandler
127 mMainHandler = new Handler(activity.getMainLooper());
428 mMainHandler.post(new Runnable() {
H A DCropView.java85 private Handler mMainHandler; field in class:CropView
120 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
680 mMainHandler.sendMessage(
681 mMainHandler.obtainMessage(MSG_UPDATE_FACES, this));
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java149 private Handler mMainHandler; field in class:ContactSaveService
154 mMainHandler = new Handler(Looper.getMainLooper());
1112 mMainHandler.post(new Runnable() {
1122 mMainHandler.post(new Runnable() {
/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java383 final MainHandler mMainHandler = new MainHandler(); field in class:ApplicationsState
567 if (!mMainHandler.hasMessages(MainHandler.MSG_REBUILD_COMPLETE, this)) {
568 Message msg = mMainHandler.obtainMessage(
570 mMainHandler.sendMessage(msg);
739 if (!mMainHandler.hasMessages(MainHandler.MSG_PACKAGE_LIST_CHANGED)) {
740 mMainHandler.sendEmptyMessage(MainHandler.MSG_PACKAGE_LIST_CHANGED);
761 if (!mMainHandler.hasMessages(MainHandler.MSG_PACKAGE_LIST_CHANGED)) {
762 mMainHandler.sendEmptyMessage(MainHandler.MSG_PACKAGE_LIST_CHANGED);
866 Message msg = mMainHandler.obtainMessage(
868 mMainHandler
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java150 private Handler mMainHandler; field in class:PanoramaModule
283 mMainHandler = new Handler() {
563 mMainHandler.sendMessage(mMainHandler.obtainMessage(
566 mMainHandler.sendMessage(mMainHandler.obtainMessage(
768 mMainHandler.sendEmptyMessage(MSG_RESET_TO_PREVIEW);
770 mMainHandler.sendEmptyMessage(MSG_GENERATE_FINAL_MOSAIC_ERROR);
778 mMainHandler.sendMessage(
779 mMainHandler
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java161 private Handler mMainHandler; field in class:PanoramaActivity
298 mMainHandler = new Handler() {
628 mMainHandler.sendMessage(mMainHandler.obtainMessage(
631 mMainHandler.sendMessage(mMainHandler.obtainMessage(
848 mMainHandler.sendEmptyMessage(MSG_RESET_TO_PREVIEW);
850 mMainHandler.sendEmptyMessage(MSG_GENERATE_FINAL_MOSAIC_ERROR);
873 mMainHandler.sendMessage(
874 mMainHandler
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java1690 private final Handler mMainHandler; field in class:VideoEditorActivity.PreviewThread
1715 mMainHandler = new Handler(Looper.getMainLooper());
1756 mMainHandler.post(new Runnable() {
1783 mMainHandler.post(new Runnable() {
1884 mMainHandler.post(new Runnable() {
1906 mMainHandler.post(new Runnable() {
1921 mMainHandler.post(new Runnable() {
1934 mMainHandler.post(new Runnable() {
1946 mMainHandler.post(new Runnable() {
2005 mMainHandler
[all...]

Completed in 225 milliseconds