Searched refs:me (Results 1 – 25 of 51) sorted by relevance
123
69 public boolean onInterceptTouchEvent(final MotionEvent me) { in onInterceptTouchEvent() argument72 final int index = me.getActionIndex(); in onInterceptTouchEvent()73 final int x = (int)me.getX(index) + rect.left; in onInterceptTouchEvent()74 final int y = (int)me.getY(index) + rect.top; in onInterceptTouchEvent()78 if (mKeyboardTopPaddingForwarder.onInterceptTouchEvent(x, y, me)) { in onInterceptTouchEvent()85 if (mMoreSuggestionsViewCanceler.onInterceptTouchEvent(x, y, me)) { in onInterceptTouchEvent()95 public boolean onTouchEvent(final MotionEvent me) { in onTouchEvent() argument97 return super.onTouchEvent(me); in onTouchEvent()102 final int index = me.getActionIndex(); in onTouchEvent()103 final int x = (int)me.getX(index) + rect.left; in onTouchEvent()[all …]
35 public void processMotionEvent(final MotionEvent me, final KeyDetector keyDetector) { in processMotionEvent() argument36 final int pointerCount = me.getPointerCount(); in processMotionEvent()48 final int action = me.getActionMasked(); in processMotionEvent()49 final int index = me.getActionIndex(); in processMotionEvent()50 final long eventTime = me.getEventTime(); in processMotionEvent()51 final long downTime = me.getDownTime(); in processMotionEvent()55 if (me.getPointerId(index) == mainTracker.mPointerId) { in processMotionEvent()56 mainTracker.processMotionEvent(me, keyDetector); in processMotionEvent()60 injectMotionEvent(action, me.getX(index), me.getY(index), downTime, eventTime, in processMotionEvent()83 final int x = (int)me.getX(index); in processMotionEvent()[all …]
385 public boolean onScroll(MotionEvent down, MotionEvent me, float deltaX, float deltaY) {386 final float dy = me.getY() - down.getY();395 public boolean onInterceptTouchEvent(final MotionEvent me) { in onInterceptTouchEvent() argument397 mLastX = (int)me.getX(); in onInterceptTouchEvent()398 mLastY = (int)me.getY(); in onInterceptTouchEvent()399 return mMoreSuggestionsSlidingDetector.onTouchEvent(me); in onInterceptTouchEvent()402 final int action = me.getAction(); in onInterceptTouchEvent()403 final int index = me.getActionIndex(); in onInterceptTouchEvent()404 final int x = (int)me.getX(index); in onInterceptTouchEvent()405 final int y = (int)me.getY(index); in onInterceptTouchEvent()[all …]
303 catch (MessagingException me) { in saslAuthLogin()304 if (me.getMessage().length() > 1 && me.getMessage().charAt(1) == '3') { in saslAuthLogin()305 throw new AuthenticationFailedException(me.getMessage()); in saslAuthLogin()307 throw me; in saslAuthLogin()318 catch (MessagingException me) { in saslAuthPlain()319 if (me.getMessage().length() > 1 && me.getMessage().charAt(1) == '3') { in saslAuthPlain()320 throw new AuthenticationFailedException(me.getMessage()); in saslAuthPlain()322 throw me; in saslAuthPlain()346 } catch (MessagingException me) { in saslAuthOAuth()347 if (me.getMessage().length() > 1 && me.getMessage().charAt(1) == '3') { in saslAuthOAuth()[all …]
1037 private boolean openPopupIfRequired(MotionEvent me) { in openPopupIfRequired() argument1144 public boolean onTouchEvent(MotionEvent me) {1145 final int pointerCount = me.getPointerCount();1146 final int action = me.getAction();1148 final long now = me.getEventTime();1154 me.getX(), me.getY(), me.getMetaState());1158 result = onModifiedTouchEvent(me, true);1162 mOldPointerX, mOldPointerY, me.getMetaState());1168 result = onModifiedTouchEvent(me, false);1169 mOldPointerX = me.getX();[all …]
46 public boolean onTouchEvent(MotionEvent me) { in onTouchEvent() argument49 boolean ret = super.onTouchEvent(me); in onTouchEvent()52 switch (me.getAction()) { in onTouchEvent()
638 public void processMotionEvent(final MotionEvent me, final KeyDetector keyDetector) { in processMotionEvent() argument639 final int action = me.getActionMasked(); in processMotionEvent()640 final long eventTime = me.getEventTime(); in processMotionEvent()646 final int pointerCount = me.getPointerCount(); in processMotionEvent()648 final int id = me.getPointerId(index); in processMotionEvent()652 final int x = (int)me.getX(index); in processMotionEvent()653 final int y = (int)me.getY(index); in processMotionEvent()655 tracker.onMoveEvent(x, y, eventTime, me); in processMotionEvent()659 final int index = me.getActionIndex(); in processMotionEvent()660 final int x = (int)me.getX(index); in processMotionEvent()[all …]
261 public boolean onTouchEvent(final MotionEvent me) { in onTouchEvent() argument262 final int action = me.getActionMasked(); in onTouchEvent()263 final long eventTime = me.getEventTime(); in onTouchEvent()264 final int index = me.getActionIndex(); in onTouchEvent()265 final int x = (int)me.getX(index); in onTouchEvent()266 final int y = (int)me.getY(index); in onTouchEvent()267 final int pointerId = me.getPointerId(index); in onTouchEvent()
711 public boolean onTouchEvent(final MotionEvent me) { in onTouchEvent() argument716 if (me.getPointerCount() > 1 && mKeyTimerHandler.isInKeyRepeat()) { in onTouchEvent()721 mNonDistinctMultitouchHelper.processMotionEvent(me, mKeyDetector); in onTouchEvent()724 return processMotionEvent(me); in onTouchEvent()727 public boolean processMotionEvent(final MotionEvent me) { in processMotionEvent() argument728 final int index = me.getActionIndex(); in processMotionEvent()729 final int id = me.getPointerId(index); in processMotionEvent()737 tracker.processMotionEvent(me, mKeyDetector); in processMotionEvent()
562 } catch (MessagingException me) { in startMessage()563 throw new Error(me); in startMessage()585 } catch (MessagingException me) { in field()586 throw new Error(me); in field()604 } catch (MessagingException me) { in startMultipart()605 throw new Error(me); in startMultipart()615 } catch (MessagingException me) { in body()616 throw new Error(me); in body()633 } catch (MessagingException me) { in startBodyPart()634 throw new Error(me); in startBodyPart()[all …]
220 } catch (MessagingException me) { in testCheckSettings()242 } catch (MessagingException me) { in testCheckSettingsCapabilities()404 } catch(MessagingException me) { in testCatchClosed1a()446 } catch(MessagingException me) { in testCatchClosed1b()489 } catch(MessagingException me) { in testCatchClosed1c()541 catch(MessagingException me) { in testCatchClosed2()588 } catch(MessagingException me) { in testCatchClosed2a()647 catch(MessagingException me) { in testCatchClosed3()694 catch(MessagingException me) { in testCatchClosed4()744 } catch(MessagingException me) { in testCatchClosed6a()
225 } catch (MessagingException me) { in open()227 LogUtils.d(Logging.LOG_TAG, me.toString()); in open()229 throw new AuthenticationFailedException(null, me); in open()248 } catch (MessagingException me) { in open()249 statException = me; in open()570 } catch (MessagingException me) { in fetchBody()609 catch (MessagingException me) { in fetchBody()617 throw me; in fetchBody()695 catch (MessagingException me) { in getCapabilities()
204 } catch (MessagingException me) { in exists()206 if (me.getExceptionType() == MessagingException.IOERROR) { in exists()207 throw me; in exists()249 } catch (MessagingException me) { in create()424 } catch (ImapException me) { in searchForUids()425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria); in searchForUids()429 throw me; in searchForUids()
234 } catch (MessagingException me) { in loadAttachment()235 LogUtils.i(Logging.LOG_TAG, me, "Error loading attachment"); in loadAttachment()353 } catch (MessagingException me) { in updateFolderList()354 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList"); in updateFolderList()472 } catch (MessagingException me) { in sendMailImpl()474 if (me instanceof AuthenticationFailedException) { in sendMailImpl()511 } catch (MessagingException me) { in sendMailImpl()512 if (me instanceof AuthenticationFailedException) { in sendMailImpl()
330 } catch (MessagingException me) { in downloadFlagAndEnvelope()332 "Error while copying downloaded message." + me); in downloadFlagAndEnvelope()850 } catch (MessagingException me) { in processPendingDeletesSynchronous()855 + lastMessageId + ": " + me); in processPendingDeletesSynchronous()926 } catch (MessagingException me) { in processPendingUploadsSynchronous()931 + lastMessageId + ": " + me); in processPendingUploadsSynchronous()1009 } catch (MessagingException me) { in processPendingUpdatesSynchronous()1014 + lastMessageId + ": " + me); in processPendingUpdatesSynchronous()1419 } catch (MessagingException me) { in processPendingAppend()1558 } catch (MessagingException me) { in searchMailboxImpl()[all …]
54 public boolean onTouchEvent(MotionEvent me) { in onTouchEvent() argument55 if (!mDetector.onTouchEvent(me)) { in onTouchEvent()56 return super.onTouchEvent(me); in onTouchEvent()
167 final String me = this.getString(); in startsWith() local168 if (me.length() < prefix.length()) { in startsWith()171 return me.substring(0, prefix.length()).equalsIgnoreCase(prefix); in startsWith()
179 } catch (MessagingException me) { in copyOneMessageToProvider()180 LogUtils.e(Logging.LOG_TAG, "Error while copying downloaded message." + me); in copyOneMessageToProvider()
171 public boolean onTouch(View view, MotionEvent me) { in show()173 switch (me.getAction()) { in show()
430 } catch (final MessagingException me) { in doInBackground()433 return me; in doInBackground()
173 public boolean onTouch(View view, MotionEvent me) { in show()176 switch (me.getAction()) { in show()
1dictionary=emoji:fr,description=Emoji pour mots français,locale=fr,date ...
243 } catch (MessagingException me) { in testEmptyLineResponse()
4067 private float getAverageY(MotionEvent me) { in getAverageY() argument4068 int count = me.getPointerCount(); in getAverageY()4071 focusY += me.getY(i); in getAverageY()