/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
D | ViewLoaderTest.java | 70 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultScreenSize() 78 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() 86 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() 94 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultVersion() 102 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnNewestVersion() 111 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() 120 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() 127 WebView webView = (WebView) view.findViewById(R.id.web_view); in testWebView() 145 TestUtil.assertInstanceOf(TextView.class, mediaView.findViewById(R.id.title)); in testFindsChildrenById() 148 assertInstanceOf(View.class, mainView.findViewById(R.id.title)); in testFindsChildrenById() [all …]
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | MainActivity.java | 34 Button startSimplePieExButton = (Button) findViewById(R.id.startSimplePieExButton); in onCreate() 42 Button startDynamicXYExButton = (Button)findViewById(R.id.startDynamicXYExButton); in onCreate() 50 Button startSimpleXYExButton = (Button) findViewById(R.id.startSimpleXYExButton); in onCreate() 58 Button startBarPlotExButton = (Button) findViewById(R.id.startBarPlotExButton); in onCreate() 66 Button startOrSensorExButton = (Button) findViewById(R.id.startOrSensorExButton); in onCreate() 74 Button startTimeSeriesExButon = (Button)findViewById(R.id.startTimeSeriesExButton); in onCreate() 82 Button startStepChartExButton = (Button)findViewById(R.id.startStepChartExButton); in onCreate() 90 Button startScrollZoomExButton = (Button)findViewById(R.id.startScrollZoomButton); in onCreate() 98 Button startXyRegionExampleButton = (Button)findViewById(R.id.startXyRegionExampleButton); in onCreate() 107 Button listViewExButton = (Button)findViewById(R.id.startXyListViewExButton); in onCreate() [all …]
|
D | XYRegionExampleActivity.java | 82 plot = (XYPlot) findViewById(R.id.xyRegionExamplePlot); in onCreate() 83 timCB = (CheckBox) findViewById(R.id.s1CheckBox); in onCreate() 91 nickCB = (CheckBox) findViewById(R.id.s2CheckBox); in onCreate() 99 joeCB = (CheckBox) findViewById(R.id.s3CheckBox); in onCreate() 107 jamesCB = (CheckBox) findViewById(R.id.s4CheckBox); in onCreate() 117 r2CheckBox = (CheckBox) findViewById(R.id.r2CheckBox); in onCreate() 125 r3CheckBox = (CheckBox) findViewById(R.id.r3CheckBox); in onCreate() 133 r4CheckBox = (CheckBox) findViewById(R.id.r4CheckBox); in onCreate()
|
D | BarPlotExampleActivity.java | 107 plot = (XYPlot) findViewById(R.id.mySimpleXYPlot); in onCreate() 138 series1CheckBox = (CheckBox) findViewById(R.id.s1CheckBox); in onCreate() 146 series2CheckBox = (CheckBox) findViewById(R.id.s2CheckBox); in onCreate() 163 spRenderStyle = (Spinner) findViewById(R.id.spRenderStyle); in onCreate() 177 spWidthStyle = (Spinner) findViewById(R.id.spWidthStyle); in onCreate() 198 spSeriesSize = (Spinner) findViewById(R.id.spSeriesSize); in onCreate() 229 sbFixedWidth = (SeekBar) findViewById(R.id.sbFixed); in onCreate() 242 sbVariableWidth = (SeekBar) findViewById(R.id.sbVariable); in onCreate()
|
D | SimplePieChartActivity.java | 53 pie = (PieChart) findViewById(R.id.mySimplePieChart); in onCreate() 56 donutSizeSeekBar = (SeekBar) findViewById(R.id.donutSizeSeekBar); in onCreate() 74 donutSizeTextView = (TextView) findViewById(R.id.donutSizeTextView); in onCreate()
|
D | OrientationSensorExampleActivity.java | 68 aprLevelsPlot = (XYPlot) findViewById(R.id.aprLevelsPlot); in onCreate() 101 aprHistoryPlot = (XYPlot) findViewById(R.id.aprHistoryPlot); in onCreate() 133 hwAcceleratedCb = (CheckBox) findViewById(R.id.hwAccelerationCb); in onCreate() 152 showFpsCb = (CheckBox) findViewById(R.id.showFpsCb); in onCreate()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationPlayerActivity.java | 81 ImageView canvasImage = (ImageView) findViewById(R.id.animation_canvas); in onCreate() 112 View background = findViewById(R.id.animation_background); in onCreate() 113 View foreground = findViewById(R.id.animation_foreground); in onCreate() 114 View gameOver = findViewById(R.id.game_over); in onCreate() 126 View background = findViewById(R.id.animation_background); in onCreate() 127 View sphere = findViewById(R.id.animation_sphere); in onCreate() 128 View cliffs = findViewById(R.id.animation_cliffs); in onCreate() 129 View rokudou = findViewById(R.id.animation_rokudou); in onCreate() 130 View gameOver = findViewById(R.id.game_over); in onCreate()
|
D | DifficultyMenuActivity.java | 90 mBabyButton = findViewById(R.id.babyButton); in onCreate() 91 mKidsButton = findViewById(R.id.kidsButton); in onCreate() 92 mAdultsButton = findViewById(R.id.adultsButton); in onCreate() 93 mBabyText = findViewById(R.id.babyText); in onCreate() 94 mKidsText = findViewById(R.id.kidsText); in onCreate() 95 mAdultsText = findViewById(R.id.adultsText); in onCreate() 96 mBackground = findViewById(R.id.mainMenuBackground); in onCreate()
|
D | KeyboardConfigDialogPreference.java | 101 mLeftText = (TextView)view.findViewById(R.id.key_left); in onBindDialogView() 104 mRightText = (TextView)view.findViewById(R.id.key_right); in onBindDialogView() 107 mJumpText = (TextView)view.findViewById(R.id.key_jump); in onBindDialogView() 110 mAttackText = (TextView)view.findViewById(R.id.key_attack); in onBindDialogView() 113 mLeftBorder = view.findViewById(R.id.left_border); in onBindDialogView() 114 mRightBorder = view.findViewById(R.id.right_border); in onBindDialogView() 115 mJumpBorder = view.findViewById(R.id.jump_border); in onBindDialogView() 116 mAttackBorder = view.findViewById(R.id.attack_border); in onBindDialogView()
|
D | ConversationDialogActivity.java | 56 mOkArrow = (ImageView)findViewById(R.id.ok); in onCreate() 76 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext); in onCreate() 153 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext); in onTouchEvent() 176 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext); in showPage() 184 ImageView image = (ImageView)findViewById(R.id.speaker); in showPage() 192 TextView title = (TextView)findViewById(R.id.speakername); in showPage() 204 TextView textView = (TextView)findViewById(R.id.typewritertext); in processText()
|
D | GameOverActivity.java | 135 mPearlView = (IncrementingTextView)findViewById(R.id.pearl_percent); in onCreate() 136 mEnemiesDestroyedView = (IncrementingTextView)findViewById(R.id.enemy_percent); in onCreate() 137 mPlayTimeView = (IncrementingTextView)findViewById(R.id.total_play_time); in onCreate() 138 mEndingView = (TextView)findViewById(R.id.ending); in onCreate() 167 Button okButton = (Button)findViewById(R.id.ok); in onCreate()
|
D | ExtrasMenuActivity.java | 97 mLinearModeButton = findViewById(R.id.linearModeButton); in onCreate() 98 mLevelSelectButton = findViewById(R.id.levelSelectButton); in onCreate() 99 mControlsButton = findViewById(R.id.controlsButton); in onCreate() 100 mLinearModeLocked = findViewById(R.id.linearModeLocked); in onCreate() 101 mLevelSelectLocked = findViewById(R.id.levelSelectLocked); in onCreate() 103 mBackground = findViewById(R.id.mainMenuBackground); in onCreate()
|
D | DiaryActivity.java | 54 TextView text = (TextView)findViewById(R.id.diarytext); in onCreate() 56 ImageView image = (ImageView)findViewById(R.id.diarybackground); in onCreate() 65 ImageView okArrow = (ImageView)findViewById(R.id.ok); in onCreate()
|
D | SliderPreference.java | 67 TextView minText = (TextView)view.findViewById(R.id.min); in onBindView() 72 TextView maxText = (TextView)view.findViewById(R.id.max); in onBindView() 76 SeekBar bar = (SeekBar)view.findViewById(R.id.slider); in onBindView()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | CallFragment.java | 58 (TextView) controlView.findViewById(R.id.contact_name_call); in onCreateView() 60 (ImageButton) controlView.findViewById(R.id.button_call_disconnect); in onCreateView() 62 (ImageButton) controlView.findViewById(R.id.button_call_switch_camera); in onCreateView() 64 (ImageButton) controlView.findViewById(R.id.button_call_scaling_mode); in onCreateView() 66 (TextView) controlView.findViewById(R.id.capture_format_text_call); in onCreateView() 68 (SeekBar) controlView.findViewById(R.id.capture_format_slider_call); in onCreateView()
|
D | HudFragment.java | 49 encoderStatView = (TextView) controlView.findViewById(R.id.encoder_stat_call); in onCreateView() 50 hudViewBwe = (TextView) controlView.findViewById(R.id.hud_stat_bwe); in onCreateView() 51 hudViewConnection = (TextView) controlView.findViewById(R.id.hud_stat_connection); in onCreateView() 52 hudViewVideoSend = (TextView) controlView.findViewById(R.id.hud_stat_video_send); in onCreateView() 53 hudViewVideoRecv = (TextView) controlView.findViewById(R.id.hud_stat_video_recv); in onCreateView() 54 toggleDebugButton = (ImageButton) controlView.findViewById(R.id.button_toggle_debug); in onCreateView()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ApiPrompt.java | 64 ((ListView) findViewById(R.id.list)).setAdapter(mAdapter); in onCreate() 65 ((Button) findViewById(R.id.done)).setOnClickListener(new OnClickListener() { in onCreate() 105 TextView description = (TextView) item.findViewById(R.id.api_prompt_item_description); in getView() 106 EditText value = (EditText) item.findViewById(R.id.api_prompt_item_value); in getView()
|
D | ScriptProcessMonitor.java | 239 ((TextView) itemView.findViewById(R.id.process_title)).setText(process.getName()); in getView() 240 ((TextView) itemView.findViewById(R.id.process_age)).setText(process.getUptime()); in getView() 241 ((TextView) itemView.findViewById(R.id.process_details)).setText(process.getHost() + ":" in getView() 243 ((TextView) itemView.findViewById(R.id.process_status)).setText("PID " + process.getPid()); in getView()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
D | DurationPicker.java | 55 mDayPicker = (NumberPicker) findViewById(R.id.day); in DurationPicker() 65 mHourPicker = (NumberPicker) findViewById(R.id.hour); in DurationPicker() 75 mMinutePicker = (NumberPicker) findViewById(R.id.minute); in DurationPicker() 85 mSecondPicker = (NumberPicker) findViewById(R.id.second); in DurationPicker()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | HelpActivity.java | 54 TextView subtitle = (TextView) findViewById(R.id.version); in onCreate() 58 ((TextView) findViewById(R.id.help_acks_text)).setMovementMethod(LinkMovementMethod in onCreate() 62 LinearLayout content = (LinearLayout) findViewById(R.id.topics); in onCreate()
|
D | ConsoleActivity.java | 240 return view.findViewById(id); in findCurrentView() 285 flip = (ViewFlipper) findViewById(R.id.console_flip); in onCreate() 286 booleanPromptGroup = (RelativeLayout) findViewById(R.id.console_boolean_group); in onCreate() 287 booleanPrompt = (TextView) findViewById(R.id.console_prompt); in onCreate() 289 booleanYes = (Button) findViewById(R.id.console_prompt_yes); in onCreate() 301 booleanNo = (Button) findViewById(R.id.console_prompt_no); in onCreate() 327 keyboardButton = (ImageView) findViewById(R.id.keyboard_button); in onCreate() 654 Integer.parseInt(((EditText) resizeView.findViewById(R.id.width)).getText() in doResize() 657 Integer.parseInt(((EditText) resizeView.findViewById(R.id.height)).getText() in doResize() 929 TextView overlay = (TextView) view.findViewById(R.id.terminal_overlay); in addNewTerminalView() [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | FragmentActivityTest.java | 54 …assertSame(fragment.onCreateViewReturnValue, activity.findViewById(TestFragment.FRAGMENT_VIEW_ID)); in viewLoader_shouldInsertFragmentViewIntoLayout() 64 ViewGroup container = (ViewGroup) activity.findViewById(R.id.fragment); in viewLoader_shouldCreateContainerView() 70 ViewGroup container = (ViewGroup) activity.findViewById(R.id.fragment); in viewLoader_shouldInsertFragmentViewIntoContainer() 71 View fragmentView = container.findViewById(TestFragment.FRAGMENT_VIEW_ID); in viewLoader_shouldInsertFragmentViewIntoContainer() 161 View button = activity.findViewById(R.id.button); in getCurrentFocus_shouldGetFocusFromFragment()
|
D | ViewTest.java | 398 View defaultView = root.findViewById(R.id.default_view); in testFilterTouchesWhenObscuredWhenLoadedFromXml() 401 View filterFalseView = root.findViewById(R.id.filter_touches_false_view); in testFilterTouchesWhenObscuredWhenLoadedFromXml() 404 View filterTrueView = root.findViewById(R.id.filter_touches_true_view); in testFilterTouchesWhenObscuredWhenLoadedFromXml() 424 View defaultView = root.findViewById(R.id.default_view); in testClickableWhenLoadedFromXml() 427 View clickableFalseView = root.findViewById(R.id.clickable_false_view); in testClickableWhenLoadedFromXml() 430 View clickableTrueView = root.findViewById(R.id.clickable_true_view); in testClickableWhenLoadedFromXml() 450 View defaultView = root.findViewById(R.id.default_view); in testFocusableWhenLoadedFromXml() 453 View focusableFalseView = root.findViewById(R.id.focusable_false_view); in testFocusableWhenLoadedFromXml() 456 View focusableTrueView = root.findViewById(R.id.focusable_true_view); in testFocusableWhenLoadedFromXml()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowDialog.java | 151 public View findViewById(int viewId) { in findViewById() method in ShadowDialog 153 return inflatedView.findViewById(viewId); in findViewById() 157 return inflatedView.findViewById(viewId); in findViewById() 163 findViewById(viewId).performClick(); in clickOn()
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
D | DemoMainActivity.java | 29 final Spinner spinnerConfig = (Spinner) findViewById(R.id.spinnerConfig); in onCreate() 53 final Spinner spinnerLogging = (Spinner) findViewById(R.id.spinnerLogging); in onCreate() 78 ListView list = (ListView) findViewById(R.id.ListView01); in onCreate()
|