HomeSort by relevance Sort by last modified time
    Searched refs:mEventListener (Results 1 - 3 of 3) sorted by null

  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 78 OnObbStateChangeListener mEventListener = new OnObbStateChangeListener() {
100 if (mSM.mountObb(mObbPath, null, mEventListener)) {
118 if (mSM.unmountObb(mObbPath, false, mEventListener)) {
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 162 final P2pEventListener mEventListener;
189 mEventListener = new P2pEventManager(context, this);
253 mEventListener.onP2pInRange();
260 mEventListener.onP2pSendConfirmationRequested();
565 mEventListener.onP2pOutOfRange();
579 mEventListener.onP2pReceiveComplete(false);
593 mEventListener.onP2pReceiveComplete(true);
606 mEventListener.onP2pHandoverNotSupported();
618 mEventListener.onP2pSendComplete();
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 72 private ImageTouchEventListener mEventListener;
139 if (mEventListener != null) {
140 return mEventListener.onImageTouchEvent(ev);
165 mEventListener = listener;

Completed in 178 milliseconds