Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewInfoTask.java59 public class BubbleViewInfoTask extends AsyncTask<Void, Void, BubbleViewInfoTask.BubbleViewInfo> {
99 protected BubbleViewInfo doInBackground(Void... voids) { in doInBackground()
100 return BubbleViewInfo.populate(mContext.get(), mStackView.get(), mIconFactory, mBubble, in doInBackground()
105 protected void onPostExecute(BubbleViewInfo viewInfo) { in onPostExecute()
117 static class BubbleViewInfo { class in BubbleViewInfoTask
129 static BubbleViewInfo populate(Context c, BubbleStackView stackView, in populate()
131 BubbleViewInfo info = new BubbleViewInfo(); in populate()
DBubble.java333 void setViewInfo(BubbleViewInfoTask.BubbleViewInfo info) { in setViewInfo()