Searched refs:findViewById (Results 101 - 125 of 394) sorted by relevance

1234567891011>>

/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerSwatch.java56 mSwatchImage = (ImageView) findViewById(R.id.color_picker_swatch);
57 mCheckmarkImage = (ImageView) findViewById(R.id.color_picker_checkmark);
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java44 ImageView in = (ImageView) findViewById(R.id.displayin);
47 ImageView out = (ImageView) findViewById(R.id.displayout);
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java81 View button = findViewById((R.id.switch_old));
83 button = findViewById((R.id.switch_new));
85 button = findViewById((R.id.cancel));
95 ((TextView)findViewById(id)).setText(text);
100 ((ImageView)findViewById(id)).setImageDrawable(dr);
H A DRestrictionsPinActivity.java67 mPinErrorMessage = (TextView) ap.mView.findViewById(R.id.pin_error_message);
68 mPinText = (EditText) ap.mView.findViewById(R.id.pin_text);
69 mOkButton = (Button) ap.mView.findViewById(R.id.pin_ok_button);
70 mCancelButton = (Button) ap.mView.findViewById(R.id.pin_cancel_button);
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java55 findViewById(R.id.checkbox).setOnClickListener(mClickListener);
56 findViewById(R.id.checkbox_wake).setOnClickListener(mWakeClickListener);
57 mLog = (TextView)findViewById(R.id.log);
75 if (((CheckBox)findViewById(R.id.checkbox)).isChecked()) {
78 if (((CheckBox)findViewById(R.id.checkbox_wake)).isChecked()) {
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java174 mStatusView = (TextView) findViewById(R.id.package_name);
175 mAllowButton = (Button) findViewById(R.id.button_allow);
176 mDenyButton = (Button) findViewById(R.id.button_deny);
178 mCurPassword = (TextView) findViewById(R.id.password);
179 mEncPassword = (TextView) findViewById(R.id.enc_password);
180 TextView curPwDesc = (TextView) findViewById(R.id.password_desc);
187 TextView pwPrompt = (TextView) findViewById(R.id.password_desc);
191 TextView tv = (TextView) findViewById(R.id.enc_password);
193 tv = (TextView) findViewById(R.id.enc_password_desc);
202 TextView encPwDesc = (TextView) findViewById(
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
81 mSurfaceView1 = (SurfaceView) findViewById(R.id.surfaceview1);
103 mSurfaceView2 = (SurfaceView) findViewById(R.id.surfaceview2);
155 Spinner sourceSpinner = (Spinner) findViewById(R.id.source_spinner);
175 Spinner sinkSpinner = (Spinner) findViewById(R.id.sink_spinner);
220 ((Button) findViewById(R.id.start_java)).setOnClickListener(new View.OnClickListener() {
250 ((Button) findViewById(R.id.start_native)).setOnClickListener(new View.OnClickListener() {
276 ((Button) findViewById(R.id.rewind_java)).setOnClickListener(new View.OnClickListener() {
288 ((Button) findViewById(
[all...]
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java91 final TextView authTokenTypeView = (TextView) findViewById(R.id.authtoken_type);
116 findViewById(R.id.allow_button).setOnClickListener(this);
117 findViewById(R.id.deny_button).setOnClickListener(this);
119 LinearLayout packagesListView = (LinearLayout) findViewById(R.id.packages_list);
131 ((TextView) findViewById(R.id.account_name)).setText(mAccount.name);
132 ((TextView) findViewById(R.id.account_type)).setText(accountTypeLabel);
155 ((TextView) view.findViewById(R.id.package_label)).setText(packageLabel);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java73 mSessionText = (EditText) findViewById(R.id.sessionEdit);
78 mReleaseButton = (ToggleButton)findViewById(R.id.bbReleaseButton);
79 mOnOffButton = (ToggleButton)findViewById(R.id.bassboostOnOff);
87 textView = (TextView)findViewById(R.id.bbStrengthMin);
89 textView = (TextView)findViewById(R.id.bbStrengthMax);
91 seekBar = (SeekBar)findViewById(R.id.bbStrengthSeekBar);
92 textView = (TextView)findViewById(R.id.bbStrengthValue);
H A DEffectsTest.java52 Button button = (Button) findViewById(R.id.env_reverb_actvity);
59 button = (Button) findViewById(R.id.preset_reverb_actvity);
66 button = (Button) findViewById(R.id.equalizer_actvity);
73 button = (Button) findViewById(R.id.virtualizer_actvity);
80 button = (Button) findViewById(R.id.bassboost_actvity);
87 button = (Button) findViewById(R.id.visualizer_actvity);
96 ListView list = (ListView) findViewById(R.id.effect_list);
H A DVirtualizerTest.java73 mSessionText = (EditText) findViewById(R.id.sessionEdit);
77 mReleaseButton = (ToggleButton)findViewById(R.id.virtReleaseButton);
78 mOnOffButton = (ToggleButton)findViewById(R.id.virtualizerOnOff);
85 textView = (TextView)findViewById(R.id.virtStrengthMin);
87 textView = (TextView)findViewById(R.id.virtStrengthMax);
89 seekBar = (SeekBar)findViewById(R.id.virtStrengthSeekBar);
90 textView = (TextView)findViewById(R.id.virtStrengthValue);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java74 mWifiGroup = (ViewGroup) findViewById(R.id.wifi_combo);
75 mWifi = (ImageView) findViewById(R.id.wifi_signal);
76 mMobileGroup = (ViewGroup) findViewById(R.id.mobile_combo);
77 mMobile = (ImageView) findViewById(R.id.mobile_signal);
78 mMobileType = (ImageView) findViewById(R.id.mobile_type);
79 mSpacer = findViewById(R.id.spacer);
80 mAirplane = (ImageView) findViewById(R.id.airplane);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java110 mIcons[0] = (TextView)findViewById(com.android.internal.R.id.button0);
111 mIcons[1] = (TextView)findViewById(com.android.internal.R.id.button1);
112 mIcons[2] = (TextView)findViewById(com.android.internal.R.id.button2);
113 mIcons[3] = (TextView)findViewById(com.android.internal.R.id.button3);
114 mIcons[4] = (TextView)findViewById(com.android.internal.R.id.button4);
115 mIcons[5] = (TextView)findViewById(com.android.internal.R.id.button5);
116 mIcons[6] = (TextView)findViewById(com.android.internal.R.id.button6);
117 mIcons[7] = (TextView)findViewById(com.android.internal.R.id.button7);
118 mNoAppsText = findViewById(com.android.internal.R.id.no_applications_message);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java153 mCameraView = (SurfaceView) findViewById(R.id.cameraView);
154 mGoodBadTextView = (TextView) findViewById(R.id.goodOrBadTextView);
155 mFPSTextView = (TextView) findViewById(R.id.fpsTextView);
156 mScoreTextView = (TextView) findViewById(R.id.scoreTextView);
157 mStartStopButton = (Button) findViewById(R.id.startButton);
158 mImagesSavedTextView = (TextView) findViewById(R.id.imagesSavedTextView);
160 mSpinner = (Spinner) findViewById(R.id.spinner);
161 mLinearLayout = (LinearLayout) findViewById(R.id.scrollViewLinearLayout);
217 Button galleryOpen = (Button) findViewById(R.id.galleryOpenButton);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java64 ((ImageView) view.findViewById(R.id.icon)).setImageDrawable(app.loadIcon(pm));
65 ((TextView) view.findViewById(R.id.prompt)).setText(
67 ((CompoundButton) view.findViewById(R.id.check)).setOnCheckedChangeListener(this);
/frameworks/base/services/java/com/android/server/am/
H A DCompatModeDialog.java51 mCompatEnabled = (Switch)findViewById(com.android.internal.R.id.compat_checkbox);
64 mAlwaysShow = (CheckBox)findViewById(com.android.internal.R.id.ask_checkbox);
75 mHint = findViewById(com.android.internal.R.id.reask_hint);
/frameworks/base/core/tests/coretests/src/android/os/
H A DBrightnessLimit.java43 Button b = (Button) findViewById(R.id.go);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithFooterViewAndNewLabelsTest.java48 mButton = (Button) a.findViewById(R.id.button);
H A DRequestFocusTest.java58 mTopLeftButton = (Button) a.findViewById(R.id.topLeftButton);
59 mBottomLeftButton = (Button) a.findViewById(R.id.bottomLeftButton);
60 mTopRightButton = (Button) a.findViewById(R.id.topRightButton);
61 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridPadding.java43 mGridView = (GridView) findViewById(R.id.grid);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListDividers.java43 mListView = (ListView) findViewById(android.R.id.list);
H A DListInHorizontal.java46 mListView = (ListView) findViewById(R.id.list);
H A DListInVertical.java46 mListView = (ListView) findViewById(R.id.list);
H A DListUnspecifiedMeasure.java39 mListView = (ListView) mActivity.findViewById(R.id.list);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSaveFragment.java76 final ImageView icon = (ImageView) view.findViewById(android.R.id.icon);
80 mDisplayName = (EditText) view.findViewById(android.R.id.title);
84 mSave = (Button) view.findViewById(android.R.id.button1);
88 mProgress = (ProgressBar) view.findViewById(android.R.id.progress);

Completed in 647 milliseconds

1234567891011>>