Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallTypeIconsView.java45 private final boolean useLargeIcons; field in CallTypeIconsView
66 useLargeIcons = typedArray.getBoolean(R.styleable.CallTypeIconsView_useLargeIcons, false); in CallTypeIconsView()
71 if (largeResouces == null && useLargeIcons) { in CallTypeIconsView()
169 Resources resources = useLargeIcons ? largeResouces : CallTypeIconsView.resources; in getCallTypeDrawable()
198 Resources resources = useLargeIcons ? largeResouces : CallTypeIconsView.resources; in onDraw()
203 if (!useLargeIcons || !(showHd || showVideo || showWifi || showAssistedDialed || showRtt)) { in onDraw()