-
public class FloatPreferenceViewHolder extends PreferenceViewHolder<Float>
-
-
Constructor Summary
Constructors Constructor Description FloatPreferenceViewHolder(View itemView, SharedPreferences sharedPreferences)
-
Method Summary
-
Methods inherited from class com.willowtreeapps.hyperion.sharedpreferences.detail.viewholder.PreferenceViewHolder
bind -
Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FloatPreferenceViewHolder
FloatPreferenceViewHolder(View itemView, SharedPreferences sharedPreferences)
-
-
-
-