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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DDrawingHandler.java22 import com.android.inputmethod.keyboard.internal.DrawingHandler.Callbacks;
27 public class DrawingHandler extends LeakGuardHandlerWrapper<Callbacks> {
28 public interface Callbacks { interface in class:DrawingHandler
37 public DrawingHandler(final Callbacks ownerInstance) {
43 final Callbacks callbacks = getOwnerInstance();
63 final Callbacks callbacks = getOwnerInstance();
H A DTimerHandler.java26 import com.android.inputmethod.keyboard.internal.TimerHandler.Callbacks;
31 public final class TimerHandler extends LeakGuardHandlerWrapper<Callbacks> implements TimerProxy {
32 public interface Callbacks { interface in class:TimerHandler
48 public TimerHandler(final Callbacks ownerInstance, final int ignoreAltCodeKeyTimeout,
57 final Callbacks callbacks = getOwnerInstance();
142 final Callbacks callbacks = getOwnerInstance();
/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.java65 ConversationPositionTracker.Callbacks, ConversationListFooterView.FooterViewClickListener,
H A DConversationViewFragment.java102 WebViewContextMenu.Callbacks, ConversationFooterCallbacks, View.OnKeyListener {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java114 private WeakReference<Callbacks> mCallbacks;
157 public interface Callbacks { interface in class:LauncherModel
789 public void initialize(Callbacks callbacks) {
791 mCallbacks = new WeakReference<Callbacks>(callbacks);
872 Callbacks callbacks = mCallbacks.get();
908 Callbacks callbacks = mCallbacks.get();
1191 * has somehow been garbage collected, return null instead. Pass in the Callbacks
1193 * a new Callbacks object around then also return null. This will save us from
1196 Callbacks tryGetCallbacks(Callbacks oldCallback
[all...]
H A DLauncher.java121 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
2484 // Now a part of LauncherModel.Callbacks. Used to reorder loading steps.
3366 * Implementation of the method from LauncherModel.Callbacks.
3398 * Implementation of the method from LauncherModel.Callbacks.
3414 * Implementation of the method from LauncherModel.Callbacks.
3427 * Implementation of the method from LauncherModel.Callbacks.
3454 * Implementation of the method from LauncherModel.Callbacks.
3518 * Implementation of the method from LauncherModel.Callbacks.
3535 * Implementation of the method from LauncherModel.Callbacks.
3582 * Implementation of the method from LauncherModel.Callbacks
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java138 private WeakReference<Callbacks> mCallbacks;
184 public interface Callbacks { interface in class:LauncherModel
344 Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null;
357 Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null;
367 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null;
390 Callbacks cb = mCallbacks != null ? mCallbacks.get() : null;
413 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null;
510 Callbacks cb = mCallbacks != null ? mCallbacks.get() : null;
1242 public void initialize(Callbacks callbacks) {
1244 mCallbacks = new WeakReference<Callbacks>(callback
[all...]
H A DLauncher.java138 implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks,
4135 * Implementation of the method from LauncherModel.Callbacks.
4171 * Implementation of the method from LauncherModel.Callbacks.
4187 * Implementation of the method from LauncherModel.Callbacks.
4200 * Implementation of the method from LauncherModel.Callbacks.
4314 * Implementation of the method from LauncherModel.Callbacks.
4421 * Implementation of the method from LauncherModel.Callbacks.
4439 * Implementation of the method from LauncherModel.Callbacks.
4568 * Implementation of the method from LauncherModel.Callbacks.
4673 * Implementation of the method from LauncherModel.Callbacks
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DWebViewContextMenu.java64 private Callbacks mCallbacks;
85 public interface Callbacks { interface in class:WebViewContextMenu
112 public void setCallbacks(Callbacks cb) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DApplicationsState.java64 public static interface Callbacks { interface in class:ApplicationsState
360 private final Callbacks mCallbacks;
363 private Session(Callbacks callbacks) {
400 public Session newSession(Callbacks callbacks) {
H A DAppsBrowseInfo.java39 public class AppsBrowseInfo extends BrowseInfoBase implements ApplicationsState.Callbacks {
H A DAppManagementActivity.java43 ApplicationsState.Callbacks, DataClearer.Listener, CacheClearer.Listener,
/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.java556 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java109 MoreKeysPanel.Controller, DrawingHandler.Callbacks, TimerHandler.Callbacks {
309 // Implements {@link TimerHander.Callbacks} method.
453 // Implements {@link DrawingHandler.Callbacks} method.
482 // Implements {@link TimerHandler.Callbacks} method.
521 // Implements {@link DrawingHandler.Callbacks} method.
601 // Implements {@link TimerHandler.Callbacks} method.

Completed in 987 milliseconds