Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LED_Tisch_App_Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
LED_Tisch_App_Android
Commits
d5464dfa
Commit
d5464dfa
authored
Nov 28, 2019
by
Jonas Leder
Browse files
Options
Downloads
Patches
Plain Diff
removed some unused functions (single and double tap)
parent
4c813f1d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/de/jonasled/led_table/DetectSwipeGestureListener.java
+0
-15
0 additions, 15 deletions
...ava/de/jonasled/led_table/DetectSwipeGestureListener.java
with
0 additions
and
15 deletions
app/src/main/java/de/jonasled/led_table/DetectSwipeGestureListener.java
+
0
−
15
View file @
d5464dfa
...
@@ -2,7 +2,6 @@ package de.jonasled.led_table;
...
@@ -2,7 +2,6 @@ package de.jonasled.led_table;
import
android.view.GestureDetector
;
import
android.view.GestureDetector
;
import
android.view.MotionEvent
;
import
android.view.MotionEvent
;
import
android.widget.Toast
;
import
java.io.IOException
;
import
java.io.IOException
;
...
@@ -72,20 +71,6 @@ public class DetectSwipeGestureListener extends GestureDetector.SimpleOnGestureL
...
@@ -72,20 +71,6 @@ public class DetectSwipeGestureListener extends GestureDetector.SimpleOnGestureL
return
true
;
return
true
;
}
}
// Invoked when single tap screen.
@Override
public
boolean
onSingleTapConfirmed
(
MotionEvent
e
)
{
this
.
activity
.
displayMessage
(
"Single tap occurred."
);
return
true
;
}
// Invoked when double tap screen.
@Override
public
boolean
onDoubleTap
(
MotionEvent
e
)
{
this
.
activity
.
displayMessage
(
"Double tap occurred."
);
return
true
;
}
private
void
senden
(
String
message
)
{
private
void
senden
(
String
message
)
{
byte
[]
msgBuffer
=
message
.
getBytes
();
byte
[]
msgBuffer
=
message
.
getBytes
();
if
(
controlActivity
.
is_connected
)
{
if
(
controlActivity
.
is_connected
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment