HomeSort by relevance Sort by last modified time
    Searched refs:mView (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 36 private View mView;
54 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null);
55 setView(mView);
57 mController = new WifiConfigController(this, mView, mAccessPoint, mEdit);
WifiConfigUiForSetupWizardXL.java 43 private View mView;
70 mView = mInflater.inflate(R.layout.wifi_config_ui_for_setup_wizard, parent, true);
71 mController = new WifiConfigController(this, mView, mAccessPoint, edit);
76 if (mView.findViewById(R.id.security_fields).getVisibility() == View.VISIBLE) {
78 } else if (mView.findViewById(R.id.type_ssid).getVisibility() == View.VISIBLE) {
89 final View viewToBeFocused = mView.findViewById(editViewId);
114 return mView;
WifiApDialog.java 53 private View mView;
120 mView = getLayoutInflater().inflate(R.layout.wifi_ap_dialog, null);
121 Spinner mSecurity = ((Spinner) mView.findViewById(R.id.security));
123 setView(mView);
129 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
130 mSsid = (TextView) mView.findViewById(R.id.ssid);
131 mPassword = (EditText) mView.findViewById(R.id.password);
148 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this);
197 mView.findViewById(R.id.fields).setVisibility(View.GONE);
200 mView.findViewById(R.id.fields).setVisibility(View.VISIBLE)
    [all...]
WpsDialog.java 49 private View mView;
135 mView = getLayoutInflater().inflate(R.layout.wifi_wps_dialog, null);
137 mTextView = (TextView) mView.findViewById(R.id.wps_dialog_txt);
140 mTimeoutBar = ((ProgressBar) mView.findViewById(R.id.wps_timeout_bar));
144 mProgressBar = ((ProgressBar) mView.findViewById(R.id.wps_progress_bar));
147 mButton = ((Button) mView.findViewById(R.id.wps_dialog_btn));
158 setView(mView);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 39 private View mView;
63 mView = inflater.inflate(R.layout.contacts_unavailable_fragment, null);
64 mMessageView = (TextView) mView.findViewById(R.id.message);
65 mSecondaryMessageView = (TextView) mView.findViewById(R.id.secondary_message);
66 mCreateContactButton = (Button) mView.findViewById(R.id.create_contact_button);
68 mAddAccountButton = (Button) mView.findViewById(R.id.add_account_button);
70 mImportContactsButton = (Button) mView.findViewById(R.id.import_contacts_button);
72 mUninstallAppsButton = (Button) mView.findViewById(R.id.import_failure_uninstall_button);
74 mRetryUpgradeButton = (Button) mView.findViewById(R.id.import_failure_retry_button);
76 mProgress = (ProgressBar) mView.findViewById(R.id.progress)
    [all...]
  /cts/tests/src/android/view/cts/
GestureDetectorStubActivity.java 45 private View mView;
59 mView = new View(this);
62 mView.setOnTouchListener(new MockOnTouchListener());
69 mViewGroup.addView(mView);
78 return mView;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 35 private SampleView mView;
43 if (mView != null) {
44 mView.invalidate();
57 mView = new SampleView(this);
58 setContentView(mView);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchScreenRegulator.java 38 private final ProcessMotionEvent mView;
56 mView = view;
114 mView.processMotionEvent(translated);
130 mView.processMotionEvent(translated);
153 return mView.processMotionEvent(me);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 54 private final View mView;
112 * done by posting it onto mView), at which time the pending list is cleared and the properties
235 mView = view;
354 mView.removeCallbacks(mAnimationStarter);
371 mView.removeCallbacks(mAnimationStarter);
659 mView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
662 final int currentLayerType = mView.getLayerType();
666 mView.setLayerType(currentLayerType, null);
733 mView.setHasTransientState(true);
    [all...]
ViewRootImpl.java 158 View mView;
454 if (mView == null) {
455 mView = view;
456 mViewLayoutDirectionInitial = mView.getRawLayoutDirection();
482 enableHardwareAcceleration(mView.getContext(), attrs);
530 mView = null;
643 mAttachInfo.mHardwareRenderer.destroyLayers(mView);
651 mAttachInfo.mHardwareRenderer.destroyHardwareResources(mView);
665 mAttachInfo.mHardwareRenderer.destroyLayers(mView);
758 return mView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
OwnerInfoSettings.java 40 private View mView;
60 mView = inflater.inflate(R.layout.ownerinfo, container, false);
63 initView(mView);
64 return mView;
71 mCheckbox = (CheckBox) mView.findViewById(R.id.show_owner_info_on_lockscreen_checkbox);
72 mOwnerInfo = (EditText) mView.findViewById(R.id.owner_info_edit_text);
75 mNickname = (EditText) mView.findViewById(R.id.owner_info_nickname);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 47 protected View mView;
152 if (mView == null) {
153 mView = mFrameLayout.findViewById(viewid);
154 if (mView == null) {
157 mView = inflater.inflate(layoutid, mFrameLayout, false);
158 mFrameLayout.addView(mView, mView.getLayoutParams());
161 mImageShow = findImageShow(mView);
185 return mView;
197 mView.setVisibility(visible)
    [all...]
ImageOnlyEditor.java 47 mView = mImageShow = new ImageShow(context);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 52 private View mView;
115 p.mView = createConnectionDialogView();
128 p.mView = createPhonebookDialogView();
156 mView = getLayoutInflater().inflate(R.layout.bluetooth_connection_access, null);
157 messageView = (TextView)mView.findViewById(R.id.message);
159 return mView;
163 mView = getLayoutInflater().inflate(R.layout.bluetooth_pb_access, null);
164 messageView = (TextView)mView.findViewById(R.id.message);
166 mRememberChoice = (CheckBox)mView.findViewById(R.id.bluetooth_pb_remember_choice);
177 return mView;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 85 private View mView = null;
238 mPara.mView = createView();
244 mView = getLayoutInflater().inflate(R.layout.file_transfer, null);
246 mProgressTransfer = (ProgressBar)mView.findViewById(R.id.progress_transfer);
247 mPercentView = (TextView)mView.findViewById(R.id.progress_percent);
255 return mView;
266 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
269 mLine2View = (TextView)mView.findViewById(R.id.line2_view);
272 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
276 mLine5View = (TextView)mView.findViewById(R.id.line5_view)
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 44 private View mView;
71 mView = new View(getContext());
72 mView.setTag(CallLogListItemViews.createForTest(getContext()));
79 mView = null;
87 mAdapter.bindStandAloneView(mView, getContext(), mCursor);
105 mAdapter.bindStandAloneView(mView, getContext(), mCursor);
123 mAdapter.bindStandAloneView(mView, getContext(), mCursor);
138 mAdapter.bindStandAloneView(mView, getContext(), mCursor);
153 mAdapter.bindStandAloneView(mView, getContext(), mCursor);
  /packages/apps/Settings/src/com/android/settings/nfc/
AndroidBeam.java 37 private View mView;
72 mView = inflater.inflate(R.layout.android_beam, container, false);
73 initView(mView);
74 return mView;
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 75 private final ViewHelper mView = new ViewHelper();
319 mView.setText(R.id.credential_password, "");
320 mView.showError(R.string.password_error);
327 mView.setView(view);
328 if (mView.getHasEmptyError()) {
329 mView.showError(R.string.password_empty_error);
330 mView.setHasEmptyError(false);
342 String password = mView.getText(R.id.credential_password);
363 mView.setView(view);
364 if (mView.getHasEmptyError())
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 42 private LinearLayout mView;
52 mView = (LinearLayout) mActivity.findViewById(R.id.container);
77 mView.setLayoutTransition(mLayoutTransition);
128 mView.setLayoutTransition(mLayoutTransition);
174 mView.setLayoutTransition(mLayoutTransition);
182 View mView;
188 this.mView = view;
196 this.mView = view;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 52 private UiAutomatorView mView;
95 mView = new UiAutomatorView(c, SWT.BORDER);
96 mView.setLayoutData(new GridData(GridData.FILL_BOTH));
112 mView.setModel(model, modelFile, null);
170 mView.setModel(model, modelFile, screenshot);
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 63 private MyCarouselView mView;
206 mView = new MyCarouselView(this, mController);
208 mHelper.setCarouselView(mView);
209 mView.setSlotCount(CARD_SLOTS);
210 mView.setVisibleSlots(VISIBLE_SLOTS);
211 mView.createCards(1);
212 mView.setStartAngle((float) -(2.0f*Math.PI * 5 / CARD_SLOTS));
213 mView.setDefaultBitmap(BitmapFactory.decodeResource(res, R.drawable.wait));
214 mView.setLoadingBitmap(BitmapFactory.decodeResource(res, R.drawable.wait));
215 mView.setBackgroundColor(0.1f, 0.1f, 0.1f, 1.0f)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 43 View mView;
55 mView = v;
79 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();
118 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
140 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
165 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
189 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState();
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 57 private SlideViewInterface mView;
73 mView = null;
83 mView = createView();
87 "MmsThumbnailPresenter", mContext, mView, mSlideshow);
89 mPresenter.setView(mView);
115 if (mView != null) {
116 ((View)mView).setVisibility(View.GONE);
MmsThumbnailPresenter.java 46 presentFirstSlide((SlideViewInterface) mView, slide);
78 ((SlideViewInterface)mView).setVideoThumbnail(null,
81 ((SlideViewInterface)mView).setImage(null, imageLoaded.mBitmap);
  /frameworks/base/core/java/android/widget/
StackView.java     [all...]

Completed in 2390 milliseconds

1 2 34 5 6 7 8 9