HomeSort by relevance Sort by last modified time
    Searched refs:setView (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
FallbackEventHandler.java 23 public void setView(View v);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAlertController.java 60 public void setView(View view) {
62 directlyOn(realAlertController, AlertController.class).setView(view);
66 public void setView(int resourceId) {
67 setView(LayoutInflater.from(RuntimeEnvironment.application).inflate(resourceId, null));
  /frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
ActionBarActivity.java 39 mActionPanel.setView(createButton(this, R.drawable.ic_play),
43 mActionPanel.setView(skpPrevious, ActionBar.SLOT_LEFT);
44 mActionPanel.setView(createButton(this, R.drawable.ic_skip_next),
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20ActivityTwo.java 52 public void setView(int type, int i, float[] vertexColors ) {
64 public void setView(int type, int i) {
66 setView(type, i, f);
ColorBufferTest.java 54 mActivity.setView(Constants.COLOR, 1, vertexColors);
72 mActivity.setView(Constants.COLOR, 1, vertexColors);
91 mActivity.setView(Constants.COLOR, 1, vertexColors);
110 mActivity.setView(Constants.COLOR, 1, vertexColors);
129 mActivity.setView(Constants.COLOR, 1, vertexColors);
148 mActivity.setView(Constants.COLOR, 1, vertexColors);
167 mActivity.setView(Constants.COLOR, 1, vertexColors);
NativeColorBufferTest.java 49 mActivity.setView(Constants.COLOR, 1, vertexColors);
67 mActivity.setView(Constants.COLOR, 1, vertexColors);
86 mActivity.setView(Constants.COLOR, 1, vertexColors);
105 mActivity.setView(Constants.COLOR, 1, vertexColors);
124 mActivity.setView(Constants.COLOR, 1, vertexColors);
143 mActivity.setView(Constants.COLOR, 1, vertexColors);
162 mActivity.setView(Constants.COLOR, 1, vertexColors);
OpenGLES20NativeActivityTwo.java 53 public void setView(int type, int i, float[] vertexColors ) {
65 public void setView(int type, int i) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseDream.java 34 mContainer.setView(mView);
DessertCase.java 44 container.setView(mView);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
DialogListActivity.java 35 builder.setView(listView);
  /external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java 38 mToast.setView(mView);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ListFragmentTest.java 24 Robolectric.shadowOf(listFragment).setView(new ListView(null));
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/
DurationPickerDialog.java 44 alert.setView(picker);
  /packages/apps/Settings/src/com/android/settings/applications/
LayoutPreference.java 59 setView(view);
82 setView(view);
85 private void setView(View view) {
  /packages/experimental/KBars/app/src/main/java/js/kbars/
ToastActivity.java 66 tv.setText("setView");
67 t.setView(tv);
85 tv.setText("setView");
86 t.setView(tv);
99 tv.setText("setView");
100 t.setView(tv);
  /packages/apps/Settings/src/com/android/settings/
TimeoutListPreference.java 49 builder.setView(R.layout.admin_disabled_other_options_footer);
51 builder.setView(null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
BaseResultsDialog.java 65 mBuilder.setView(mRootView);
  /frameworks/base/services/core/java/com/android/server/am/
UnsupportedDisplaySizeDialog.java 45 .setView(R.layout.unsupported_display_size_dialog_content)
  /packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java 29 void setView(View view) {
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorDialogFragment.java 53 .setView(input)
  /packages/apps/Messaging/src/com/android/messaging/ui/
TestActivity.java 73 public void setView(final View view) {
74 LogUtil.i(LogUtil.BUGLE_TAG, "TestActivity.setView");
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
CopyContactDetailDialog.java 42 .setView(createBodyView())
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertDialog.java 171 public void setView(View view) {
172 mAlert.setView(view);
185 public void setView(View view, int viewSpacingLeft, int viewSpacingTop, int viewSpacingRight,
187 mAlert.setView(view, viewSpacingLeft, viewSpacingTop, viewSpacingRight, viewSpacingBottom);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java 114 alert.setView(input);
140 alert.setView(input);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/alertdialog/
AlertDialogTestFragment.java 82 .setView(R.layout.alert_dialog_bluetooth_pin_entry)
106 .setView(R.layout.alert_dialog_bluetooth_pin_confirm)

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 91011>>