Home
last modified time | relevance | path

Searched refs:onFocusChange (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java256 public void onFocusChange(View v, boolean hasFocus) { in onFocusChange() method in NumberPicker
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java204 onFocusChangeListener.onFocusChange(realView, hasFocus); in setViewFocus()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java130 public void onFocusChange(View v, boolean hasFocus) { in shouldFocus()