Searched refs:Callbacks (Results 1 - 13 of 13) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationPositionTracker.java37 public interface Callbacks { interface in class:ConversationPositionTracker
47 private final Callbacks mCallbacks;
52 public ConversationPositionTracker(Callbacks callbacks) {
H A DActivityController.java64 ConversationPositionTracker.Callbacks, ConversationListFooterView.FooterViewClickListener,
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java104 public interface Callbacks { interface in class:AccountCheckSettingsFragment
298 private Callbacks getCallbackTarget() {
300 if (target instanceof Callbacks) {
301 return (Callbacks) target;
304 if (activity instanceof Callbacks) {
305 return (Callbacks) activity;
354 final Callbacks callbackTarget = getCallbackTarget();
379 final Callbacks callbackTarget = getCallbackTarget();
H A DAccountServerBaseFragment.java48 implements AccountCheckSettingsFragment.Callbacks, OnClickListener {
299 * Implements AccountCheckSettingsFragment.Callbacks
329 * Implements AccountCheckSettingsFragment.Callbacks
H A DAccountSetupBasics.java91 implements OnClickListener, TextWatcher, AccountCheckSettingsFragment.Callbacks {
645 * Implements AccountCheckSettingsFragment.Callbacks
663 * Implements AccountCheckSettingsFragment.Callbacks
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java112 private WeakReference<Callbacks> mCallbacks;
151 public interface Callbacks { interface in class:LauncherModel
771 public void initialize(Callbacks callbacks) {
773 mCallbacks = new WeakReference<Callbacks>(callbacks);
862 Callbacks callbacks = mCallbacks.get();
898 Callbacks callbacks = mCallbacks.get();
1112 final Callbacks cbk = mCallbacks.get();
1193 * has somehow been garbage collected, return null instead. Pass in the Callbacks
1195 * a new Callbacks object around then also return null. This will save us from
1198 Callbacks tryGetCallback
[all...]
H A DLauncher.java121 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
2452 // Now a part of LauncherModel.Callbacks. Used to reorder loading steps.
3334 * Implementation of the method from LauncherModel.Callbacks.
3366 * Implementation of the method from LauncherModel.Callbacks.
3382 * Implementation of the method from LauncherModel.Callbacks.
3395 * Implementation of the method from LauncherModel.Callbacks.
3422 * Implementation of the method from LauncherModel.Callbacks.
3486 * Implementation of the method from LauncherModel.Callbacks.
3503 * Implementation of the method from LauncherModel.Callbacks.
3550 * Implementation of the method from LauncherModel.Callbacks
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java119 private WeakReference<Callbacks> mCallbacks;
159 public interface Callbacks { interface in class:LauncherModel
296 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null;
319 Callbacks cb = mCallbacks != null ? mCallbacks.get() : null;
341 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null;
438 Callbacks cb = mCallbacks != null ? mCallbacks.get() : null;
1133 public void initialize(Callbacks callbacks) {
1135 mCallbacks = new WeakReference<Callbacks>(callbacks);
1224 Callbacks callbacks = mCallbacks.get();
1260 Callbacks callback
[all...]
H A DLauncher.java121 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
3710 * Implementation of the method from LauncherModel.Callbacks.
3746 * Implementation of the method from LauncherModel.Callbacks.
3762 * Implementation of the method from LauncherModel.Callbacks.
3775 * Implementation of the method from LauncherModel.Callbacks.
3889 * Implementation of the method from LauncherModel.Callbacks.
3988 * Implementation of the method from LauncherModel.Callbacks.
4006 * Implementation of the method from LauncherModel.Callbacks.
4054 * Implementation of the method from LauncherModel.Callbacks.
4139 * Implementation of the method from LauncherModel.Callbacks
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java45 public static interface Callbacks { interface in class:ApplicationsState
467 final Callbacks mCallbacks;
479 Session(Callbacks callbacks) {
616 public Session newSession(Callbacks callbacks) {
H A DManageApplications.java534 ApplicationsState.Callbacks, AbsListView.RecyclerListener {
H A DInstalledAppDetails.java99 ApplicationsState.Callbacks {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java37 public interface Callbacks { interface in class:ContactLoader

Completed in 209 milliseconds