Which of the following statements is false?

a. Motion-Event’s getActionMasked method returns an int representing the Mo-tionEvent type, which you can use with constants from class MotionEvent to de-termine how to handle each event.
b. Motion-Event’s getActionIndex method returns an integer index representing which finger caused the event. This index is the finger’s unique ID.
c. If the action is MotionEvent.ACTION_DOWN or Motion-Event.ACTION_POINTER_DOWN, the user touched the screen with a new finger. e. If the action is MotionEvent.ACTION_UP or MotionEvent.ACTION_POINTER_UP, the user removed a finger from the screen.
d. The first finger to touch the screen generates a MotionEvent.ACTION_DOWN event, and all other fingers generate Motion-Event.ACTION_POINTER_DOWN events.

b. Motion-Event’s getActionIndex method returns an integer index representing which finger caused the event. This index is the finger’s unique ID.

Computer Science & Information Technology

You might also like to view...

Strictly speaking, plagiarism is not illegal

Indicate whether the statement is true or false

Computer Science & Information Technology

The setcookie() function has no required arguments.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology