HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 51 - 75 of 2359) sorted by null

1 23 4 5 6 7 8 91011>>

  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
RecipeActivity.java 62 mTitleTextView = (TextView) findViewById(R.id.recipeTextTitle);
63 mSummaryTextView = (TextView) findViewById(R.id.recipeTextSummary);
64 mImageView = (ImageView) findViewById(R.id.recipeImageView);
65 mIngredientsTextView = (TextView) findViewById(R.id.textIngredients);
66 mStepsLayout = (LinearLayout) findViewById(R.id.layoutSteps);
108 findViewById(R.id.ingredientsHeader).setAnimation(fadeIn);
109 findViewById(R.id.ingredientsHeader).setVisibility(View.VISIBLE);
110 findViewById(R.id.stepsHeader).setAnimation(fadeIn);
112 findViewById(R.id.stepsHeader).setVisibility(View.VISIBLE);
119 ImageView iv = (ImageView) view.findViewById(R.id.stepImageView)
    [all...]
  /development/apps/Development/src/com/android/development/
ShowActivity.java 56 mPackage = (TextView)findViewById(R.id.packageView);
57 mIconImage = (ImageView)findViewById(R.id.icon);
58 mClass = (TextView)findViewById(R.id.classView);
59 mLabel = (TextView)findViewById(R.id.label);
60 mLaunch = (TextView)findViewById(R.id.launch);
61 mProcess = (TextView)findViewById(R.id.process);
62 mTaskAffinity = (TextView)findViewById(R.id.taskAffinity);
63 mPermission = (TextView)findViewById(R.id.permission);
64 mMultiprocess = (TextView)findViewById(R.id.multiprocess);
65 mClearOnBackground = (TextView)findViewById(R.id.clearOnBackground)
    [all...]
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeActivity.java 62 mTitleTextView = (TextView) findViewById(R.id.recipeTextTitle);
63 mSummaryTextView = (TextView) findViewById(R.id.recipeTextSummary);
64 mImageView = (ImageView) findViewById(R.id.recipeImageView);
65 mIngredientsTextView = (TextView) findViewById(R.id.textIngredients);
66 mStepsLayout = (LinearLayout) findViewById(R.id.layoutSteps);
108 findViewById(R.id.ingredientsHeader).setAnimation(fadeIn);
109 findViewById(R.id.ingredientsHeader).setVisibility(View.VISIBLE);
110 findViewById(R.id.stepsHeader).setAnimation(fadeIn);
112 findViewById(R.id.stepsHeader).setVisibility(View.VISIBLE);
119 ImageView iv = (ImageView) view.findViewById(R.id.stepImageView)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerPowerLevelActivity.java 63 mTimerText = (TextView)findViewById(R.id.ble_timer);
90 (TextView)findViewById(R.id.ble_ultra_low_mac));
92 (TextView)findViewById(R.id.ble_low_mac));
94 (TextView)findViewById(R.id.ble_medium_mac));
96 (TextView)findViewById(R.id.ble_high_mac));
99 (TextView)findViewById(R.id.ble_ultra_low_count));
101 (TextView)findViewById(R.id.ble_low_count));
103 (TextView)findViewById(R.id.ble_medium_count));
105 (TextView)findViewById(R.id.ble_high_count));
108 (TextView)findViewById(R.id.ble_ultra_low_rssi))
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 52 Button addpbtn = (Button) findViewById(R.id.addpkg);
53 Button procbtn = (Button) findViewById(R.id.procmsg);
54 Button delbtn = (Button) findViewById(R.id.delpkg);
60 EditText app_id = (EditText) findViewById(R.id.app_id);
61 EditText cont = (EditText) findViewById(R.id.cont);
62 EditText pkg = (EditText) findViewById(R.id.pkg);
63 EditText cls = (EditText) findViewById(R.id.cls);
64 RadioButton act = (RadioButton) findViewById(R.id.act);
65 CheckBox sig = (CheckBox) findViewById(R.id.sig);
66 CheckBox ftr = (CheckBox) findViewById(R.id.ftr)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java 58 button1 = (Button) findViewById(R.id.button1);
59 button2 = (Button) findViewById(R.id.button2);
60 button3 = (Button) findViewById(R.id.button3);
61 button1a = (Button) findViewById(R.id.button1a);
62 button2a = (Button) findViewById(R.id.button2a);
63 button3a = (Button) findViewById(R.id.button3a);
64 button1b = (Button) findViewById(R.id.button1b);
65 button2b = (Button) findViewById(R.id.button2b);
66 button3b = (Button) findViewById(R.id.button3b);
67 button4 = (Button) findViewById(R.id.button4)
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 85 mName = (TextView) mView.findViewById(R.id.name);
86 mType = (Spinner) mView.findViewById(R.id.type);
87 mServer = (TextView) mView.findViewById(R.id.server);
88 mUsername = (TextView) mView.findViewById(R.id.username);
89 mPassword = (TextView) mView.findViewById(R.id.password);
90 mSearchDomains = (TextView) mView.findViewById(R.id.search_domains);
91 mDnsServers = (TextView) mView.findViewById(R.id.dns_servers);
92 mRoutes = (TextView) mView.findViewById(R.id.routes);
93 mMppe = (CheckBox) mView.findViewById(R.id.mppe);
94 mL2tpSecret = (TextView) mView.findViewById(R.id.l2tp_secret)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 70 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(R.id.title))
    [all...]
  /cts/tests/acceleration/src/android/acceleration/cts/
BaseAcceleratedActivity.java 38 mHardwareAcceleratedView = (AcceleratedView) findViewById(R.id.hardware_accelerated_view);
39 mSoftwareAcceleratedView = (AcceleratedView) findViewById(R.id.software_accelerated_view);
42 (AcceleratedView) findViewById(R.id.manual_hardware_accelerated_view);
44 (AcceleratedView) findViewById(R.id.manual_software_accelerated_view);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
Camera2MultiViewCtsActivity.java 37 mTextureView[0] = (TextureView) findViewById(R.id.texture_view_1);
38 mTextureView[1] = (TextureView) findViewById(R.id.texture_view_2);
39 mSurfaceView[0] = (SurfaceView) findViewById(R.id.surface_view_1);
40 mSurfaceView[1] = (SurfaceView) findViewById(R.id.surface_view_2);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DialogActivity.java 61 Button button = (Button)findViewById(R.id.add);
63 button = (Button)findViewById(R.id.remove);
69 LinearLayout layout = (LinearLayout)findViewById(R.id.inner_content);
79 LinearLayout layout = (LinearLayout)findViewById(R.id.inner_content);
Animation.java 45 Button button = (Button)findViewById(R.id.fade_animation);
47 button = (Button)findViewById(R.id.zoom_animation);
50 button = (Button)findViewById(R.id.modern_fade_animation);
52 button = (Button)findViewById(R.id.modern_zoom_animation);
54 button = (Button)findViewById(R.id.scale_up_animation);
56 button = (Button)findViewById(R.id.zoom_thumbnail_animation);
59 findViewById(R.id.modern_fade_animation).setEnabled(false);
60 findViewById(R.id.modern_zoom_animation).setEnabled(false);
61 findViewById(R.id.scale_up_animation).setEnabled(false);
62 findViewById(R.id.zoom_thumbnail_animation).setEnabled(false)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Visibility1.java 44 mVictim = findViewById(R.id.victim);
47 Button visibleButton = (Button) findViewById(R.id.vis);
48 Button invisibleButton = (Button) findViewById(R.id.invis);
49 Button goneButton = (Button) findViewById(R.id.gone);
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 38 mServerAddress = (TextView) findViewById(R.id.address);
39 mServerPort = (TextView) findViewById(R.id.port);
40 mSharedSecret = (TextView) findViewById(R.id.secret);
42 findViewById(R.id.connect).setOnClickListener(this);
  /frameworks/base/core/tests/coretests/src/android/animation/
ObjectAnimatorEventsTest.java 29 Button button = (Button) activity.findViewById(R.id.animatingButton);
  /frameworks/base/core/tests/coretests/src/android/view/
Visibility.java 37 mVictim = findViewById(R.id.victim);
40 Button visibleButton = (Button) findViewById(R.id.vis);
41 Button invisibleButton = (Button) findViewById(R.id.invis);
42 Button goneButton = (Button) findViewById(R.id.gone);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
HorizontalGravityTest.java 46 mReference = activity.findViewById(R.id.reference);
47 mCenter = activity.findViewById(R.id.center);
48 mBottomRight = activity.findViewById(R.id.bottomRight);
49 mLeft = activity.findViewById(R.id.left);
WeightTest.java 45 mCell1 = activity.findViewById(R.id.cell1);
46 mCell3 = activity.findViewById(R.id.cell2);
47 mCell2 = activity.findViewById(R.id.cell3);
48 mRow = activity.findViewById(R.id.row);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java 51 final Button button1 = (Button) mActivity.findViewById(R.id.button1);
52 final Button button2 = (Button) mActivity.findViewById(R.id.button2);
53 final Button button3 = (Button) mActivity.findViewById(R.id.button3);
56 ListView list = (ListView) mActivity.findViewById(R.id.inner_list);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 101 mImportButton = (Button)findViewById(R.id.import_button);
103 mDeleteButton = (Button)findViewById(R.id.delete_button);
120 TextView view = (TextView)findViewById(R.id.name);
123 view = (TextView)findViewById(R.id.format);
125 view = (TextView)findViewById(R.id.size);
127 view = (TextView)findViewById(R.id.thumb_width);
129 view = (TextView)findViewById(R.id.thumb_height);
131 view = (TextView)findViewById(R.id.thumb_size);
133 view = (TextView)findViewById(R.id.width);
135 view = (TextView)findViewById(R.id.height)
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java 34 TextView v = (TextView) mView.findViewById(R.id.error);
40 return ((TextView) mView.findViewById(viewId)).getText().toString();
45 TextView v = (TextView) mView.findViewById(viewId);
50 TextView v = (TextView) mView.findViewById(viewId);
  /sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/
MainActivityTest.java 61 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1);
62 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2);
63 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1);
64 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SurfaceViewOverlay.java 45 (GLSurfaceView) findViewById(R.id.glsurfaceview);
49 mVictimContainer = findViewById(R.id.hidecontainer);
50 mVictim1 = findViewById(R.id.hideme1);
52 mVictim2 = findViewById(R.id.hideme2);
56 Button visibleButton = (Button) findViewById(R.id.vis);
57 Button invisibleButton = (Button) findViewById(R.id.invis);
58 Button goneButton = (Button) findViewById(R.id.gone);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 61 mBar = (ContentLoadingProgressBar)findViewById(R.id.progressbar);
62 mShowButton = (Button)findViewById(R.id.show);
64 mHideButton = (Button)findViewById(R.id.hide);
67 mShowText = (TextView)findViewById(R.id.show_text);
68 mShowTextDone = (TextView)findViewById(R.id.show_text_done);
69 mHideText = (TextView)findViewById(R.id.hide_text);
70 mHideTextDone = (TextView)findViewById(R.id.hide_text_done);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 42 View container = (View) findViewById(R.id.container);
45 buttons[0] = (Button) findViewById(R.id.button0);
46 buttons[1] = (Button) findViewById(R.id.button1);
47 buttons[2] = (Button) findViewById(R.id.button2);
48 buttons[3] = (Button) findViewById(R.id.button3);
49 buttons[4] = (Button) findViewById(R.id.button4);
50 buttons[5] = (Button) findViewById(R.id.button5);

Completed in 2198 milliseconds

1 23 4 5 6 7 8 91011>>