Searched refs:mBackgroundHandler (Results 1 – 5 of 5) sorted by relevance
122 private final BackgroundHandler mBackgroundHandler; field in AppEntryListManager138 mBackgroundHandler = new BackgroundHandler(new WeakReference<>(this), in AppEntryListManager()194 mBackgroundHandler.sendEmptyMessage(BackgroundHandler.MSG_LOAD_ALL); in forceUpdate()202 mBackgroundHandler.obtainMessage(BackgroundHandler.MSG_LOAD_PKG, in forceUpdate()217 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_LOAD_ALL); in clearHandlers()218 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_LOAD_PKG); in clearHandlers()
49 private final Handler mBackgroundHandler; field in TaskIconCache69 mBackgroundHandler = new Handler(backgroundLooper); in TaskIconCache()96 IconLoadRequest request = new IconLoadRequest(mBackgroundHandler) { in updateIconInBackground()113 Utilities.postAsyncCallback(mBackgroundHandler, request); in updateIconInBackground()
41 private final Handler mBackgroundHandler; field in TaskThumbnailCache98 mBackgroundHandler = new Handler(backgroundLooper); in TaskThumbnailCache()162 ThumbnailLoadRequest request = new ThumbnailLoadRequest(mBackgroundHandler, in updateThumbnailInBackground()179 Utilities.postAsyncCallback(mBackgroundHandler, request); in updateThumbnailInBackground()
252 final BackgroundHandler mBackgroundHandler; field in RunningState294 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in onReceive()295 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in onReceive()296 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS); in onReceive()297 mBackgroundHandler.sendEmptyMessage(MSG_UPDATE_CONTENTS); in onReceive()788 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()801 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in resume()802 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS); in resume()803 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in resume()805 if (!mBackgroundHandler.hasMessages(MSG_UPDATE_CONTENTS)) { in resume()[all …]