HomeSort by relevance Sort by last modified time
    Searched defs:findViewById (Results 1 - 25 of 29) sorted by null

1 2

  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
AccessoryController.java 14 protected View findViewById(int id) {
15 return mHostActivity.findViewById(id);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 53 spoofLayout(findViewById(R.id.secure_view_overlay_description),
54 mActivity.findViewById(R.id.secure_view_description));
55 spoofLayout(findViewById(R.id.secure_view_overlay_button1),
56 mActivity.findViewById(R.id.secure_view_unsecure_button));
57 spoofLayout(findViewById(R.id.secure_view_overlay_button2),
58 mActivity.findViewById(R.id.secure_view_builtin_secure_button));
59 spoofLayout(findViewById(R.id.secure_view_overlay_button3),
60 mActivity.findViewById(R.id.secure_view_custom_secure_button));
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 34 assertNotNull(mActivity.findViewById(R.id.heads_up_notification_description));
35 assertNotNull(mActivity.findViewById(R.id.show_notification_button));
36 assertNotNull(mActivity.findViewById(R.id.use_heads_up_checkbox));
VisibilityMetadataFragmentTest.java 34 assertNotNull(mActivity.findViewById(R.id.visibility_metadata_notification_description));
35 assertNotNull(mActivity.findViewById(R.id.visibility_radio_group));
36 assertNotNull(mActivity.findViewById(R.id.visibility_private_radio_button));
37 assertNotNull(mActivity.findViewById(R.id.visibility_secret_radio_button));
38 assertNotNull(mActivity.findViewById(R.id.visibility_public_radio_button));
39 assertNotNull(mActivity.findViewById(R.id.show_notification_button));
OtherMetadataFragmentTest.java 43 assertNotNull(mActivity.findViewById(R.id.attach_person));
44 assertNotNull(mActivity.findViewById(R.id.category_spinner));
45 assertNotNull(mActivity.findViewById(R.id.priority_spinner));
46 assertNotNull(mActivity.findViewById(R.id.show_notification_button));
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 34 assertNotNull(mActivity.findViewById(R.id.heads_up_notification_description));
35 assertNotNull(mActivity.findViewById(R.id.show_notification_button));
36 assertNotNull(mActivity.findViewById(R.id.use_heads_up_checkbox));
VisibilityMetadataFragmentTest.java 34 assertNotNull(mActivity.findViewById(R.id.visibility_metadata_notification_description));
35 assertNotNull(mActivity.findViewById(R.id.visibility_radio_group));
36 assertNotNull(mActivity.findViewById(R.id.visibility_private_radio_button));
37 assertNotNull(mActivity.findViewById(R.id.visibility_secret_radio_button));
38 assertNotNull(mActivity.findViewById(R.id.visibility_public_radio_button));
39 assertNotNull(mActivity.findViewById(R.id.show_notification_button));
OtherMetadataFragmentTest.java 43 assertNotNull(mActivity.findViewById(R.id.attach_person));
44 assertNotNull(mActivity.findViewById(R.id.category_spinner));
45 assertNotNull(mActivity.findViewById(R.id.priority_spinner));
46 assertNotNull(mActivity.findViewById(R.id.show_notification_button));
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 54 registerForContextMenu(root.findViewById(R.id.long_press));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentContextMenu.java 54 registerForContextMenu(root.findViewById(R.id.long_press));
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 113 convertView.setTag(convertView.findViewById(android.R.id.text1));
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 113 convertView.setTag(convertView.findViewById(android.R.id.text1));
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
MainActivity.java 68 mSetDefaultSmsLayout = (RelativeLayout) findViewById(R.id.set_default_sms_layout);
69 mSendSmsEditText = (EditText) findViewById(R.id.send_sms_edittext);
70 ListView listView = (ListView) findViewById(android.R.id.list);
71 listView.setEmptyView(findViewById(android.R.id.empty));
72 mSendSmsButton = (Button) findViewById(R.id.send_sms_button);
141 Button button = (Button) findViewById(R.id.set_default_sms_button);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 170 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
174 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
185 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
189 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
234 assertNotNull(result.findViewById(R.id.text1));
238 assertNotNull(result.findViewById(R.id.text1));
249 assertNotNull(result.findViewById(R.id.text1));
253 assertNotNull(result.findViewById(R.id.text1));
319 assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
323 assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).getText().toString())
    [all...]
RemoteViewsTest.java 117 View view = mResult.findViewById(R.id.remoteView_chronometer);
134 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text);
156 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
184 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
209 Chronometer chronometer = (Chronometer) mResult.findViewById(R.id.remoteView_chronometer);
239 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress);
269 assertNotNull(mResult.findViewById(R.id.remoteViews_good));
270 assertNotNull(mResult.findViewById(R.id.remoteView_absolute));
271 assertNotNull(mResult.findViewById(R.id.remoteView_chronometer));
272 assertNotNull(mResult.findViewById(R.id.remoteView_frame))
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteDetailActivity.java 64 mImageView = (ImageView) findViewById(R.id.image);
65 mGridView = (GridView) findViewById(R.id.palette);
175 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
176 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
177 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
178 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
179 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
180 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 139 mGridView = ((GridView) localView.findViewById(android.R.id.list));
182 mGridView.setEmptyView(localView.findViewById(R.id.progressRoot));
420 View thumbView = layoutView.findViewById(R.id.thumbImage);
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellActivity.java 134 mTabManager = (TabManager) findViewById(R.id.tab_manager);
160 mToolbar = (ChromeShellToolbar) findViewById(R.id.toolbar);
281 mAppMenuHandler.showAppMenu(findViewById(R.id.menu_button), true, false);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 165 mHostListView = (ListView) findViewById(R.id.hostList_chooser);
166 mHostListView.setEmptyView(findViewById(R.id.hostList_empty));
167 mProgressView = findViewById(R.id.hostList_progress);
169 findViewById(R.id.host_setup_link_android).setOnClickListener(this);
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 259 assertNotNull(d.findViewById(R.id.username_view));
260 assertNotNull(d.findViewById(R.id.username_edit));
261 assertNotNull(d.findViewById(R.id.password_view));
262 assertNotNull(d.findViewById(R.id.password_edit));
275 assertNotNull(d.findViewById(R.id.username_view));
276 assertNotNull(d.findViewById(R.id.username_edit));
277 assertNull(d.findViewById(R.id.password_view));
278 assertNull(d.findViewById(R.id.password_edit));
292 assertNotNull(d.findViewById(R.id.username_view));
293 assertNotNull(d.findViewById(R.id.username_edit))
    [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1024 milliseconds

1 2