Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java685 private final Drawable mEmptyIcon; field in RecentsView
843 mEmptyIcon = context.getDrawable(R.drawable.ic_empty_recents); in RecentsView()
844 mEmptyIcon.setCallback(this); in RecentsView()
4346 mEmptyIcon.setAlpha(alphaInt); in setContentAlpha()
5138 + mEmptyMessagePadding + mEmptyIcon.getIntrinsicHeight();
5141 int left = (mLastMeasureSize.x - mEmptyIcon.getIntrinsicWidth()) / 2;
5142 mEmptyIcon.setBounds(left, top, left + mEmptyIcon.getIntrinsicWidth(),
5143 top + mEmptyIcon.getIntrinsicHeight());
5149 return super.verifyDrawable(who) || (mShowEmptyMessage && who == mEmptyIcon);
5156 int offset = (mEmptyIcon.getIntrinsicHeight() + mEmptyMessagePadding) / 2;
[all …]