Searched refs:mView (Results 51 - 56 of 56) sorted by relevance

123

/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowPresenter.java116 presentSlide((SlideViewInterface) mView, ((SlideshowModel) mModel).get(mLocation));
271 final SlideViewInterface view = (SlideViewInterface) mView;
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java144 private View mView; field in class:ContactDetailFragment
279 mView = inflater.inflate(R.layout.contact_detail_fragment, container, false);
283 mStaticPhotoView = (ImageView) mView.findViewById(R.id.photo);
285 mListView = (ListView) mView.findViewById(android.R.id.list);
292 mEmptyView = mView.findViewById(android.R.id.empty);
294 mTouchInterceptLayer = mView.findViewById(R.id.touch_intercept_overlay);
295 mAlphaLayer = mView.findViewById(R.id.alpha_overlay);
298 mQuickFixButton = (Button) mView.findViewById(R.id.contact_quick_fix);
308 mView.setVisibility(View.INVISIBLE);
314 return mView;
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java166 * the constructed View object. The object is also stored in {@link AttendeeItem#mView}.
169 item.mView = mInflater.inflate(R.layout.contact_item, null);
174 * Set up each element in {@link AttendeeItem#mView} using the latest information. View
179 final View view = item.mView;
H A DEditEventHelper.java215 public View mView; field in class:EditEventHelper.AttendeeItem
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppIncomingFileConfirmActivity.java110 p.mView = createView();
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java198 WeakReference<View> mView; field in class:MenuHelper.UpdateLocationCallback
201 mView = view;
208 View view = mView.get();

Completed in 205 milliseconds

123