OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onFocusChanged
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/text/src/android/text/method/cts/
TransformationMethodTest.java
111
verify(mMethod, atLeastOnce()).
onFocusChanged
(any(), any(), anyBoolean(), anyInt(), any());
119
verify(mMethod, atLeastOnce()).
onFocusChanged
(any(), any(), anyBoolean(), anyInt(), any());
ReplacementTransformationMethodTest.java
133
method.
onFocusChanged
(null, null, true, 0, null);
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java
41
* 3) overrides {@link View#
onFocusChanged
} and sets selection appropriately according to
232
protected void
onFocusChanged
(boolean focused, int direction,
234
super.
onFocusChanged
(focused, direction, previouslyFocusedRect);
/cts/tests/tests/view/src/android/view/cts/
MockView.java
552
protected void
onFocusChanged
(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
553
super.
onFocusChanged
(gainFocus, direction, previouslyFocusedRect);
/cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java
405
protected void
onFocusChanged
(boolean gainFocus, int direction,
407
super.
onFocusChanged
(gainFocus, direction, previouslyFocusedRect);
GridViewTest.java
696
protected void
onFocusChanged
(boolean gainFocus, int direction,
699
super.
onFocusChanged
(gainFocus, direction, previouslyFocusedRect);
[
all
...]
AutoCompleteTextViewTest.java
370
// clearFocus will trigger
onFocusChanged
, and
onFocusChanged
will validate the text.
[
all
...]
Completed in 147 milliseconds