Searched defs:findViewById (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DLayoutPreference.java79 // Need to create view now so that findViewById can be called immediately.
87 final ViewGroup allDetails = view.findViewById(R.id.all_details);
114 public <T extends View> T findViewById(int id) { method in class:LayoutPreference
115 return mRootView.findViewById(id);
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java113 return findViewById(R.id.apps_list_view);
124 return findViewById(R.id.widgets_list_view);
150 UiObject2 dragLayer = findViewById(R.id.drag_layer);
154 assertNotNull(findViewById(R.id.deep_shortcuts_container));
166 assertNull(findViewById(R.id.deep_shortcuts_container));
170 assertNotNull(findViewById(R.id.delete_target_text));
263 protected UiObject2 findViewById(int id) { method in class:AbstractLauncherUiTest
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRestrictedActivity.java50 * @see android.app.Activity#findViewById(int)
52 <T extends View> T findViewById(int id); method in interface:RestrictedActivity
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java408 public <T extends View> T findViewById(int id) { method in class:Launcher
409 return mLauncherView.findViewById(id);
911 mDragLayer = findViewById(R.id.drag_layer);
913 mWorkspace = mDragLayer.findViewById(R.id.workspace);
915 mOverviewPanel = findViewById(R.id.overview_panel);
916 mOverviewPanelContainer = findViewById(R.id.overview_panel_container);
917 mHotseat = findViewById(R.id.hotseat);
918 mHotseatSearchBox = findViewById(R.id.search_container_hotseat);
936 mDropTargetBar = mDragLayer.findViewById(R.id.drop_target_bar);
939 mAppsView = findViewById(
[all...]

Completed in 2886 milliseconds