Searched refs:findViewById (Results 126 - 150 of 394) sorted by relevance

1234567891011>>

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestTextViewDrawablesLtr.java42 textViewError = (TextView) currentView.findViewById(R.id.textview_error);
H A DBiDiTestTextViewDrawablesRtl.java42 textViewError = (TextView) currentView.findViewById(R.id.textview_error);
H A DBiDiTestBasic.java48 alertDialogButton = (Button) currentView.findViewById(R.id.button_alert_dialog);
65 EditText urlEdit = (EditText) currentView.findViewById(R.id.edittext_url);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java49 final View leftList = findViewById(R.id.list1);
50 final View middleList = findViewById(R.id.list2);
51 final View rightList = findViewById(R.id.list3);
97 final ListView list = (ListView) findViewById(listId);
H A DViewLayersActivity2.java42 findViewById(R.id.list1).setAlpha(0.7f);
46 final ListView list = (ListView) findViewById(listId);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DAutoCompleteTextViewActivityPortrait.java48 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit);
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
57 Button button = (Button) findViewById(R.id.button_run);
124 TextView freeSizeTextView = (TextView) findViewById(R.id.freesize);
126 TextView statusTextView = (TextView) findViewById(R.id.status);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DCrossfadeMultiple.java52 ViewGroup container = (ViewGroup) findViewById(R.id.container);
55 mButton = (Button) findViewById(R.id.button);
56 mImageView = (ImageView) findViewById(R.id.imageview);
57 mTextView = (TextView) findViewById(R.id.textview);
H A DDemo5.java36 View container = (View) findViewById(R.id.container);
H A DScenesTestAutoTransition2.java38 View container = (View) findViewById(R.id.container);
H A DSequenceTestSimple.java45 View container = (View) findViewById(R.id.container);
48 mRemovingButton = (Button) findViewById(R.id.removingButton);
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DMainActivity.java17 View b = findViewById(R.id.button);
/frameworks/webview/chromium/tools/WebViewShell/src/com/android/webview/chromium/shell/
H A DTelemetryActivity.java34 WebView webView = (WebView) findViewById(R.id.webview);
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java457 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_common))
459 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org))
461 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org_unit))
465 ((TextView) certificateView.findViewById(com.android.internal.R.id.serial_number))
471 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_common))
473 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org))
475 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org_unit))
481 ((TextView) certificateView.findViewById(com.android.internal.R.id.issued_on))
486 ((TextView) certificateView.findViewById(com.android.internal.R.id.expires_on))
490 ((TextView) certificateView.findViewById(co
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java164 mFgSpinner = (Spinner) findViewById(R.id.fgspinner);
170 mBgSpinner = (Spinner) findViewById(R.id.bgspinner);
176 mLimitSpinner = (Spinner) findViewById(R.id.limitspinner);
183 mTestTime = (TextView)findViewById(R.id.testtime);
184 mLimitLabel = (TextView)findViewById(R.id.limitlabel);
186 mStartButton = (Button)findViewById(R.id.start);
192 mStopButton = (Button)findViewById(R.id.stop);
199 mLocalCheckBox = (CheckBox)findViewById(R.id.local);
201 mLog = (TextView)findViewById(R.id.log);
215 ((TextView)findViewById(
[all...]
/frameworks/base/core/java/android/app/
H A DListActivity.java240 View emptyView = findViewById(com.android.internal.R.id.empty);
241 mList = (ListView)findViewById(com.android.internal.R.id.list);
/frameworks/base/core/java/android/widget/
H A DZoomControls.java54 mZoomIn = (ZoomButton) findViewById(R.id.zoomIn);
55 mZoomOut = (ZoomButton) findViewById(R.id.zoomOut);
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java41 mLeft = mActivity.findViewById(R.id.left);
42 mRight = mActivity.findViewById(R.id.right);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPINView.java60 final View ok = findViewById(R.id.key_enter);
76 View pinDelete = findViewById(R.id.delete_button);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessDialog.java85 (ImageView) findViewById(R.id.brightness_icon),
86 (ToggleSlider) findViewById(R.id.brightness_slider));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsBasicTile.java53 mTextView = (TextView) findViewById(R.id.text);
54 mImageView = (ImageView) findViewById(R.id.image);
H A DNavigationBarView.java269 return mCurrentView.findViewById(R.id.recent_apps);
273 return mCurrentView.findViewById(R.id.menu);
277 return mCurrentView.findViewById(R.id.back);
281 return mCurrentView.findViewById(R.id.home);
286 return mCurrentView.findViewById(R.id.search_light);
291 return mCurrentView.findViewById(R.id.camera_button);
361 ViewGroup navButtons = (ViewGroup) mCurrentView.findViewById(R.id.nav_buttons);
445 mRotatedViews[Surface.ROTATION_180] = findViewById(R.id.rot0);
447 mRotatedViews[Surface.ROTATION_90] = findViewById(R.id.rot90);
450 ? findViewById(
[all...]
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java46 mResultText = (TextView) findViewById(R.id.result);
47 mValidateButton = (Button) findViewById(R.id.validate);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java82 ((TextView) view.findViewById(R.id.session)).setText(mConfig.session);
84 mDuration = (TextView) view.findViewById(R.id.duration);
85 mDataTransmitted = (TextView) view.findViewById(R.id.data_transmitted);
86 mDataReceived = (TextView) view.findViewById(R.id.data_received);
160 findViewById(R.id.data_transmitted_row).setVisibility(View.VISIBLE);
161 findViewById(R.id.data_received_row).setVisibility(View.VISIBLE);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java455 mSurfaceView = (SurfaceView) findViewById(R.id.surface);
457 mDisplayView = (ImageView) findViewById(R.id.display);
460 mSpinner = (Spinner) findViewById(R.id.spinner1);
462 mBar1 = (SeekBar) findViewById(R.id.slider1);
463 mBar2 = (SeekBar) findViewById(R.id.slider2);
464 mBar3 = (SeekBar) findViewById(R.id.slider3);
465 mBar4 = (SeekBar) findViewById(R.id.slider4);
466 mBar5 = (SeekBar) findViewById(R.id.slider5);
474 mText1 = (TextView) findViewById(R.id.slider1Text);
475 mText2 = (TextView) findViewById(
[all...]

Completed in 738 milliseconds

1234567891011>>