Searched refs:nothingSelected (Results 1 – 4 of 4) sorted by relevance
48 final OnNothingSelected nothingSelected, final InverseBindingListener attrChanged) { in setOnItemSelectedListener() argument49 if (selected == null && nothingSelected == null && attrChanged == null) { in setOnItemSelectedListener()53 new OnItemSelectedComponentListener(selected, nothingSelected, attrChanged)); in setOnItemSelectedListener()63 OnNothingSelected nothingSelected, InverseBindingListener attrChanged) { in OnItemSelectedComponentListener() argument65 this.mNothingSelected = nothingSelected; in OnItemSelectedComponentListener()
66 final OnItemSelected selected, final OnNothingSelected nothingSelected) { in setOnItemSelectedListener() argument67 if (selected == null && nothingSelected == null) { in setOnItemSelectedListener()71 new OnItemSelectedComponentListener(selected, nothingSelected, null)); in setOnItemSelectedListener()
225 protected void nothingSelected() { in nothingSelected() method in GridScenario271 nothingSelected(); in onCreate()
280 protected void nothingSelected() { in nothingSelected() method in ListScenario355 nothingSelected(); in onCreate()