Searched defs:pickerType (Results 1 – 2 of 2) sorted by relevance
115 final String pickerType = getArguments().getString(EXTRA_PICKER_TYPE); in onCreateView() local
214 void onValueSelected(@PickerType int pickerType, int newValue, boolean autoAdvance); in onValueSelected()