HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 151 - 175 of 1864) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java 42 mSeekBar = (SeekBar)findViewById(R.id.seek);
44 mProgressText = (TextView)findViewById(R.id.progress);
45 mTrackingText = (TextView)findViewById(R.id.tracking);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 64 mLeftButton = (Button) a.findViewById(R.id.leftButton);
65 mCenterButton = (Button) a.findViewById(R.id.centerButton);
66 mRightButton = (Button) a.findViewById(R.id.rightButton);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 54 mLayout = (LinearLayout) findViewById(R.id.display_layout);
55 mText = (TextView) findViewById(R.id.display_text);
60 TextView smallText = (TextView) findViewById(R.id.display_smalltext);
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 78 TextView textViewResource = (TextView) findViewById(R.id.text_html_resource);
93 TextView textViewHtml = (TextView) findViewById(R.id.text_html_program);
126 TextView textViewSpan = (TextView) findViewById(R.id.text_spannable);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
OutputController.java 29 sc.attachToView((ViewGroup) findViewById(viewId));
35 ledC.attachToView((ViewGroup) findViewById(viewId));
41 r.attachToView((ViewGroup) findViewById(viewId));
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfTwoFocusableInTouchMode.java 41 mButton1 = findViewById(R.id.button1);
42 mButton2 = findViewById(R.id.button2);
43 mButton3 = findViewById(R.id.button3);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 44 mFixedWidth = activity.findViewById(R.id.fixed_width);
45 mNonFixedWidth = activity.findViewById(R.id.non_fixed_width);
46 mFixedHeight = activity.findViewById(R.id.fixed_height);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 47 mFrame = findViewById(R.id.frame);
49 mHide = (Button) findViewById(R.id.hide);
52 mShow = (Button) findViewById(R.id.show);
ListViewHeight.java 47 mButton1 = findViewById(R.id.button1);
48 mButton2 = findViewById(R.id.button2);
49 mButton3 = findViewById(R.id.button3);
51 mOuterLayout = findViewById(R.id.layout);
52 mInnerList = (ListView)findViewById(R.id.inner_list);
  /frameworks/base/services/java/com/android/server/am/
BaseErrorDialog.java 58 Button b = (Button)findViewById(R.id.button1);
62 b = (Button)findViewById(R.id.button2);
66 b = (Button)findViewById(R.id.button3);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 38 StackView stack = (StackView) findViewById(R.id.stack_view);
51 ((ImageView) item.findViewById(R.id.textview_icon)).setImageDrawable(
53 ((TextView) item.findViewById(R.id.mini_text)).setText("" + position);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DelayedTransition.java 39 final Button button1 = (Button) findViewById(R.id.button1);
40 final Button button2 = (Button) findViewById(R.id.button2);
41 final LinearLayout container = (LinearLayout) findViewById(R.id.container);
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 55 TextView display = (TextView) view.findViewById(android.R.id.title);
56 ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
60 TextView destination = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 53 mLabelView = (TextView) findViewById(R.id.label);
54 mLabelBackgroundView = findViewById(R.id.label_background);
55 mAlphaLayer = findViewById(R.id.alpha_overlay);
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 44 mPrompt = (TextView)findViewById(R.id.prompt);
45 mButton = (Button) findViewById(R.id.delete);
48 ((Button)findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
FileItemInfoLayout.java 50 mFileNameView = (TextView) findViewById(R.id.misc_filename);
51 mFileSizeView = (TextView) findViewById(R.id.misc_filesize);
52 mCheckbox = (CheckBox) findViewById(R.id.misc_checkbox);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 55 mAccountTextView = (TextView)findViewById(R.id.name);
56 mUnreadCountTextView = (TextView)findViewById(R.id.unread);
57 mSelectedButton = (ImageView)findViewById(R.id.account_radio_button);
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 89 final View v1 = mActivity.findViewById(R.id.ok);
90 final View v2 = mActivity.findViewById(R.id.cancel);
91 final View v3 = mActivity.findViewById(R.id.label);
92 final View v4 = mActivity.findViewById(R.id.entry);
134 final View v1 = mActivity.findViewById(R.id.ok);
135 final View v2 = mActivity.findViewById(R.id.cancel);
168 final View v1 = mActivity.findViewById(R.id.ok);
169 final View v2 = mActivity.findViewById(R.id.cancel);
196 final View v1 = mActivity.findViewById(R.id.ok);
197 final View v2 = mActivity.findViewById(R.id.cancel)
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 69 mPackage = (TextView)findViewById(R.id.packageView);
70 mIconImage = (ImageView)findViewById(R.id.icon);
71 mClass = (TextView)findViewById(R.id.classView);
72 mLabel = (TextView)findViewById(R.id.label);
73 mDisabled = findViewById(R.id.disabled);
74 mSystem = findViewById(R.id.system);
75 mDebuggable = findViewById(R.id.debuggable);
76 mNoCode = findViewById(R.id.nocode);
77 mPersistent = findViewById(R.id.persistent);
78 mRestart = (Button)findViewById(R.id.restart)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 163 final View layoutRoot = findViewById(R.id.layout_root);
173 mTitleView = (TextView)findViewById(R.id.wifi_setup_title);
174 mProgressBar = (ProgressBar)findViewById(R.id.scanning_progress_bar);
176 mTopDividerNoProgress = findViewById(R.id.top_divider_no_progress);
177 mBottomPadding = findViewById(R.id.bottom_padding);
183 mAddNetworkButton = (Button)findViewById(R.id.wifi_setup_add_network);
185 mRefreshButton = (Button)findViewById(R.id.wifi_setup_refresh_list);
187 mSkipOrNextButton = (Button)findViewById(R.id.wifi_setup_skip_or_next);
189 mConnectButton = (Button)findViewById(R.id.wifi_setup_connect);
191 mBackButton = (Button)findViewById(R.id.wifi_setup_cancel)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java 51 final Button button = (Button)findViewById(buttonId);
76 View tv = v.findViewById(R.id.msg);
80 mTextView = (TextView)v.findViewById(R.id.saved);
102 View tv = v.findViewById(R.id.msg);
109 ((TextView)v.findViewById(R.id.saved)).setSaveEnabled(true);
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java 63 mJetBoyView = (JetBoyView)findViewById(R.id.JetBoyView);
67 mButton = (Button)findViewById(R.id.Button01);
70 mButtonRetry = (Button)findViewById(R.id.Button02);
74 mTextView = (TextView)findViewById(R.id.text);
75 mTimerView = (TextView)findViewById(R.id.timer);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java 52 final Button button = (Button)findViewById(buttonId);
77 View tv = v.findViewById(R.id.msg);
81 mTextView = (TextView)v.findViewById(R.id.saved);
103 View tv = v.findViewById(R.id.msg);
110 ((TextView)v.findViewById(R.id.saved)).setSaveEnabled(true);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteControllerDialog.java 75 mInfoLayout = (LinearLayout)v.findViewById(R.id.media_route_info);
76 mTextView = (TextView)v.findViewById(R.id.track_info);
77 mThumbnail = (ImageView)v.findViewById(R.id.snapshot);
80 mPauseResumeButton = (ImageButton)v.findViewById(R.id.pause_resume_button);
91 mStopButton = (ImageButton)v.findViewById(R.id.stop_button);
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
MenuActivity.java 26 registerForContextMenu(findViewById(R.id.textContextMenu));
38 TextView text = (TextView) findViewById(R.id.textMenuResult);
52 TextView text = (TextView) findViewById(R.id.textMenuResult);
59 TextView text = (TextView) findViewById(R.id.textMenuResult);
77 TextView text = (TextView) findViewById(R.id.textMenuResult);

Completed in 540 milliseconds

1 2 3 4 5 67 8 91011>>