Searched refs:activity (Results 201 - 225 of 254) sorted by relevance

1234567891011

/packages/apps/Tag/src/com/android/apps/tag/record/
H A DTextRecord.java63 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java158 * Navigate to Contacts Home activity after saving.
189 * Prevents saving while running a child activity.
247 public AggregationSuggestionAdapter(Activity activity, boolean setNewContact, argument
249 mActivity = activity;
315 final Activity activity = getActivity();
316 if (activity != null) activity.invalidateOptionsMenu();
321 public void onAttach(Activity activity) { argument
322 super.onAttach(activity);
323 mContext = activity;
[all...]
/packages/apps/Camera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java63 Activity activity = (PanoramaActivity) context;
64 mIsLandscapeOrientation = (activity.getRequestedOrientation()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetDataAdapter.java74 public AlbumSetDataAdapter(GalleryActivity activity, MediaSet albumSet, int cacheSize) { argument
83 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DQsbApplication.java469 public PreferenceControllerFactory createPreferenceControllerFactory(Activity activity) { argument
470 return new PreferenceControllerFactory(getSettings(), activity);
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pSettings.java123 final Activity activity = getActivity();
126 mChannel = mWifiP2pManager.initialize(activity, getActivity().getMainLooper(), null);
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java623 PreferenceActivity activity = (PreferenceActivity) getActivity();
624 if (activity != null) {
627 activity.startPreferencePanel(WebsiteSettingsFragment.class.getName(), args, 0,
675 PreferenceActivity activity = (PreferenceActivity) getActivity();
676 if (activity != null) {
677 activity.finishPreferencePanel(this, 0, null);
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java197 final Activity activity = getActivity();
198 if (activity != null) {
199 activity.invalidateOptionsMenu();
495 // volume control keys for this activity
592 final Activity activity = getActivity();
593 if (activity != null && ViewConfiguration.get(activity).hasPermanentMenuKey()) {
895 * activity.
992 // leaving the current activity (via the ENDCALL-longpress menu.)
1216 // activity stac
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java346 // if the activity is finishing, then close the cursor and return
347 final Activity activity = getActivity();
348 if (activity == null || activity.isFinishing()) {
360 activity.finish();
409 Resources res = activity.getResources();
577 public void onAttach(Activity activity) { argument
578 super.onAttach(activity);
579 mActivity = activity;
580 mEditResponseHelper = new EditResponseHelper(activity);
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java176 public void onAttach(Activity activity) { argument
177 super.onAttach(activity);
178 setContext(activity);
/packages/apps/Email/src/com/android/email/widget/
H A DEmailWidget.java46 import com.android.email.activity.MessageCompose;
47 import com.android.email.activity.UiUtilities;
48 import com.android.email.activity.Welcome;
196 * Convenience method for creating an onClickPendingIntent that launches another activity
201 * @param intent The intent to be used when launching the activity
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java399 * Dismiss the activity if BACK is pressed when the search box is empty.
403 SearchActivity activity = getActivity();
404 if (activity != null && event.getKeyCode() == KeyEvent.KEYCODE_BACK
415 activity.onBackPressed();
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java17 package com.android.email.activity.setup;
39 import com.android.email.activity.UiUtilities;
H A DAccountSettingsFragment.java17 package com.android.email.activity.setup;
162 public void onAttach(Activity activity) { argument
163 super.onAttach(activity);
164 mContext = activity;
182 // If not, activity must call startLoadingAccount() directly
744 * Callback from delete account dialog - passes the delete command up to the activity
H A DSetupData.java17 package com.android.email.activity.setup;
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java235 Log.e(TAG, "GMM activity not found!", e);
274 public static void setSpinnerVisibility(final Activity activity, argument
276 SpinnerVisibilitySetter.getInstance(activity).setSpinnerVisibility(visible);
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java258 // this activity has handed its MediaPlayer off to the next activity
413 * of the activity in case of orientation change, without losing any state.
419 public void setActivity(AudioPreview activity) { argument
420 mActivity = activity;
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java128 public MyHandler(Status activity) { argument
129 mStatus = new WeakReference<Status>(activity);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndLanguageSettings.java145 final Activity activity = getActivity();
146 final Set<String> localeList = UserDictionaryList.getUserDictionaryLocalesList(activity);
/packages/apps/Email/src/com/android/email/
H A DNotificationController.java41 import com.android.email.activity.ContactStatusLoader;
42 import com.android.email.activity.Welcome;
43 import com.android.email.activity.setup.AccountSecurity;
44 import com.android.email.activity.setup.AccountSettings;
/packages/apps/Email/src/com/android/email/activity/
H A DMessageListItemCoordinates.java18 package com.android.email.activity;
/packages/apps/Email/src/com/android/email/service/
H A DEmailBroadcastProcessorService.java36 import com.android.email.activity.setup.AccountSettings;
/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/ui/
H A DCropView.java42 * The activity can crop specific region of interest from an image.
99 public CropView(GalleryActivity activity) { argument
100 mActivity = activity;
101 mImageView = new TileImageView(activity);
117 mMainHandler = new SynchronizedHandler(activity.getGLRoot()) {

Completed in 415 milliseconds

1234567891011