Searched refs:findViewById (Results 1 - 25 of 51) sorted by relevance

123

/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java70 TextView textView = (TextView) view.findViewById(android.R.id.text1);
78 TextView textView = (TextView) view.findViewById(android.R.id.text1);
86 TextView textView = (TextView) view.findViewById(android.R.id.text1);
94 TextView textView = (TextView) view.findViewById(android.R.id.text1);
102 TextView textView = (TextView) view.findViewById(android.R.id.text1);
111 TextView textView = (TextView) view.findViewById(android.R.id.text1);
120 TextView textView = (TextView) view.findViewById(android.R.id.text1);
127 WebView webView = (WebView) view.findViewById(R.id.web_view);
145 TestUtil.assertInstanceOf(TextView.class, mediaView.findViewById(R.id.title));
148 assertInstanceOf(View.class, mainView.findViewById(
[all...]
H A DResourceLoaderTest.java72 TextView textView = (TextView) view.findViewById(android.R.id.text1);
90 TextView textView = (TextView) view.findViewById(android.R.id.text1);
/external/replicaisland/src/com/replica/replicaisland/
H A DDiaryActivity.java54 TextView text = (TextView)findViewById(R.id.diarytext);
56 ImageView image = (ImageView)findViewById(R.id.diarybackground);
65 ImageView okArrow = (ImageView)findViewById(R.id.ok);
H A DAnimationPlayerActivity.java81 ImageView canvasImage = (ImageView) findViewById(R.id.animation_canvas);
112 View background = findViewById(R.id.animation_background);
113 View foreground = findViewById(R.id.animation_foreground);
114 View gameOver = findViewById(R.id.game_over);
126 View background = findViewById(R.id.animation_background);
127 View sphere = findViewById(R.id.animation_sphere);
128 View cliffs = findViewById(R.id.animation_cliffs);
129 View rokudou = findViewById(R.id.animation_rokudou);
130 View gameOver = findViewById(R.id.game_over);
H A DKeyboardConfigDialogPreference.java101 mLeftText = (TextView)view.findViewById(R.id.key_left);
104 mRightText = (TextView)view.findViewById(R.id.key_right);
107 mJumpText = (TextView)view.findViewById(R.id.key_jump);
110 mAttackText = (TextView)view.findViewById(R.id.key_attack);
113 mLeftBorder = view.findViewById(R.id.left_border);
114 mRightBorder = view.findViewById(R.id.right_border);
115 mJumpBorder = view.findViewById(R.id.jump_border);
116 mAttackBorder = view.findViewById(R.id.attack_border);
H A DGameOverActivity.java135 mPearlView = (IncrementingTextView)findViewById(R.id.pearl_percent);
136 mEnemiesDestroyedView = (IncrementingTextView)findViewById(R.id.enemy_percent);
137 mPlayTimeView = (IncrementingTextView)findViewById(R.id.total_play_time);
138 mEndingView = (TextView)findViewById(R.id.ending);
167 Button okButton = (Button)findViewById(R.id.ok);
H A DDifficultyMenuActivity.java90 mBabyButton = findViewById(R.id.babyButton);
91 mKidsButton = findViewById(R.id.kidsButton);
92 mAdultsButton = findViewById(R.id.adultsButton);
93 mBabyText = findViewById(R.id.babyText);
94 mKidsText = findViewById(R.id.kidsText);
95 mAdultsText = findViewById(R.id.adultsText);
96 mBackground = findViewById(R.id.mainMenuBackground);
H A DSliderPreference.java67 TextView minText = (TextView)view.findViewById(R.id.min);
72 TextView maxText = (TextView)view.findViewById(R.id.max);
76 SeekBar bar = (SeekBar)view.findViewById(R.id.slider);
H A DCustomToastSystem.java36 mText = (TextView) mView.findViewById(R.id.text);
H A DExtrasMenuActivity.java97 mLinearModeButton = findViewById(R.id.linearModeButton);
98 mLevelSelectButton = findViewById(R.id.levelSelectButton);
99 mControlsButton = findViewById(R.id.controlsButton);
100 mLinearModeLocked = findViewById(R.id.linearModeLocked);
101 mLevelSelectLocked = findViewById(R.id.levelSelectLocked);
103 mBackground = findViewById(R.id.mainMenuBackground);
H A DConversationDialogActivity.java56 mOkArrow = (ImageView)findViewById(R.id.ok);
76 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext);
153 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext);
176 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext);
184 ImageView image = (ImageView)findViewById(R.id.speaker);
192 TextView title = (TextView)findViewById(R.id.speakername);
204 TextView textView = (TextView)findViewById(R.id.typewritertext);
H A DMainMenuActivity.java123 mStartButton = findViewById(R.id.startButton);
124 mOptionsButton = findViewById(R.id.optionButton);
125 mBackground = findViewById(R.id.mainMenuBackground);
131 mExtrasButton = findViewById(R.id.extrasButton);
155 mTicker = findViewById(R.id.ticker);
H A DLevelSelectActivity.java153 TextView view = (TextView)sourceView.findViewById(mTextViewResource);
158 TextView view2 = (TextView)sourceView.findViewById(mTextViewResource2);
251 TextView text = (TextView)v.findViewById(R.id.title);
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java48 TextView tvDemoName = (TextView) convertView.findViewById(R.id.tvDemoName);
51 TextView tvDescription = (TextView) convertView.findViewById(R.id.tvDescription);
H A DDemoMainActivity.java29 final Spinner spinnerConfig = (Spinner) findViewById(R.id.spinnerConfig);
53 final Spinner spinnerLogging = (Spinner) findViewById(R.id.spinnerLogging);
78 ListView list = (ListView) findViewById(R.id.ListView01);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewStubTest.java42 assertSame(inflatedView, root.findViewById(inflatedId));
44 assertNull(root.findViewById(stubId));
H A DFragmentActivityTest.java54 assertSame(fragment.onCreateViewReturnValue, activity.findViewById(TestFragment.FRAGMENT_VIEW_ID));
64 ViewGroup container = (ViewGroup) activity.findViewById(R.id.fragment);
70 ViewGroup container = (ViewGroup) activity.findViewById(R.id.fragment);
71 View fragmentView = container.findViewById(TestFragment.FRAGMENT_VIEW_ID);
161 View button = activity.findViewById(R.id.button);
H A DListViewTest.java110 assertThat(listView.findViewById(0), notNullValue());
111 assertThat(listView.findViewById(1), notNullValue());
112 assertThat(listView.findViewById(2), notNullValue());
113 assertThat(listView.findViewById(3), notNullValue());
123 assertThat(listView.findViewById(42), is(view));
155 assertThat(listView.findViewById(42), is(view));
H A DTextViewTest.java109 TextView black = (TextView) activity.findViewById(R.id.black_text_view);
113 TextView white = (TextView) activity.findViewById(R.id.white_text_view);
117 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view);
127 TextView black = (TextView) activity.findViewById(R.id.black_text_view_hint);
131 TextView white = (TextView) activity.findViewById(R.id.white_text_view_hint);
135 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view_hint);
H A DFragmentManagerTest.java44 containerView = (ViewGroup) activity.findViewById(CONTAINER_VIEW_ID);
110 View fragmentViewParent = (View) activity.findViewById(TestFragment.FRAGMENT_VIEW_ID).getParent();
111 assertThat(activity.findViewById(TestFragment.FRAGMENT_VIEW_ID), sameInstance(fragment.onCreateViewReturnValue));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowListView.java29 public View findViewById(int id) { method in class:ShadowListView
30 View child = super.findViewById(id);
44 child = v.findViewById(viewId);
H A DShadowDialog.java151 public View findViewById(int viewId) { method in class:ShadowDialog
153 return inflatedView.findViewById(viewId);
157 return inflatedView.findViewById(viewId);
163 findViewById(viewId).performClick();
H A DShadowTabHost.java97 v = ((Activity) getContext()).findViewById(viewId);
108 return (TabWidget) ((Activity)context).findViewById(R.id.tabs);
H A DShadowRemoteViews.java117 View view = parent.findViewById(viewId);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java85 statusView = (TextView) findViewById(R.id.status_view);
101 viewfinderView = (ViewfinderView) findViewById(R.id.viewfinder_view);
106 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view);
149 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view);

Completed in 263 milliseconds

123