Hi,
I have over-loaded the onFocusChanged() in my classes which inherits
from LinearLayout.
protected void onFocusChanged(boolean gainFocus, int direction,
Rect previouslyFocusedRect) {
super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
}
My question is when does onFocusChanged() get called? In this
over-loaded implementation, I set a breakpoint, but it never breaks
there. I have repeated pressing UP/DOWN key, but it never breaks at
that line
Thank you for any pointers.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---