OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clearFocus
(Results
26 - 50
of
71
) sorted by null
1
2
3
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
239
mKeyView.
clearFocus
();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java
238
clearFocus
();
/packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java
192
mUrlInput.
clearFocus
();
/packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java
233
focusedView.
clearFocus
();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java
69
PhotoTable.this.
clearFocus
();
281
public void
clearFocus
() {
296
clearFocus
();
684
clearFocus
();
[
all
...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java
71
view.
clearFocus
();
/packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java
231
mSearchView.
clearFocus
();
270
mSearchView.
clearFocus
();
AllInOneActivity.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java
503
mSearchView.
clearFocus
();
527
mSearchView.
clearFocus
();
ContactSelectionActivity.java
218
mSearchView.
clearFocus
();
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
264
v.
clearFocus
();
Folder.java
[
all
...]
PagedView.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DragController.java
254
v.
clearFocus
();
Folder.java
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java
368
vg.
clearFocus
();
[
all
...]
/frameworks/base/core/java/android/widget/
NumberPicker.java
634
mInputText.
clearFocus
();
646
mInputText.
clearFocus
();
[
all
...]
ListView.java
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java
284
//
clearFocus
will trigger onFocusChanged, and onFocusChanged will validate the text.
285
mAutoCompleteTextView.
clearFocus
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java
538
public void
clearFocus
() {
/frameworks/base/core/java/android/view/
ViewGroup.java
798
public void
clearFocus
() {
800
System.out.println(this + "
clearFocus
()");
803
super.
clearFocus
();
807
focused.
clearFocus
();
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java
477
mSearchView.
clearFocus
();
564
mSearchView.
clearFocus
();
569
mSearchView.
clearFocus
();
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java
[
all
...]
Completed in 732 milliseconds
1
2
3