Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCachedTextView.java36 public class CachedTextView extends TextView { class
53 public CachedTextView(Context context) { in CachedTextView() method in CachedTextView
57 public CachedTextView(Context context, AttributeSet attrs) { in CachedTextView() method in CachedTextView
61 public CachedTextView(Context context, AttributeSet attrs, int defStyle) { in CachedTextView() method in CachedTextView
DPagedViewIcon.java43 public class PagedViewIcon extends CachedTextView implements Checkable {