Searched defs:r (Results 1 – 5 of 5) sorted by relevance
132 Rect r = obj.getVisibleBounds(); in clickTopLeftCorner() local
114 final Pattern r = Pattern.compile(PATTERN); in processMetricsFromLogFile() local
102 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents() local
149 Rect r = recents.getVisibleBounds(); in scrollToTopOfRecents() local
48 public KillException(String errorMessage, Reason r) { in KillException()