Searched refs:findViewById (Results 76 - 100 of 394) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocus.java37 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEqualizerTest.java75 mSessionText = (EditText) findViewById(R.id.sessionEdit);
80 mReleaseButton = (ToggleButton)findViewById(R.id.eqReleaseButton);
81 mOnOffButton = (ToggleButton)findViewById(R.id.equalizerOnOff);
99 seekBar = (SeekBar)findViewById(R.id.eqParam1SeekBar);
100 textView = (TextView)findViewById(R.id.eqParam1Value);
110 seekBar = (SeekBar)findViewById(R.id.eqParam2SeekBar);
111 textView = (TextView)findViewById(R.id.eqParam2Value);
121 seekBar = (SeekBar)findViewById(R.id.eqParam3SeekBar);
122 textView = (TextView)findViewById(R.id.eqParam3Value);
132 seekBar = (SeekBar)findViewById(
[all...]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryLtr.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
H A DBiDiTestGalleryRtl.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DManualActivity.java106 mSoftwareView = (MainView) findViewById(R.id.software_view);
111 mCompareImageView = (ImageView) findViewById(R.id.compare_image_view);
117 mErrorTextView = (TextView) findViewById(R.id.current_error);
118 ((ImageButton) findViewById(R.id.next)).setOnClickListener(new OnClickListener() {
126 ((ImageButton) findViewById(R.id.previous)).setOnClickListener(new OnClickListener() {
134 ((Button) findViewById(R.id.show_hardware_version))
142 ((Button) findViewById(R.id.show_software_version))
150 ((Button) findViewById(R.id.show_error_heatmap)).setOnClickListener(new OnClickListener() {
186 LinearLayout layout = (LinearLayout) findViewById(R.id.spinner_layout);
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java48 mCurrentSetting = (TextView)findViewById(R.id.current_setting);
50 mFix = findViewById(R.id.fix);
53 mUnfix = findViewById(R.id.unfix);
56 mTest = findViewById(R.id.test);
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DButtonActivityTest.java35 final Button button = (Button) mTargetActivity.findViewById(ButtonActivity.BUTTON_ID);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSequenceTest.java44 View container = (View) findViewById(R.id.container);
47 mRemovingButton = (Button) findViewById(R.id.removingButton);
48 mInvisibleButton = (Button) findViewById(R.id.invisibleButton);
49 mGoneButton = (Button) findViewById(R.id.goneButton);
H A DCrossfadeImage.java44 ViewGroup container = (ViewGroup) findViewById(R.id.container);
47 mImageView = (ImageView) findViewById(R.id.contact_picture);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java355 mSurfaceView = (SurfaceView) findViewById(R.id.surface);
357 mDisplayView = (ImageView) findViewById(R.id.display);
360 mSpinner = (Spinner) findViewById(R.id.spinner1);
362 mBar1 = (SeekBar) findViewById(R.id.slider1);
363 mBar2 = (SeekBar) findViewById(R.id.slider2);
364 mBar3 = (SeekBar) findViewById(R.id.slider3);
365 mBar4 = (SeekBar) findViewById(R.id.slider4);
366 mBar5 = (SeekBar) findViewById(R.id.slider5);
374 mText1 = (TextView) findViewById(R.id.slider1Text);
375 mText2 = (TextView) findViewById(
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java379 mSurfaceView = (SurfaceView) findViewById(R.id.surface);
381 mDisplayView = (ImageView) findViewById(R.id.display);
384 mSpinner = (Spinner) findViewById(R.id.spinner1);
386 mBar1 = (SeekBar) findViewById(R.id.slider1);
387 mBar2 = (SeekBar) findViewById(R.id.slider2);
388 mBar3 = (SeekBar) findViewById(R.id.slider3);
389 mBar4 = (SeekBar) findViewById(R.id.slider4);
390 mBar5 = (SeekBar) findViewById(R.id.slider5);
398 mText1 = (TextView) findViewById(R.id.slider1Text);
399 mText2 = (TextView) findViewById(
[all...]
/frameworks/base/core/java/android/preference/
H A DSeekBarDialogPreference.java56 final ImageView iconView = (ImageView) view.findViewById(android.R.id.icon);
65 return (SeekBar) dialogView.findViewById(com.android.internal.R.id.seekbar);
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java72 mText1 = (TextView) findViewById(com.android.internal.R.id.text1);
73 mText2 = (TextView) findViewById(com.android.internal.R.id.text2);
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCacheTest.java46 mTiny = activity.findViewById(R.id.a);
47 mLarge = activity.findViewById(R.id.b);
H A DDisabledTest.java47 mDisabled = (Button) a.findViewById(R.id.disabledButton);
54 mDisabledParent = a.findViewById(R.id.clickableParent);
H A DPreDrawListener.java78 mFrame = (MyLinearLayout) findViewById(R.id.frame);
80 Button mGoButton = (Button) findViewById(R.id.go);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListener.java49 mText = (TextView) findViewById(R.id.text);
50 mGridView = (GridView) findViewById(R.id.grid);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentZeroWidthAndWeightTest.java41 mShowButton = (Button) activity.findViewById(R.id.show);
59 .findViewById(R.id.routeToField);
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DAddColumn.java38 final Button addRowButton = (Button) findViewById(R.id.add_row_button);
41 final TableLayout table = (TableLayout) findViewById(R.id.table);
H A DAddColumnTest.java46 mAddRow = (Button) activity.findViewById(R.id.add_row_button);
47 mTable = (TableLayout) activity.findViewById(R.id.table);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java41 ListView listView = (ListView) findViewById(R.id.list);
48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleTest.java60 mScrollView = (ScrollView) a.findViewById(R.id.scrollView);
61 mClickToScrollFromAbove = (Button) a.findViewById(R.id.scrollToRectFromTop);
62 mClickToScrollToUpperBlob = (Button) a.findViewById(R.id.scrollToRectFromTop2);
63 mTopBlob = (TextView) a.findViewById(R.id.topBlob);
64 mChildToScrollTo = a.findViewById(R.id.childToMakeVisible);
65 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob);
66 mClickToScrollToBlobLowerBlob = (Button) a.findViewById(R.id.scrollToRectFromBottom2);
67 mClickToScrollFromBelow = (Button) a.findViewById(R.id.scrollToRectFromBottom);
H A DRequestRectangleVisibleWithInternalScroll.java56 mTextBlob = (TextView) findViewById(R.id.blob);
60 mScrollToBlob = (Button) findViewById(R.id.scrollToBlob);
H A DScrollViewButtonsAndLabels.java69 mScrollView = (ScrollView) findViewById(R.id.scrollView);
70 mLinearLayout = (LinearLayout) findViewById(R.id.layout);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java66 mSurfaceView = (GLSurfaceView)findViewById(R.id.surface_view);
70 mExplodeButton = (Button)findViewById(R.id.explode_button);

Completed in 478 milliseconds

1234567891011>>