Searched defs:mView (Results 1 - 25 of 59) sorted by relevance

123

/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxy4.java8 private GalaxyView mView; field in class:Galaxy4
13 mView = new GalaxyView(this);
14 setContentView(mView);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseField.java8 private NoiseFieldView mView; field in class:NoiseField
13 mView = new NoiseFieldView(this);
14 setContentView(mView);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeam.java8 private PhaseBeamView mView; field in class:PhaseBeam
13 mView = new PhaseBeamView(this);
14 setContentView(mView);
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralTestActivity.java23 private HoloSpiralView mView; field in class:HoloSpiralTestActivity
28 mView = new HoloSpiralView(this);
29 setContentView(mView);
35 mView.onResume();
41 mView.onPause();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCheckLongPressHelper.java22 private View mView; field in class:CheckLongPressHelper
28 if ((mView.getParent() != null) && mView.hasWindowFocus()
30 if (mView.performLongClick()) {
31 mView.setPressed(false);
39 mView = v;
48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout());
54 mView.removeCallbacks(mPendingCheckForLongPress);
H A DDrawableStateProxyView.java30 private View mView; field in class:DrawableStateProxyView
57 if (mView == null) {
59 mView = parent.findViewById(mViewId);
61 mView.setPressed(isPressed());
62 mView.setHovered(isHovered());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCheckLongPressHelper.java22 private View mView; field in class:CheckLongPressHelper
28 if ((mView.getParent() != null) && mView.hasWindowFocus()
30 if (mView.performLongClick()) {
31 mView.setPressed(false);
39 mView = v;
48 mView.postDelayed(mPendingCheckForLongPress,
55 mView.removeCallbacks(mPendingCheckForLongPress);
H A DDrawableStateProxyView.java28 private View mView; field in class:DrawableStateProxyView
55 if (mView == null) {
57 mView = parent.findViewById(mViewId);
59 if (mView != null) {
60 mView.setPressed(isPressed());
61 mView.setHovered(isHovered());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryContentFragment.java34 public View mView; field in class:AddAccessoryContentFragment
50 mView = inflater.inflate(mMultiple ? R.layout.add_accessory_multiple_content_fragment :
55 TextView title = (TextView) mView.findViewById(
61 TextView instructions = (TextView) mView.findViewById(
67 TextView autopair = (TextView) mView.findViewById(
74 return mView;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableItemView.java45 private final View mView; field in class:SwipeableItemView.SwipeableView
47 mView = view;
51 return mView;
/packages/apps/Camera/src/com/android/camera/ui/
H A DLayoutChangeHelper.java24 private View mView; field in class:LayoutChangeHelper
27 mView = v;
40 mListener.onLayoutChange(mView, l, t, r, b);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DViewHelper.java26 private View mView; field in class:ViewHelper
30 mView = view;
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);
/packages/apps/Mms/src/com/android/mms/ui/
H A DPresenter.java31 protected ViewInterface mView; field in class:Presenter
36 mView = view;
43 return mView;
47 mView = view;
H A DIconListAdapter.java41 private View mView; field in class:IconListAdapter.ViewHolder
46 mView = view;
51 mTextView = (TextView) mView.findViewById(R.id.text1);
59 mImageView = (ImageView) mView.findViewById(R.id.icon);
/packages/apps/Settings/src/com/android/settings/
H A DOwnerInfoSettings.java40 private View mView; field in class:OwnerInfoSettings
60 mView = inflater.inflate(R.layout.ownerinfo, container, false);
64 return mView;
68 mNickname = (EditText) mView.findViewById(R.id.owner_info_nickname);
78 mCheckbox = (CheckBox) mView.findViewById(R.id.show_owner_info_on_lockscreen_checkbox);
96 mOwnerInfo = (EditText) mView.findViewById(R.id.owner_info_edit_text);
H A DProxySelector.java62 private View mView; field in class:ProxySelector
72 mView = inflater.inflate(R.layout.proxy, container, false);
73 initView(mView);
76 return mView;
/packages/apps/Settings/src/com/android/settings/nfc/
H A DAndroidBeam.java36 private View mView; field in class:AndroidBeam
59 mView = inflater.inflate(R.layout.android_beam, container, false);
61 return mView;
/packages/apps/Camera/src/com/android/camera/
H A DOnScreenHint.java47 View mView; field in class:OnScreenHint
137 if (mView != mNextView) {
140 mView = mNextView;
155 if (mView.getParent() != null) {
156 mWM.removeView(mView);
158 mWM.addView(mView, mParams);
163 if (mView != null) {
167 if (mView.getParent() != null) {
168 mWM.removeView(mView);
170 mView
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DOnScreenHint.java51 View mView; field in class:OnScreenHint
141 if (mView != mNextView) {
144 mView = mNextView;
159 if (mView.getParent() != null) {
160 mWM.removeView(mView);
162 mWM.addView(mView, mParams);
167 if (mView != null) {
171 if (mView.getParent() != null) {
172 mWM.removeView(mView);
174 mView
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DOnScreenHint.java49 View mView; field in class:OnScreenHint
140 if (mView != mNextView) {
143 mView = mNextView;
158 if (mView.getParent() != null) {
159 mWM.removeView(mView);
161 mWM.addView(mView, mParams);
166 if (mView != null) {
170 if (mView.getParent() != null) {
171 mWM.removeView(mView);
173 mView
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DStorageContentFragment.java42 private View mView; field in class:StorageContentFragment
55 return (mView = super.onCreateView(inflater, container, savedInstanceState));
67 getPixelSize(R.dimen.content_fragment_icon_width), mView.isLayoutRtl());
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsUnavailableFragment.java39 private View mView; field in class:ContactsUnavailableFragment
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
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogAdapterTest.java44 private View mView; field in class:CallLogAdapterTest
71 mView = new CallLogListItemView(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/bluetooth/
H A DBluetoothPermissionActivity.java48 private View mView; field in class:BluetoothPermissionActivity
122 p.mView = createConnectionDialogView();
125 p.mView = createPhonebookDialogView();
128 p.mView = createMapDialogView();
159 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
160 messageView = (TextView)mView.findViewById(R.id.message);
163 return mView;
168 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
169 messageView = (TextView)mView.findViewById(R.id.message);
172 return mView;
[all...]
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java52 private View mView; field in class:WifiApDialog
108 mView = getLayoutInflater().inflate(R.layout.wifi_ap_dialog, null);
109 Spinner mSecurity = ((Spinner) mView.findViewById(R.id.security));
111 setView(mView);
117 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
118 mSsid = (TextView) mView.findViewById(R.id.ssid);
119 mPassword = (EditText) mView.findViewById(R.id.password);
135 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this);
184 mView.findViewById(R.id.fields).setVisibility(View.GONE);
187 mView
[all...]

Completed in 667 milliseconds

123