HomeSort by relevance Sort by last modified time
    Searched refs:mMainHandler (Results 1 - 15 of 15) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 410 final MainHandler mMainHandler = new MainHandler();
596 if (!mMainHandler.hasMessages(MainHandler.MSG_REBUILD_COMPLETE, this)) {
597 Message msg = mMainHandler.obtainMessage(
599 mMainHandler.sendMessage(msg);
782 if (!mMainHandler.hasMessages(MainHandler.MSG_PACKAGE_LIST_CHANGED)) {
783 mMainHandler.sendEmptyMessage(MainHandler.MSG_PACKAGE_LIST_CHANGED);
814 if (!mMainHandler.hasMessages(MainHandler.MSG_PACKAGE_LIST_CHANGED)) {
815 mMainHandler.sendEmptyMessage(MainHandler.MSG_PACKAGE_LIST_CHANGED);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 67 private final Handler mMainHandler;
87 mMainHandler = new SynchronizedHandler(context.getGLRoot()) {
224 mMainHandler.sendMessage(
225 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
347 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
AlbumSetDataLoader.java 73 private final Handler mMainHandler;
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);
PhotoDataAdapter.java 140 private final Handler mMainHandler;
189 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
488 mMainHandler.sendEmptyMessage(MSG_UPDATE_IMAGE_REQUESTS);
863 mMainHandler.sendMessage(
864 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
885 mMainHandler.sendMessage(
886 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
914 mMainHandler.sendMessage(
915 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 161 private Handler mMainHandler;
298 mMainHandler = new Handler() {
628 mMainHandler.sendMessage(mMainHandler.obtainMessage(
631 mMainHandler.sendMessage(mMainHandler.obtainMessage(
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 149 private Handler mMainHandler;
288 mMainHandler = new Handler() {
440 mMainHandler.removeMessages(MSG_CONFIG_MOSAIC_PREVIEW);
441 mMainHandler.obtainMessage(MSG_CONFIG_MOSAIC_PREVIEW, w, h).sendToTarget();
481 mMainHandler.sendEmptyMessage(MSG_RESET_TO_PREVIEW);
604 mMainHandler.sendMessage(mMainHandler.obtainMessage(
607 mMainHandler.sendMessage(mMainHandler.obtainMessage(
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PanoramaModule.java 149 private Handler mMainHandler;
290 mMainHandler = new Handler() {
442 mMainHandler.removeMessages(MSG_CONFIG_MOSAIC_PREVIEW);
443 mMainHandler.obtainMessage(MSG_CONFIG_MOSAIC_PREVIEW, w, h).sendToTarget();
480 mMainHandler.sendEmptyMessage(MSG_RESET_TO_PREVIEW);
603 mMainHandler.sendMessage(mMainHandler.obtainMessage(
606 mMainHandler.sendMessage(mMainHandler.obtainMessage(
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 112 private Handler mMainHandler;
123 mMainHandler = new Handler() {
327 mMainHandler.sendMessage(mMainHandler.obtainMessage(MESSAGE_DATA_CURSOR, dataCursor));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 79 private final Handler mMainHandler;
130 mMainHandler = new Handler(activity.getMainLooper());
412 mMainHandler.post(new Runnable() {
451 mMainHandler.post(new Runnable() {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java     [all...]
  /frameworks/base/core/java/android/accounts/
AccountManager.java 235 private final Handler mMainHandler;
253 mMainHandler = new Handler(mContext.getMainLooper());
262 mMainHandler = handler;
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 171 private final MainHandler mMainHandler;
224 mMainHandler = new MainHandler(mContext.getMainLooper());
230 new AccessibilityContentObserver(mMainHandler).register(
393 mMainHandler.obtainMessage(MainHandler.MSG_UPDATE_ACTIVE_WINDOW,
399 mMainHandler.obtainMessage(MainHandler.MSG_SEND_ACCESSIBILITY_EVENT_TO_INPUT_FILTER,
    [all...]
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 811 private final Handler mMainHandler;
820 mMainHandler = new Handler();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 150 private Handler mMainHandler;
155 mMainHandler = new Handler(Looper.getMainLooper());
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 143 private final Handler mMainHandler = new Handler();
396 mMainHandler.post(new Runnable() {
    [all...]

Completed in 1220 milliseconds