HomeSort by relevance Sort by last modified time
    Searched refs:AppCompatCheckedTextView (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatCheckedTextView.java 36 public class AppCompatCheckedTextView extends CheckedTextView {
44 public AppCompatCheckedTextView(Context context) {
48 public AppCompatCheckedTextView(Context context, AttributeSet attrs) {
52 public AppCompatCheckedTextView(Context context, AttributeSet attrs, int defStyleAttr) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatViewInflater.java 35 import androidx.appcompat.widget.AppCompatCheckedTextView;
216 protected AppCompatCheckedTextView createCheckedTextView(Context context, AttributeSet attrs) {
217 return new AppCompatCheckedTextView(context, attrs);

Completed in 139 milliseconds