Searched refs:mIconLoaderExecutor (Results 1 – 3 of 3) sorted by relevance
39 private val mIconLoaderExecutor: NamedTaskExecutor constant48 PackageIconLoader(mContext, iconPackage, mUiThread, mIconLoaderExecutor)130 mIconLoaderExecutor = iconLoader
53 private var mIconLoaderExecutor: NamedTaskExecutor? = null variable115 if (mIconLoaderExecutor == null) {116 mIconLoaderExecutor = createIconLoaderExecutor()118 return mIconLoaderExecutor
54 private val mIconLoaderExecutor: NamedTaskExecutor constant205 mIconLoaderExecutor.execute(this) in create()261 mIconLoaderExecutor = iconLoaderExecutor