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

  /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));
  /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);
141 a.onClick(a.findViewById(R.id.reply));
142 a.onClick(a.findViewById(R.id.reply_all));
143 a.onClick(a.findViewById(R.id.delete));
144 a.onClick(a.findViewById(R.id.moveToOlder));
145 a.onClick(a.findViewById(R.id.moveToNewer));
146 // a.onClick(a.findViewById(R.id.download)); // not revealed yet, so unfair test
147 // 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 143 View view = mResult.findViewById(R.id.remoteView_chronometer);
168 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text);
195 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
228 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
261 Chronometer chronometer = (Chronometer) mResult.findViewById(R.id.remoteView_chronometer);
299 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress);
334 assertNotNull(mResult.findViewById(R.id.remoteViews_good));
335 assertNotNull(mResult.findViewById(R.id.remoteView_absolute));
336 assertNotNull(mResult.findViewById(R.id.remoteView_chronometer));
337 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));
  /frameworks/base/core/java/android/app/
Dialog.java 410 public View findViewById(int id) {
411 return mWindow.findViewById(id);
    [all...]
Activity.java 90 * with a layout resource defining your UI, and using {@link #findViewById}
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 740 public View findViewById(int id) {
741 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 347 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
351 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
356 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
363 customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
364 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
374 mWindow.findViewById(R.id.customPanel).setVisibility(View.GONE);
381 View divider = mWindow.findViewById(R.id.titleDivider);
400 View titleTemplate = mWindow.findViewById(R.id.title_template);
405 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 381 method = "findViewById",
404 assertNotNull(d.findViewById(R.id.username_view));
405 assertNotNull(d.findViewById(R.id.username_edit));
406 assertNotNull(d.findViewById(R.id.password_view));
407 assertNotNull(d.findViewById(R.id.password_edit));
420 assertNotNull(d.findViewById(R.id.username_view));
421 assertNotNull(d.findViewById(R.id.username_edit));
422 assertNull(d.findViewById(R.id.password_view));
423 assertNull(d.findViewById(R.id.password_edit));
437 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 325 findViewById(R.id.frame_layout);
329 mVideoPreview = (SurfaceView) findViewById(R.id.camera_preview);
330 mVideoFrame = (ImageView) findViewById(R.id.video_frame);
341 mRecordingTimeView = (TextView) findViewById(R.id.recording_time);
342 mRecordingTimeRect = (RotateRecordingTime) findViewById(R.id.recording_time_rect);
344 ViewGroup rootView = (ViewGroup) findViewById(R.id.video_camera);
350 (ImageView) controlBar.findViewById(R.id.review_thumbnail);
355 mSwitcher = ((Switcher) findViewById(R.id.camera_switch));
357 mSwitcher.addTouchView(findViewById(R.id.camera_switch_set));
361 controlBar.findViewById(R.id.btn_cancel).setOnClickListener(this)
    [all...]
Camera.java 325 findViewById(R.id.camera_switch).setOnClickListener(this);
327 (ImageView) findViewById(R.id.review_thumbnail);
337 mShutterButton = (ShutterButton) findViewById(R.id.shutter_button);
341 mFocusRectangle = (FocusRectangle) findViewById(R.id.focus_rectangle);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 726 DragLayer dragLayer = (DragLayer) findViewById(R.id.drag_layer);
729 mAllAppsGrid = (AllAppsView)dragLayer.findViewById(R.id.all_apps_view);
736 mWorkspace = (Workspace) dragLayer.findViewById(R.id.workspace);
740 DeleteZone deleteZone = (DeleteZone) dragLayer.findViewById(R.id.delete_zone);
743 mHandleView = (HandleView) findViewById(R.id.all_apps_button);
748 ImageView hotseatLeft = (ImageView) findViewById(R.id.hotseat_left);
751 ImageView hotseatRight = (ImageView) findViewById(R.id.hotseat_right);
755 mPreviousView = (ImageView) dragLayer.findViewById(R.id.previous_screen);
756 mNextView = (ImageView) dragLayer.findViewById(R.id.next_screen);
773 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/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 872 milliseconds