Searched refs:CheckableLayout (Results 1 – 1 of 1) sorted by relevance
72 CheckableLayout l; in getView()79 l = new CheckableLayout(Grid3.this); in getView()84 l = (CheckableLayout) convertView; in getView()108 public class CheckableLayout extends FrameLayout implements Checkable { class in Grid3111 public CheckableLayout(Context context) { in CheckableLayout() method in Grid3.CheckableLayout