Searched refs:CustomStateView (Results 1 – 3 of 3) sorted by relevance
8 public class CustomStateView extends TextView { class14 public CustomStateView(Context context) { in CustomStateView() method in CustomStateView18 public CustomStateView(Context context, AttributeSet attrs) { in CustomStateView() method in CustomStateView22 public CustomStateView(Context context, AttributeSet attrs, int defStyle) { in CustomStateView() method in CustomStateView
635 public static final int[] CustomStateView = { field in R.styleable
40 import org.robolectric.android.CustomStateView;217 CustomStateView view = inflate(layout.custom_layout6); in shouldConstructCustomViewsWithCustomState()