Home
last modified time | relevance | path

Searched defs:findViewById (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTestViewHelpers.java57 public static UiObject2 findViewById(int id) { in findViewById() method in TestViewHelpers
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DRestrictedActivity.java52 <T extends View> T findViewById(int id); in findViewById() method
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java550 public <T extends View> T findViewById(int id) { in findViewById() method in Launcher