Searched refs:pickerType (Results 1 – 3 of 3) sorted by relevance
115 final String pickerType = getArguments().getString(EXTRA_PICKER_TYPE); in onCreateView() local128 if (pickerType.equals(TYPE_DATE)) { in onCreateView()
922 public void onValueSelected(int pickerType, int newValue, boolean autoAdvance) {924 switch (pickerType) {954 public void onValueChanged(int pickerType, int newValue) {955 switch (pickerType) {
214 void onValueSelected(@PickerType int pickerType, int newValue, boolean autoAdvance); in onValueSelected() argument