Searched refs:activity (Results 276 - 300 of 338) sorted by relevance

<<11121314

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailLayoutController.java114 public ContactDetailLayoutController(Activity activity, Bundle savedState, argument
123 mActivity = activity;
124 mLayoutInflater = (LayoutInflater) activity.getSystemService(
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListFragment.java165 public void onAttach(Activity activity) { argument
166 super.onAttach(activity);
167 setContext(activity);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupBasics.java17 package com.android.email.activity.setup;
44 import com.android.email.activity.ActivityHelper;
45 import com.android.email.activity.UiUtilities;
71 * AccountSetupAccountType activity where the user can begin to manually configure the account.
74 * This activity can also be launched directly via ACTION_CREATE_ACCOUNT. This is intended
649 * This is the only case where we finish() this activity but account setup is continuing,
H A DAccountSetupOutgoingFragment.java17 package com.android.email.activity.setup;
38 import com.android.email.activity.UiUtilities;
H A DAccountSettingsUtils.java17 package com.android.email.activity.setup;
H A DGeneralPreferences.java17 package com.android.email.activity.setup;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncSettings.java196 final Activity activity = getActivity();
197 AccountManager.get(activity).addOnAccountsUpdatedListener(this, null, false);
199 onAccountsUpdated(AccountManager.get(activity).getAccounts());
/packages/apps/Browser/src/com/android/browser/
H A DTab.java151 // If true, the tab is in the foreground of the current activity.
366 // finally update the UI in the activity if it is in the foreground
786 Activity activity = mWebViewController.getActivity();
787 if (activity != null) {
788 onShowCustomView(view, activity.getRequestedOrientation(), callback);
1390 Activity activity = mWebViewController.getActivity();
1391 mMainView.setOnCreateContextMenuListener(activity);
1393 mSubView.setOnCreateContextMenuListener(activity);
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java258 // this activity has handed its MediaPlayer off to the next activity
431 * of the activity in case of orientation change, without losing any state.
437 public void setActivity(AudioPreview activity) { argument
438 mActivity = activity;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListView.java140 protected void setActivity(ControllableActivity activity) { argument
141 mActivity = activity;
167 // Delayed to this step because activity has to be running in order for view to be
H A DSwipeableListView.java410 final ControllableActivity activity = (ControllableActivity) c;
411 activity.onAnimationEnd(null /* adapter */);
H A DTwoPaneController.java40 * Controller for two-pane Mail activity. Two Pane is used for tablets, where screen real estate
58 public TwoPaneController(MailActivity activity, ViewMode viewMode) { argument
59 super(activity, viewMode);
H A DConversationListFragment.java161 * Constructor needs to be public to handle orientation changes and activity
258 // only activity creating a ConversationListContext is a MailActivity
262 // activity is creating ConversationListFragments. This activity must be
265 final Activity activity = getActivity();
266 if (!(activity instanceof ControllableActivity)) {
270 mActivity = (ControllableActivity) activity;
271 // Since we now have a controllable activity, load the account from it,
293 activity, mActivity, mAccount))
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java457 // if the activity is finishing, then close the cursor and return
458 final Activity activity = getActivity();
459 if (activity == null || activity.isFinishing()) {
717 final Activity activity = getActivity();
718 mContext = activity;
719 mColorPickerDialog = (EventColorPickerDialog) activity.getFragmentManager()
799 public void onAttach(Activity activity) { argument
800 super.onAttach(activity);
801 mActivity = activity;
[all...]
/packages/apps/Email/tests/src/com/android/email/activity/
H A DAccountSelectorAdapterTest.java17 package com.android.email.activity;
H A DMailboxFragmentAdapterTest.java17 package com.android.email.activity;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java172 public PhotoDataAdapter(AbstractGalleryActivity activity, PhotoView view, argument
182 mThreadPool = activity.getThreadPool();
187 mUploader = new TiledTexture.Uploader(activity.getGLRoot());
189 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
/packages/apps/Camera/src/com/android/camera/
H A DCameraSettings.java78 public CameraSettings(Activity activity, Parameters parameters, argument
80 mContext = activity;
/packages/apps/Camera2/src/com/android/camera/
H A DCameraSettings.java82 public CameraSettings(Activity activity, Parameters parameters, argument
84 mContext = activity;
H A DVideoUI.java171 public VideoUI(CameraActivity activity, VideoController controller, View parent) { argument
172 mActivity = activity;
H A DWideAnglePanoramaUI.java96 CameraActivity activity,
99 mActivity = activity;
95 WideAnglePanoramaUI( CameraActivity activity, WideAnglePanoramaController controller, ViewGroup root) argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java234 public void setActivity(FilterShowActivity activity) { argument
235 mActivity = activity;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java70 public CameraSettings(Activity activity, Parameters parameters, argument
72 mContext = activity;
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java143 public MyHandler(Status activity) { argument
144 mStatus = new WeakReference<Status>(activity);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndLanguageSettings.java196 final Activity activity = getActivity();
197 final TreeSet<String> localeSet = UserDictionaryList.getUserDictionaryLocalesSet(activity);

Completed in 450 milliseconds

<<11121314