Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java109 private BubbleViewInfoTask mInflationTask; field in Bubble
484 mInflationTask.cancel(true /* mayInterruptIfRunning */); in inflate()
486 mInflationTask = new BubbleViewInfoTask(this, in inflate()
496 mInflationTask.onPostExecute(mInflationTask.doInBackground()); in inflate()
498 mInflationTask.execute(); in inflate()
503 return mInflationTask != null && mInflationTask.getStatus() != FINISHED; in isBubbleLoading()
511 if (mInflationTask == null) { in stopInflation()
514 mInflationTask.cancel(true /* mayInterruptIfRunning */); in stopInflation()