HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 76 - 100 of 714) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/policies/base/phone/com/android/internal/policy/impl/
SimUnlockScreen.java 90 mHeaderText = (TextView) findViewById(R.id.headerText);
91 mPinText = (TextView) findViewById(R.id.pinDisplay);
92 mBackSpaceButton = findViewById(R.id.backspace);
95 mEmergencyCallButton = (Button) findViewById(R.id.emergencyCall);
97 mOkButton = (TextView) findViewById(R.id.ok);
327 mZero = (TextView) findViewById(R.id.zero);
328 mOne = (TextView) findViewById(R.id.one);
329 mTwo = (TextView) findViewById(R.id.two);
330 mThree = (TextView) findViewById(R.id.three);
331 mFour = (TextView) findViewById(R.id.four)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 48 mTextView = (TextView) findViewById(R.id.title);
49 mUrlText = (TextView) findViewById(R.id.url);
50 mImageView = (ImageView) findViewById(R.id.favicon);
51 View star = findViewById(R.id.star);
GeolocationPermissionsPrompt.java 52 mInner = (LinearLayout) findViewById(R.id.inner);
53 mMessage = (TextView) findViewById(R.id.message);
54 mShareButton = (Button) findViewById(R.id.share_button);
55 mDontShareButton = (Button) findViewById(R.id.dont_share_button);
56 mRemember = (CheckBox) findViewById(R.id.remember);
  /packages/apps/IM/src/com/android/im/app/
BlockedContactView.java 46 mAvatar = (ImageView) findViewById(R.id.avatar);
47 mBlockedIcon = (ImageView)findViewById(R.id.blocked);
48 mLine1 = (TextView) findViewById(R.id.line1);
49 mLine2 = (TextView) findViewById(R.id.line2);
  /development/apps/CustomLocale/src/com/android/customlocale/
NewLocaleDialog.java 52 mEditText = (EditText) findViewById(R.id.value);
55 mButtonAdd = (Button) findViewById(R.id.add);
58 mButtonAddSelect = (Button) findViewById(R.id.add_and_select);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ResourcesSample.java 61 tv = (TextView)findViewById(R.id.styled_text);
67 tv = (TextView)findViewById(R.id.plain_text);
82 tv = (TextView)findViewById(R.id.res1);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 49 TextView t2 = (TextView) findViewById(R.id.text2);
59 TextView t3 = (TextView) findViewById(R.id.text3);
80 TextView t4 = (TextView) findViewById(R.id.text4);
  /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);
  /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 56 Button b = (Button)findViewById(R.id.button1);
60 b = (Button)findViewById(R.id.button2);
64 b = (Button)findViewById(R.id.button3);
  /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() {
  /development/apps/Development/src/com/android/development/
PackageSummary.java 71 mPackage = (TextView)findViewById(R.id.packageView);
72 mIconImage = (ImageView)findViewById(R.id.icon);
73 mClass = (TextView)findViewById(R.id.classView);
74 mLabel = (TextView)findViewById(R.id.label);
75 mDisabled = findViewById(R.id.disabled);
76 mSystem = findViewById(R.id.system);
77 mDebuggable = findViewById(R.id.debuggable);
78 mNoCode = findViewById(R.id.nocode);
79 mPersistent = findViewById(R.id.persistent);
80 mRestart = (Button)findViewById(R.id.restart)
    [all...]
BadBehaviorActivity.java 128 Button crash_system = (Button) findViewById(R.id.bad_behavior_crash_system);
141 Button crash_main = (Button) findViewById(R.id.bad_behavior_crash_main);
146 Button crash_thread = (Button) findViewById(R.id.bad_behavior_crash_thread);
156 Button crash_native = (Button) findViewById(R.id.bad_behavior_crash_native);
167 Button wtf = (Button) findViewById(R.id.bad_behavior_wtf);
172 Button anr = (Button) findViewById(R.id.bad_behavior_anr);
181 Button anr_activity = (Button) findViewById(R.id.bad_behavior_anr_activity);
190 Button anr_broadcast = (Button) findViewById(R.id.bad_behavior_anr_broadcast);
198 Button anr_service = (Button) findViewById(R.id.bad_behavior_anr_service);
206 Button anr_system = (Button) findViewById(R.id.bad_behavior_anr_system)
    [all...]
  /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);
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
SyncStateCheckBoxPreference.java 61 ImageView syncActiveView = (ImageView) view.findViewById(R.id.sync_active);
62 View syncPendingView = view.findViewById(R.id.sync_pending);
63 View syncFailedView = view.findViewById(R.id.sync_failed);
91 View checkBox = view.findViewById(android.R.id.checkbox);
100 TextView summary = (TextView) view.findViewById(android.R.id.summary);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 61 ((TextView) findViewById(R.id.sms_recipient)).setText(getIntent().getExtras()
63 ((TextView) findViewById(R.id.sms_content)).requestFocus();
68 CheckBox enableCheckBox = (CheckBox) findViewById(R.id.sms_enable_receiver);
89 .findViewById(R.id.sms_recipient);
91 .findViewById(R.id.sms_content);
92 final TextView statusView = (TextView) SmsMessagingDemo.this.findViewById(R.id.sms_status);
95 Button sendButton = (Button) findViewById(R.id.sms_send_message);
  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 73 findViewById(R.id.allow_button).setOnClickListener(this);
74 findViewById(R.id.deny_button).setOnClickListener(this);
76 LinearLayout packagesListView = (LinearLayout) findViewById(R.id.packages_list);
89 ((TextView) findViewById(R.id.account_name)).setText(mAccount.name);
90 ((TextView) findViewById(R.id.account_type)).setText(accountTypeLabel);
91 TextView authTokenTypeView = (TextView) findViewById(R.id.authtoken_type);
101 ((TextView) view.findViewById(R.id.package_label)).setText(packageLabel);
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallbackTest.java 50 mRefUp = (TextView) a.findViewById(R.id.refUp);
51 mRefDown = (TextView) a.findViewById(R.id.refDown);
52 mVictim = (VisibilityCallback.MonitoredTextView) a.findViewById(R.id.victim);
53 mParent = (ViewGroup) a.findViewById(R.id.parent);
54 mVisible = (Button) a.findViewById(R.id.vis);
55 mInvisible = (Button) a.findViewById(R.id.invis);
56 mGone = (Button) a.findViewById(R.id.gone);
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 298 findViewById(R.id.dialog_test_button_1).setOnClickListener(
300 findViewById(R.id.dialog_test_button_2).setOnClickListener(
302 findViewById(R.id.dialog_test_button_3).setOnClickListener(
304 findViewById(R.id.dialog_test_button_4).setOnClickListener(
306 final Button dialogTestButton5 = (Button) findViewById(R.id.dialog_test_button_5);
308 findViewById(R.id.dialog_test_button_6).setOnClickListener(
310 findViewById(R.id.dialog_test_button_7).setOnClickListener(
312 findViewById(R.id.dialog_test_button_8).setOnClickListener(
314 findViewById(R.id.dialog_test_button_9).setOnClickListener(
316 findViewById(R.id.dialog_test_button_10).setOnClickListener
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 84 final LinearLayout layout = (LinearLayout) mActivity.findViewById(R.id.linearlayout);
85 final ListView lv1 = (ListView) mActivity.findViewById(R.id.listview1);
86 final ListView lv2 = (ListView) mActivity.findViewById(R.id.listview2);
111 (LinearLayout) mActivity.findViewById(R.id.linearlayout);
128 final LinearLayout layout = (LinearLayout) mActivity.findViewById(R.id.linearlayout);
145 final Button b = (Button) mActivity.findViewById(R.id.button1);
172 final ListView lv1 = (ListView) mActivity.findViewById(R.id.listview1);
186 final ListView lv1 = (ListView) mActivity.findViewById(R.id.listview1);
200 final LinearLayout layout = (LinearLayout) mActivity.findViewById(R.id.linearlayout);
217 final LinearLayout layout = (LinearLayout) mActivity.findViewById(R.id.linearlayout)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 166 mDigits = (EditText) findViewById(R.id.digits);
174 View view = findViewById(R.id.one);
179 mVoicemailDialAndDeleteRow = findViewById(R.id.voicemailAndDialAndDelete);
188 mVoicemailDialAndDeleteRow.findViewById(R.id.voicemailButton).setEnabled(false);
190 mDialButton = mVoicemailDialAndDeleteRow.findViewById(R.id.dialButton);
193 mDelete = mVoicemailDialAndDeleteRow.findViewById(R.id.deleteButton);
278 findViewById(R.id.one).setOnClickListener(this);
279 findViewById(R.id.two).setOnClickListener(this);
280 findViewById(R.id.three).setOnClickListener(this);
281 findViewById(R.id.four).setOnClickListener(this)
    [all...]

Completed in 334 milliseconds

1 2 34 5 6 7 8 91011>>