Searched refs:ArrowPreference (Results 1 – 3 of 3) sorted by relevance
31 public class ArrowPreference extends BackgroundPreference { class33 public ArrowPreference(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr, in ArrowPreference() method in ArrowPreference41 public ArrowPreference(@NonNull Context context, @Nullable AttributeSet attrs, in ArrowPreference() method in ArrowPreference46 public ArrowPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in ArrowPreference() method in ArrowPreference52 public ArrowPreference(@NonNull Context context) { in ArrowPreference() method in ArrowPreference
32 import com.android.settings.accessibility.ArrowPreference;89 final ArrowPreference preference = new ArrowPreference(context); in createHearingDeviceSettingsPreference()
37 private ArrowPreference mPreference;41 mPreference = new ArrowPreference(mContext); in setUp()