Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java113 private BubbleViewInfoTask mInflationTask; field in Bubble
529 mInflationTask.cancel(true /* mayInterruptIfRunning */); in inflate()
531 mInflationTask = new BubbleViewInfoTask(this, in inflate()
543 mInflationTask.onPostExecute(mInflationTask.doInBackground()); in inflate()
545 mInflationTask.execute(); in inflate()
550 return mInflationTask != null && mInflationTask.getStatus() != FINISHED; in isBubbleLoading()
558 if (mInflationTask == null) { in stopInflation()
561 mInflationTask.cancel(true /* mayInterruptIfRunning */); in stopInflation()