HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 201 - 225 of 2359) sorted by null

1 2 3 4 5 6 7 891011>>

  /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...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 56 mGridView = (GridView) findViewById(R.id.grid);
85 view.findViewById(R.id.imageview_item),
88 view.findViewById(R.id.textview_name),
126 NetworkImageView image = (NetworkImageView) view.findViewById(R.id.imageview_item);
130 TextView name = (TextView) view.findViewById(R.id.textview_name);
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 56 mGridView = (GridView) findViewById(R.id.grid);
85 view.findViewById(R.id.imageview_item),
88 view.findViewById(R.id.textview_name),
126 NetworkImageView image = (NetworkImageView) view.findViewById(R.id.imageview_item);
130 TextView name = (TextView) view.findViewById(R.id.textview_name);
  /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);
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
MainActivity.java 56 mGridView = (GridView) findViewById(R.id.grid);
85 view.findViewById(R.id.imageview_item),
88 view.findViewById(R.id.textview_name),
126 NetworkImageView image = (NetworkImageView) view.findViewById(R.id.imageview_item);
130 TextView name = (TextView) view.findViewById(R.id.textview_name);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 46 mLeftSide = mView.findViewById(R.id.notification_icon_area);
47 mStatusIcons = mView.findViewById(R.id.statusIcons);
48 mSignalCluster = mView.findViewById(R.id.signal_cluster);
49 mBattery = mView.findViewById(R.id.battery);
50 mClock = mView.findViewById(R.id.clock);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
InterruptionTest.java 43 ViewGroup sceneRoot = (ViewGroup) findViewById(R.id.sceneRoot);
50 mScene1RB = (RadioButton) findViewById(R.id.scene1RB);
51 mScene2RB = (RadioButton) findViewById(R.id.scene2RB);
52 mScene3RB = (RadioButton) findViewById(R.id.scene3RB);
53 mScene4RB = (RadioButton) findViewById(R.id.scene4RB);
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
MenuActivity.java 42 registerForContextMenu(findViewById(R.id.text_context_menu));
54 TextView text = (TextView) findViewById(R.id.text_menu_result);
68 TextView text = (TextView) findViewById(R.id.text_menu_result);
75 TextView text = (TextView) findViewById(R.id.text_menu_result);
93 TextView text = (TextView) findViewById(R.id.text_menu_result);
SendActivity.java 58 EditText editText = (EditText) findViewById(R.id.enter_data_edit_text);
66 TextView responseText = (TextView) findViewById(R.id.enter_data_response_text);
75 final EditText searchBox = (EditText) findViewById(R.id.search_box);
80 TextView result = (TextView) findViewById(R.id.search_result);
91 AutoCompleteTextView autoComplete = (AutoCompleteTextView) findViewById(
107 EditText editText = (EditText) findViewById(R.id.send_data_edit_text);
114 EditText editText = (EditText) findViewById(R.id.send_data_to_call_edit_text);
121 EditText editText = (EditText) findViewById(R.id.send_data_to_browser_edit_text);
133 EditText editText = (EditText) findViewById(R.id.send_data_to_message_edit_text);
142 EditText editText = (EditText) findViewById(R.id.send_to_market_data)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 58 mContent = (ViewGroup) findViewById(R.id.main);
59 mClose = (ImageView) findViewById(R.id.closetab);
60 mTitle = (TextView) findViewById(R.id.title);
61 mTitleBar = findViewById(R.id.titlebar);
62 mImage = (ImageView) findViewById(R.id.tab_view);
  /packages/apps/Settings/src/com/android/settings/
SetFullBackupPassword.java 87 mCurrentPw = (TextView) findViewById(R.id.current_backup_pw);
88 mNewPw = (TextView) findViewById(R.id.new_backup_pw);
89 mConfirmNewPw = (TextView) findViewById(R.id.confirm_new_backup_pw);
91 mCancel = (Button) findViewById(R.id.backup_pw_cancel_button);
92 mSet = (Button) findViewById(R.id.backup_pw_set_button);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 57 mAccountDisplayName = (TextView)findViewById(R.id.account_display_name);
58 mAccountAddress = (TextView)findViewById(R.id.account_address);
59 mAvatar = (ImageView)findViewById(R.id.avatar);
60 mCheckmark = (ImageView)findViewById(R.id.checkmark);
94 ImageView v = (ImageView) mAvatar.findViewById(R.id.avatar);
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 136 Button crash_system = (Button) findViewById(R.id.bad_behavior_crash_system);
149 Button crash_main = (Button) findViewById(R.id.bad_behavior_crash_main);
154 Button crash_thread = (Button) findViewById(R.id.bad_behavior_crash_thread);
164 Button crash_native = (Button) findViewById(R.id.bad_behavior_crash_native);
175 Button wtf = (Button) findViewById(R.id.bad_behavior_wtf);
180 Button anr = (Button) findViewById(R.id.bad_behavior_anr);
189 Button anr_activity = (Button) findViewById(R.id.bad_behavior_anr_activity);
198 Button anr_broadcast = (Button) findViewById(R.id.bad_behavior_anr_broadcast);
206 Button anr_service = (Button) findViewById(R.id.bad_behavior_anr_service);
214 Button anr_system = (Button) findViewById(R.id.bad_behavior_anr_system)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java 60 mMiddleFiller = mLayout.findViewById(R.id.filmstrip_bottom_control_middle_filler);
61 mControlLayout = mLayout.findViewById(R.id.bottom_control_panel);
190 mEditButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_edit);
206 mViewButton = (ExternalViewerButton) mLayout.findViewById(
219 mDeleteButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_delete);
231 mShareButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_share);
243 mProgressLayout = mLayout.findViewById(R.id.bottom_progress_panel);
244 mProgressText = (TextView) mLayout.findViewById(R.id.bottom_session_progress_text);
245 mProgressBar = (ProgressBar) mLayout.findViewById(R.id.bottom_session_progress_bar);
248 mProgressErrorText = (TextView) mLayout.findViewById(R.id.bottom_progress_error_text)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWidget.java 76 final ImageView image = (ImageView) findViewById(R.id.widget_preview);
85 TextView name = (TextView) findViewById(R.id.widget_name);
89 TextView dims = (TextView) findViewById(R.id.widget_dims);
108 final ImageView image = (ImageView) findViewById(R.id.widget_preview);
127 final ImageView image = (ImageView) findViewById(R.id.widget_preview);
131 final TextView name = (TextView) findViewById(R.id.widget_name);
133 final TextView dims = (TextView) findViewById(R.id.widget_dims);
147 final TextView name = (TextView) findViewById(R.id.widget_name);
149 final TextView dims = (TextView) findViewById(R.id.widget_dims);
157 final ImageView i = (ImageView) findViewById(R.id.widget_preview)
    [all...]
  /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);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 58 mCurrentColorView = title.findViewById(R.id.selected_color_view);
60 TextView titleText = (TextView) title.findViewById(R.id.title);
101 mMoreButton = (Button) content.findViewById(R.id.more_colors_button);
111 (ColorPickerAdvanced) content.findViewById(R.id.color_picker_advanced);
115 mSimpleColorPicker = (ColorPickerSimple) content.findViewById(R.id.color_picker_simple);
139 View buttonBorder = findViewById(R.id.more_colors_button_border);
142 View simpleView = findViewById(R.id.color_picker_simple);
  /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);
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EnvReverbTest.java 76 ImageView playPause = (ImageView) findViewById(R.id.playPause1);
77 ImageView stop = (ImageView) findViewById(R.id.stop1);
78 textView = (TextView) findViewById(R.id.sessionText);
90 mSendLevelSeekBar = (SeekBar)findViewById(R.id.sendLevelSeekBar);
91 mSendLevelDisplay = (TextView)findViewById(R.id.sendLevelValue);
97 mOnOffButton = (ToggleButton)findViewById(R.id.rvbOnOff);
98 mReleaseButton = (ToggleButton)findViewById(R.id.rvbReleaseButton);
99 mAttachButton = (ToggleButton)findViewById(R.id.attachButton);
108 // button = (ToggleButton)findViewById(R.id.rvbBypass);
113 seekBar = (SeekBar)findViewById(R.id.rvbParam1SeekBar)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayerInvalidationActivity.java 52 container = (LinearLayout) findViewById(R.id.container);
53 final LinearLayout container1 = (LinearLayout) findViewById(R.id.container1);
54 final LinearLayout container2 = (LinearLayout) findViewById(R.id.container2);
55 final LinearLayout container3 = (LinearLayout) findViewById(R.id.container3);
56 nestedStatusTV = (TextView) findViewById(R.id.nestedStatus);
57 invalidateStatusTV = (TextView) findViewById(R.id.invalidateStatus);
58 final TextView tva = (TextView) findViewById(R.id.textviewa);
ViewPropertyAlphaActivity.java 63 EditText selectedText = (EditText) findViewById(R.id.selectedtext);
68 Button invalidator = (Button) findViewById(R.id.invalidateButton);
72 findViewById(R.id.textview).invalidate();
73 findViewById(R.id.spantext).invalidate();
77 TextView textView = (TextView) findViewById(R.id.spantext);
96 LinearLayout container = (LinearLayout) findViewById(R.id.container);
113 startAnim(findViewById(id));

Completed in 620 milliseconds

1 2 3 4 5 6 7 891011>>