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

  /packages/apps/Email/src/com/android/email/activity/
AccountShortcutPicker.java 86 listView.setEmptyView(findViewById(R.id.empty));
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 84 mToView = (TextView) a.findViewById(R.id.to);
85 mSubjectView = (TextView) a.findViewById(R.id.subject);
86 mMessageContentView = (WebView) a.findViewById(R.id.message_content);
144 a.onClick(a.findViewById(R.id.reply));
145 a.onClick(a.findViewById(R.id.reply_all));
146 a.onClick(a.findViewById(R.id.delete));
147 a.onClick(a.findViewById(R.id.moveToOlder));
148 a.onClick(a.findViewById(R.id.moveToNewer));
149 // a.onClick(a.findViewById(R.id.download)); // not revealed yet, so unfair test
150 // a.onClick(a.findViewById(R.id.view)); // not revealed yet, so unfair tes
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 228 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
232 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
243 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
247 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
298 assertNotNull(result.findViewById(R.id.text1));
302 assertNotNull(result.findViewById(R.id.text1));
313 assertNotNull(result.findViewById(R.id.text1));
317 assertNotNull(result.findViewById(R.id.text1));
423 assertEquals("group00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
427 assertEquals("group30", ((TextView) result.findViewById(R.id.text1)).getText().toString())
    [all...]
RemoteViewsTest.java 144 View view = mResult.findViewById(R.id.remoteView_chronometer);
169 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text);
196 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
232 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
267 Chronometer chronometer = (Chronometer) mResult.findViewById(R.id.remoteView_chronometer);
305 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress);
340 assertNotNull(mResult.findViewById(R.id.remoteViews_good));
341 assertNotNull(mResult.findViewById(R.id.remoteView_absolute));
342 assertNotNull(mResult.findViewById(R.id.remoteView_chronometer));
343 assertNotNull(mResult.findViewById(R.id.remoteView_frame))
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 86 mListView = (ListView)findViewById(R.id.list);
87 mListView.setEmptyView(findViewById(R.id.empty));
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 174 mSlideView = (SlideView) findViewById(R.id.slide_view);
237 mMediaController.setAnchorView(findViewById(R.id.slide_view));
  /packages/apps/Browser/src/com/android/browser/
BrowserDownloadPage.java 75 mListView = (ExpandableListView) findViewById(android.R.id.list);
76 mListView.setEmptyView(findViewById(R.id.empty));
  /frameworks/base/core/java/android/app/
Dialog.java 410 public View findViewById(int id) {
411 return mWindow.findViewById(id);
    [all...]
Activity.java 89 * with a layout resource defining your UI, and using {@link #findViewById}
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 725 public View findViewById(int id) {
726 return getDecorView().findViewById(id);
    [all...]
View.java 270 * Button myButton = (Button) findViewById(R.id.my_button);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 346 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
350 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
355 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
362 customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
363 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
373 mWindow.findViewById(R.id.customPanel).setVisibility(View.GONE);
380 View divider = mWindow.findViewById(R.id.titleDivider);
399 View titleTemplate = mWindow.findViewById(R.id.title_template);
404 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
408 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 377 method = "findViewById",
400 assertNotNull(d.findViewById(R.id.username_view));
401 assertNotNull(d.findViewById(R.id.username_edit));
402 assertNotNull(d.findViewById(R.id.password_view));
403 assertNotNull(d.findViewById(R.id.password_edit));
416 assertNotNull(d.findViewById(R.id.username_view));
417 assertNotNull(d.findViewById(R.id.username_edit));
418 assertNull(d.findViewById(R.id.password_view));
419 assertNull(d.findViewById(R.id.password_edit));
433 assertNotNull(d.findViewById(R.id.username_view))
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 261 mNextImageView = rootView.findViewById(R.id.next_image);
262 mPrevImageView = rootView.findViewById(R.id.prev_image);
569 mImageView = (ImageViewTouch) findViewById(R.id.image);
591 (ImageViewTouchBase) findViewById(R.id.image1_slideShow);
593 (ImageViewTouchBase) findViewById(R.id.image2_slideShow);
599 mActionIconPanel = findViewById(R.id.action_icon_panel);
626 View view = mActionIconPanel.findViewById(id);
634 mActionIconPanel.findViewById(R.id.discard)
650 setupOnScreenControls(findViewById(R.id.rootLayout), mImageView);
659 panel.findViewById(R.id.setas).setVisibility(View.GONE)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 300 findViewById(R.id.frame_layout);
304 mVideoPreview = (SurfaceView) findViewById(R.id.camera_preview);
305 mVideoFrame = (ImageView) findViewById(R.id.video_frame);
316 mRecordingTimeView = (TextView) findViewById(R.id.recording_time);
318 ViewGroup rootView = (ViewGroup) findViewById(R.id.video_camera);
324 (ImageView) controlBar.findViewById(R.id.review_thumbnail);
329 mSwitcher = ((Switcher) findViewById(R.id.camera_switch));
331 mSwitcher.addTouchView(findViewById(R.id.camera_switch_set));
335 controlBar.findViewById(R.id.btn_cancel).setOnClickListener(this);
337 (ImageView) controlBar.findViewById(R.id.btn_retake)
    [all...]
Camera.java 342 findViewById(R.id.camera_switch).setOnClickListener(this);
344 (ImageView) findViewById(R.id.review_thumbnail);
354 mShutterButton = (ShutterButton) findViewById(R.id.shutter_button);
358 mFocusRectangle = (FocusRectangle) findViewById(R.id.focus_rectangle);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 701 DragLayer dragLayer = (DragLayer) findViewById(R.id.drag_layer);
704 mAllAppsGrid = (AllAppsView)dragLayer.findViewById(R.id.all_apps_view);
711 mWorkspace = (Workspace) dragLayer.findViewById(R.id.workspace);
715 DeleteZone deleteZone = (DeleteZone) dragLayer.findViewById(R.id.delete_zone);
718 mHandleView = (HandleView) findViewById(R.id.all_apps_button);
723 ImageView hotseatLeft = (ImageView) findViewById(R.id.hotseat_left);
726 ImageView hotseatRight = (ImageView) findViewById(R.id.hotseat_right);
730 mPreviousView = (ImageView) dragLayer.findViewById(R.id.previous_screen);
731 mNextView = (ImageView) dragLayer.findViewById(R.id.next_screen);
748 deleteZone.setHandle(findViewById(R.id.all_apps_button_cluster))
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 346 milliseconds