Home
last modified time | relevance | path

Searched refs:mInflationTask (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java78 private BubbleViewInfoTask mInflationTask; field in Bubble
302 mInflationTask.cancel(true /* mayInterruptIfRunning */); in inflate()
304 mInflationTask = new BubbleViewInfoTask(this, in inflate()
311 mInflationTask.onPostExecute(mInflationTask.doInBackground()); in inflate()
313 mInflationTask.execute(); in inflate()
318 return mInflationTask != null && mInflationTask.getStatus() != FINISHED; in isBubbleLoading()
326 if (mInflationTask == null) { in stopInflation()
329 mInflationTask.cancel(true /* mayInterruptIfRunning */); in stopInflation()