Searched defs:line2 (Results 1 – 6 of 6) sorted by relevance
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ | ||
D | NotificationService.java | 233 SpannableString line2 = new SpannableString("Bob: hi there!"); in onHandleIntent() local |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ | ||
D | FileSystemUtils.java | 331 String line2 = lines.get(1); // the line we're interested in in freeSpaceUnix() local |
/packages/apps/Music/src/com/android/music/ | ||
D | MusicPicker.java | 180 TextView line2; field in MusicPicker.TrackListAdapter.ViewHolder |
D | AlbumBrowserActivity.java | 512 TextView line2; field in AlbumBrowserActivity.AlbumListAdapter.ViewHolder |
D | ArtistAlbumBrowserActivity.java | 572 TextView line2; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ | ||
D | GeometryMathUtils.java | 102 public static float[] lineIntersect(float[] line1, float[] line2) { in lineIntersect() |