B C L M R S V

B

backlightOff() - Static method in class com.motorola.multimedia.Lighting
This method turns off the backlight.
backlightOn() - Static method in class com.motorola.multimedia.Lighting
This method turns on the backlight.

C

com.motorola.multimedia - package com.motorola.multimedia
 

L

Lighting - class com.motorola.multimedia.Lighting.
The Lighting class represents an interface to the various lights presents on the phone.

M

MAX_VIBRATE_TIME - Static variable in class com.motorola.multimedia.Vibrator
The maximum time the vibrator can vibrate for (5 minutes).
MIN_PAUSE_TIME - Static variable in class com.motorola.multimedia.Vibrator
The minimum time to pause between the vibrator stopping and starting again (2 seconds).

R

run() - Method in class com.motorola.multimedia.Vibrator
This is the run method for the Vibration thread.

S

setVibrateTone(int) - Static method in class com.motorola.multimedia.Vibrator
This method sets the current vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.

V

VIBRATE_2SHORT - Static variable in class com.motorola.multimedia.Vibrator
The two shorts vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.
VIBRATE_LONG - Static variable in class com.motorola.multimedia.Vibrator
The long vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.
VIBRATE_PULSE - Static variable in class com.motorola.multimedia.Vibrator
The pulse vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.
VIBRATE_SHORT - Static variable in class com.motorola.multimedia.Vibrator
The short vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.
VIBRATE_SHORT_LONG - Static variable in class com.motorola.multimedia.Vibrator
The short and long vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.
VIBRATE_SILENT - Static variable in class com.motorola.multimedia.Vibrator
The silent vibrate tone that will be used by the vibratorOn, vibratorFor and vibratePeriodically methods.
vibrateFor(int) - Static method in class com.motorola.multimedia.Vibrator
This method forces the vibrator to vibrate by the current vibrate tone for the time period specified in milliseconds.
vibratePeriodically(int) - Static method in class com.motorola.multimedia.Vibrator
This method forces the vibrator to vibrate periodically by the current vibrate tone for the timeInMs milliseconds and be silent for the timeInMs milliseconds.
vibratePeriodically(int, int) - Static method in class com.motorola.multimedia.Vibrator
This method forces the vibrator to vibrate periodically by the current vibrate tone for the timeOnInMs milliseconds and be silent for the timeOffInMs milliseconds.
Vibrator - class com.motorola.multimedia.Vibrator.
The Vibrator represents the vibrator present on the Phone.
vibratorOff() - Static method in class com.motorola.multimedia.Vibrator
This method turns off the vibrator.
vibratorOn() - Static method in class com.motorola.multimedia.Vibrator
This method turns on the vibrator for MAX_VIBRATE_TIME to vibrate by the current vibrate tone.

B C L M R S V