[Android] Documentation typo cleanups from the last commit.

Also cleaned up the Javadoc for the constructor of MotionAlertDialog.
This commit is contained in:
Lioncash 2013-10-24 15:10:25 -04:00
parent 079147ca07
commit 1267877e80

View File

@ -135,7 +135,8 @@ public final class InputConfigFragment extends PreferenceFragment
/**
* Constructor
*
* @param ctx context to use this dialog in.
* @param ctx The current {@link Context}.
* @param inputPref The Preference to show this dialog for.
*/
public MotionAlertDialog(Context ctx, Preference inputPref)
{
@ -167,7 +168,8 @@ public final class InputConfigFragment extends PreferenceFragment
}
// Method that will be within dispatchGeneticMotionEvent that listens for joystick/controller movements.
// Method that will be called within dispatchGenericMotionEvent
// that handles joystick/controller movements.
private boolean onMotionEvent(MotionEvent event)
{
if ((event.getSource() & InputDevice.SOURCE_CLASS_JOYSTICK) == 0)