WIMM Labs

A B C D E F G H I L M N O P Q R S T U V W Y

A

AccessPointState.AccessPointStateCallback - Interface in com.wimm.framework.os
 
ACTION_LOCATION_ADDED - Static variable in class com.wimm.framework.provider.LocationCache
Broadcast when a new location is added.
ACTION_NETWORK_AVAILABLE - Static variable in class com.wimm.framework.service.NetworkService
Intent broadcast when the network connection is available.
ACTION_NETWORK_FAILURE - Static variable in class com.wimm.framework.service.NetworkService
Intent broadcast when a network connection request fails.
ACTION_NETWORK_TAKEDOWN - Static variable in class com.wimm.framework.service.NetworkService
Intent broadcast when the system is ready to close the network connection.
ACTION_NOTIFY_PREFS_MOD - Static variable in class com.wimm.framework.service.SyncService.Intent
Broadcast Action: Sent when a change in an application preference settings is detected during a sync process.
ACTION_SENSOR_AVAILABILITY_CHANGED - Static variable in class com.wimm.framework.Wimm.Intent
Broadcast Action: Sent when the sensor hardware becomes unavailable due to low power, or when sensors become available again after power is restored.
AdapterViewTray - Class in com.wimm.framework.view
The AdapterViewTray class extends the ViewTray and holds child views retrieved from an Adapter.
AdapterViewTray(Context) - Constructor for class com.wimm.framework.view.AdapterViewTray
Instantiates a new adapter view tray.
AdapterViewTray(Context, AttributeSet) - Constructor for class com.wimm.framework.view.AdapterViewTray
Instantiates a new adapter view tray.
AdapterViewTray(Context, AttributeSet, int) - Constructor for class com.wimm.framework.view.AdapterViewTray
Instantiates a new adapter view tray.
addBeep(Beeper.Beep) - Method in class com.wimm.framework.os.Beeper.Sequence
Adds a Beeper.Beep at the end of the sequence.
addBeep(int, int) - Method in class com.wimm.framework.os.Beeper.Sequence
Adds a Beeper.Beep at the end of the sequence using the provided duration and pitch.
addBreak(int) - Method in class com.wimm.framework.os.Beeper.Sequence
Adds a break (pause) at the end of the sequence using the provided duration.
ALARMS_ARE_SET - Static variable in class com.wimm.framework.Wimm.Settings
Whether the Alarm application has any pending alarms set.
AlertDialog - Class in com.wimm.framework.app
A Dialog that can display one, two or three buttons.
AlertDialog(Context) - Constructor for class com.wimm.framework.app.AlertDialog
 
AnalogWatchView - Class in com.wimm.framework.watches
The AnalogWatchView class extends BaseWatchView to create an analog type watchface.
AnalogWatchView(Context, AttributeSet) - Constructor for class com.wimm.framework.watches.AnalogWatchView
Instantiates a new analog watch view.
AnalogWatchView.SecondHandMovement - Enum in com.wimm.framework.watches
The SecondHandMovement class provides watchface hand movement for AnalogWatchView.setSecondHandMovementType(com.wimm.framework.watches.AnalogWatchView.SecondHandMovement).
animateFromPreview() - Method in class com.wimm.framework.watches.BaseWatchView
Called when the watchface is selected from the watchface picker.
AnimatingImageView.AnimationType - Enum in com.wimm.framework.watches
 
attendees - Variable in class com.wimm.framework.provider.Calendar.Event
The event attendees.
ATTENDEES - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event attendees.
AUTHORITY - Static variable in class com.wimm.framework.provider.Calendar
The authority.
AUTHORITY - Static variable in class com.wimm.framework.provider.Weather
The authority.
AUTHORITY - Static variable in class com.wimm.framework.provider.WorldClock
The authority.

B

BaseWatchView - Class in com.wimm.framework.watches
BaseWatchView is the base class for AnalogWatchView and DigitalWatchView.
BaseWatchView(Context, AttributeSet) - Constructor for class com.wimm.framework.watches.BaseWatchView
Instantiates a new watch view.
BaseWatchView.UpdateResolution - Enum in com.wimm.framework.watches
Enum containing the String constants "SECOND" and "MINUTE".
beep() - Method in class com.wimm.framework.os.Beeper
Beeps the piezo using the default duration and pitch.
beep(int) - Method in class com.wimm.framework.os.Beeper
Beeps the piezo using the provided duration and the default pitch.
beep(int, int) - Method in class com.wimm.framework.os.Beeper
Beeps the piezo using the provided duration and pitch.
beep(Beeper.Beep) - Method in class com.wimm.framework.os.Beeper
Beeps the piezo using the provided Beeper.Beep.
beep(Beeper.Sequence) - Method in class com.wimm.framework.os.Beeper
Beeps the piezo using the provided Beeper.Sequence.
Beeper - Class in com.wimm.framework.os
Classes for working with piezo speaker (beeper).
Beeper(Context) - Constructor for class com.wimm.framework.os.Beeper
Default constructor.
Beeper.Beep - Class in com.wimm.framework.os
Describes a single beep.
Beeper.Beep(int, int) - Constructor for class com.wimm.framework.os.Beeper.Beep
The default constructor.
Beeper.Sequence - Class in com.wimm.framework.os
Describes a sequence of beeps and breaks (pauses).
Beeper.Sequence(boolean) - Constructor for class com.wimm.framework.os.Beeper.Sequence
Constructor for an empty sequence.
Beeper.Sequence(int[][], boolean) - Constructor for class com.wimm.framework.os.Beeper.Sequence
Constructor for a sequence of beeps and breaks (pauses).
body - Variable in class com.wimm.framework.app.Notification
Additional detail about the notification.
Button - Class in com.wimm.framework.widget
A simple push-button.
Button(Context) - Constructor for class com.wimm.framework.widget.Button
Instantiates a new button.
Button(Context, AttributeSet) - Constructor for class com.wimm.framework.widget.Button
Instantiates a new button.
Button(Context, AttributeSet, int) - Constructor for class com.wimm.framework.widget.Button
Instantiates a new button.
buttonIntent - Variable in class com.wimm.framework.app.Notification
The PendingIntent dispatched when the notification's button is tapped.
buttonTitle - Variable in class com.wimm.framework.app.Notification
Text displayed on the notification button.

C

Calendar - Class in com.wimm.framework.provider
This class exposes constants and methods for accessing Calendar data in the WIMM Calendar App.
Calendar() - Constructor for class com.wimm.framework.provider.Calendar
 
calendar - Variable in class com.wimm.framework.provider.Calendar.Event
The calendar ID.
CALENDAR - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The calendar ID.
Calendar.CalendarColumns - Interface in com.wimm.framework.provider
Columns for the Calendar table.
Calendar.Calendars - Class in com.wimm.framework.provider
This class provides access to the Calendar table.
Calendar.Calendars() - Constructor for class com.wimm.framework.provider.Calendar.Calendars
 
Calendar.Event - Class in com.wimm.framework.provider
This class represents a single calendar event.
Calendar.Event() - Constructor for class com.wimm.framework.provider.Calendar.Event
 
Calendar.EventColumns - Interface in com.wimm.framework.provider
Columns for the Event table.
Calendar.Events - Class in com.wimm.framework.provider
This class provides access to the Event table.
Calendar.Events() - Constructor for class com.wimm.framework.provider.Calendar.Events
 
cancel(int) - Method in class com.wimm.framework.app.NotificationAgent
Cancel a notification by ID.
cancel(String, int) - Method in class com.wimm.framework.app.NotificationAgent
Cancel a notification by ID and tag.
cancel() - Method in class com.wimm.framework.os.Beeper
Stops the current beep sequence.
cancelAll() - Method in class com.wimm.framework.app.NotificationAgent
Cancel all notifications displayed by the calling application.
centerText - Variable in class com.wimm.framework.app.Notification
Flag controlling whether content is centered or left aligned.
CITY_UID - Static variable in interface com.wimm.framework.provider.Weather.Columns
The the unique UID of the city for which the weather is being fetched.
CITY_UID - Static variable in interface com.wimm.framework.provider.WorldClock.Columns
The UID of the city for which world time is requested.
cityName - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The city name.
closeIntent - Variable in class com.wimm.framework.app.Notification
The Intent dispatched when the notification is dismissed.
COLOR - Static variable in interface com.wimm.framework.provider.Calendar.CalendarColumns
The calendar color.
com.wimm.framework - package com.wimm.framework
Shared constants.
com.wimm.framework.app - package com.wimm.framework.app
Application functionality and interaction classes.
com.wimm.framework.os - package com.wimm.framework.os
Provides access to hidden methods/classes in the Android SDK.
com.wimm.framework.provider - package com.wimm.framework.provider
Classes for accessing shared databases.
com.wimm.framework.service - package com.wimm.framework.service
High-level APIs for accessing system services.
com.wimm.framework.view - package com.wimm.framework.view
View and layout classes.
com.wimm.framework.watches - package com.wimm.framework.watches
Classes for creating a watchface Activity.
com.wimm.framework.widget - package com.wimm.framework.widget
Classes for UI elements.
COMMAND_TIMEOUT - Static variable in class com.wimm.framework.service.NetworkService.Error
An async function did not callback.
content - Variable in class com.wimm.framework.provider.Calendar.Event
The event content.
CONTENT - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event content.
CONTENT_AUTHORITY - Static variable in class com.wimm.framework.provider.Calendar
The content:// style URL for this provider.
CONTENT_AUTHORITY - Static variable in class com.wimm.framework.provider.Weather
The content:// style URL for this provider.
CONTENT_AUTHORITY - Static variable in class com.wimm.framework.provider.WorldClock
The content:// style URL for this provider.
CONTENT_URI - Static variable in class com.wimm.framework.provider.Calendar.Calendars
The content:// style URL for this table.
CONTENT_URI - Static variable in class com.wimm.framework.provider.Calendar.Events
The content:// style URL for this table.
CONTENT_URI - Static variable in class com.wimm.framework.provider.Weather
The content:// style URL for this provider.
CONTENT_URI - Static variable in class com.wimm.framework.provider.WorldClock
The content:// style URL for this provider.
createTypeface(int) - Static method in class com.wimm.framework.app.FontManager
Create a typeface with the specified ID.
CURSIVE - Static variable in class com.wimm.framework.app.FontManager
A font resembling handwriting.

D

DATE - Static variable in interface com.wimm.framework.provider.Weather.Columns
The date of the weather forecast.
date - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The date.
DATE_FORMAT - Static variable in class com.wimm.framework.Wimm.Settings
Component order when displaying dates.
DATE_FORMAT_DD_MM_YY - Static variable in class com.wimm.framework.Wimm.Settings
Day/Month/Year value for Wimm.Settings.DATE_FORMAT.
DATE_FORMAT_DEFAULT - Static variable in class com.wimm.framework.Wimm.Settings
The default value for Wimm.Settings.DATETIME_TIMEOFFSET_MINUTES.
DATE_FORMAT_MM_DD_YY - Static variable in class com.wimm.framework.Wimm.Settings
Month/Day/Year value for Wimm.Settings.DATE_FORMAT.
DatePickerDialog - Class in com.wimm.framework.app
A Dialog for selecting a date (month and day).
DatePickerDialog(Context) - Constructor for class com.wimm.framework.app.DatePickerDialog
Constructor.
DatePickerDialog(Context, boolean, DialogInterface.OnCancelListener) - Constructor for class com.wimm.framework.app.DatePickerDialog
Constructor.
DatePickerDialog.OnDateSelectedListener - Interface in com.wimm.framework.app
This interface supports a callback function that is called when the date is selected.
DATETIME_TIMEOFFSET_MINUTES - Static variable in class com.wimm.framework.Wimm.Settings
The number of minutes the system clock is offset from the actual time.
DATETIME_TIMEOFFSET_MINUTES_DEFAULT - Static variable in class com.wimm.framework.Wimm.Settings
The default value for Wimm.Settings.DATETIME_TIMEOFFSET_MINUTES.
DATETIME_WEEKSTARTDAY - Static variable in class com.wimm.framework.Wimm.Settings
The first day of the week.
DATETIME_WEEKSTARTDAY_DEFAULT - Static variable in class com.wimm.framework.Wimm.Settings
The default value for Wimm.Settings.DATETIME_WEEKSTARTDAY.
DAY_CONDITION - Static variable in interface com.wimm.framework.provider.Weather.Columns
The day time (after sunrise, before sunset) weather conditions code for the city.
DAY_TEXT - Static variable in interface com.wimm.framework.provider.Weather.Columns
The day time (after sunrise, before sunset) conditions descriptions.
dayCondition - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The day condition code.
dayText - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The string that describe the Day Time weather conditions.
DEFAULT_SORT_ORDER - Static variable in class com.wimm.framework.provider.Calendar.Calendars
The default sort order for this table.
DEFAULT_SORT_ORDER - Static variable in class com.wimm.framework.provider.Calendar.Events
The default sort order for this table.
DEFAULT_SORT_ORDER - Static variable in class com.wimm.framework.provider.Weather
The default sort order for this table.
DEFAULT_SORT_ORDER - Static variable in class com.wimm.framework.provider.WorldClock
The default sort order for this table.
DEVICE_NAME - Static variable in class com.wimm.framework.Wimm.Settings
The name of the device as set by the user.
DEVICE_NAME_DEFAULT - Static variable in class com.wimm.framework.Wimm.Settings
The default value for Wimm.Settings.DEVICE_NAME.
Dialog - Class in com.wimm.framework.app
A bordered window that appears on top of the current Activity to present an immediate task or choice to the user.
Dialog(Context) - Constructor for class com.wimm.framework.app.Dialog
Constructor.
Dialog(Context, boolean, DialogInterface.OnCancelListener) - Constructor for class com.wimm.framework.app.Dialog
Constructor.
DIGITAL - Static variable in class com.wimm.framework.app.FontManager
A font resembling an LCD display.
DigitalWatchView - Class in com.wimm.framework.watches
The DigitalWatchView class extends BaseWatchView to provide digital watch functionality.
DigitalWatchView(Context, AttributeSet) - Constructor for class com.wimm.framework.watches.DigitalWatchView
Instantiates a new digital watch view.
DigitalWatchView.NumberTransition - Enum in com.wimm.framework.watches
NumberTransition enumerates BLIT, CROSSFADE, and FLIP named type constants for DigitalWatchView.setTransitionType(com.wimm.framework.watches.DigitalWatchView.NumberTransition).
dragCanExit() - Method in class com.wimm.framework.app.LauncherActivity
Override to prevent a downward swipe from exiting the activity.
DRAW_BACKGROUND_ACTIVE - Static variable in class com.wimm.framework.watches.BaseWatchView
Tag for the watchface background drawable in active mode.
DRAW_BACKGROUND_PASSIVE - Static variable in class com.wimm.framework.watches.BaseWatchView
Tag for the watchface background drawable in passive mode.
DRAW_FACE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the watchface canvas asset.
DRAW_FACE_ACTIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface asset in active mode.
DRAW_FACE_PASSIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface asset in passive mode.
DRAW_HOUR1_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the first of the four digits on the watchface.
DRAW_HOUR1_PASSIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the first of the four digits on the watchface, in passive mode.
DRAW_HOUR2_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the second of the four digits on the the watchface.
DRAW_HOUR2_PASSIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the second of the four digits on the watchface, in passive mode.
DRAW_HOUR_ACTIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface hour hand asset in active mode.
DRAW_HOUR_PASSIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface hour hand asset in passive mode.
DRAW_MINUTE1_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the third of the four digits on the watchface.
DRAW_MINUTE1_PASSIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the third of the four digits on the watchface, in passive mode.
DRAW_MINUTE2_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the last of the four digits on the watchface.
DRAW_MINUTE2_PASSIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the last of the four digits on the watchface, in passive mode.
DRAW_MINUTE_ACTIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface minute hand asset in active mode.
DRAW_MINUTE_PASSIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface minute hand asset in passive mode.
DRAW_PIN_ACTIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface pin asset in active mode.
DRAW_PIN_PASSIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface pin asset in passive mode.
DRAW_SECOND_ACTIVE - Static variable in class com.wimm.framework.watches.AnalogWatchView
Tag for the watchface second hand asset in active mode.
DRAW_SEPARATOR_OFF_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the the separator's OFF state in active mode.
DRAW_SEPARATOR_ON_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the the separator's ON state in active mode.
DRAW_SEPARATOR_PASSIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the spacer that separates the hour and minute digits, in passive mode.
DRAW_SPACER_ACTIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the spacer that separates the hour and minute digits.
DRAW_SPACER_PASSIVE - Static variable in class com.wimm.framework.watches.DigitalWatchView
Tag for the spacer that separates the hour and minute digits, in passive mode.
drawComplications(Canvas) - Method in class com.wimm.framework.watches.BaseWatchView
Called by BaseWatchView.drawWatch(android.graphics.Canvas, android.text.format.Time) and BaseWatchView.drawPassiveWatch(android.graphics.Canvas, android.text.format.Time) to draw subviews within BaseWatchView Layout.
drawFace(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Called by AnalogWatchView.drawWatch(android.graphics.Canvas, android.text.format.Time) and AnalogWatchView.drawPassiveWatch(android.graphics.Canvas, android.text.format.Time) to drawn the watch background
drawHour(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Called by AnalogWatchView.drawWatch(android.graphics.Canvas, android.text.format.Time) and AnalogWatchView.drawPassiveWatch(android.graphics.Canvas, android.text.format.Time) to drawn the hour hand.
drawMinute(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Called by AnalogWatchView.drawWatch(android.graphics.Canvas, android.text.format.Time) and AnalogWatchView.drawPassiveWatch(android.graphics.Canvas, android.text.format.Time) to drawn the minute hand.
drawPassiveWatch(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Draw the passive watchface on the given canvas set to the given time.
drawPassiveWatch(Canvas, Time) - Method in class com.wimm.framework.watches.BaseWatchView
Draw the passive watchface on the given canvas set to the given time.
drawPin(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Called by AnalogWatchView.drawWatch(android.graphics.Canvas, android.text.format.Time) and AnalogWatchView.drawPassiveWatch(android.graphics.Canvas, android.text.format.Time) to drawn the second pin.
drawSecond(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Called by AnalogWatchView.drawWatch(android.graphics.Canvas, android.text.format.Time) and AnalogWatchView.drawPassiveWatch(android.graphics.Canvas, android.text.format.Time) to drawn the second hand.
drawWatch(Canvas, Time) - Method in class com.wimm.framework.watches.AnalogWatchView
Draw the watch face onto the given canvas set to the given time.
drawWatch(Canvas, Time) - Method in class com.wimm.framework.watches.BaseWatchView
Draw the watch face onto the given canvas set to the given time.
duration - Variable in class com.wimm.framework.os.Beeper.Beep
The length of the beep in milliseconds.
duration() - Method in class com.wimm.framework.os.Beeper.Sequence
The sum of the duration of all beeps and breaks in the sequence.

E

END - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event end time.
EXTRA_ERROR - Static variable in class com.wimm.framework.service.NetworkService
An int extra in NetworkService.ACTION_NETWORK_FAILURE containing the failure reason.
EXTRA_MODIFIED_PREFS - Static variable in class com.wimm.framework.service.SyncService.Intent
An ArrayList<String> extra in SyncService.Intent.ACTION_NOTIFY_PREFS_MOD.
EXTRA_SENSOR_AVAILABILITY - Static variable in class com.wimm.framework.Wimm.Intent
A boolean extra in Wimm.Intent.ACTION_SENSOR_AVAILABILITY_CHANGED.

F

fling(int) - Method in interface com.wimm.framework.view.ViewTray.Scrollable
Deprecated.  
FontManager - Class in com.wimm.framework.app
The FontManager class adds additional fonts to those already available from the Typeface class.
FontManager() - Constructor for class com.wimm.framework.app.FontManager
 

G

getActiveUpdateResolution() - Method in class com.wimm.framework.watches.BaseWatchView
Return how often the watchface should be updated (SECOND or MINUTE).
getActiveView() - Method in class com.wimm.framework.view.AdapterViewTray
Gets the active view.
getActiveView() - Method in class com.wimm.framework.view.ViewTray
Gets the active view.
getAdapter() - Method in class com.wimm.framework.view.AdapterViewTray
Gets the adapter.
getBoolean(Context, String, boolean) - Static method in class com.wimm.framework.provider.SyncPreference
Returns a boolean value of the preference stored for the given name, or the default value provided if the preference could not be found or parsed.
getCalendarColorMap(ContentResolver) - Static method in class com.wimm.framework.provider.Calendar.Calendars
Provides a hash of calendar IDs and colors.
getCityTokens(ContentResolver) - Static method in class com.wimm.framework.provider.Weather
Return An ArrayList of CITY_UID for all the cities that the user has added in the Weather App web preference settings.
getDouble(Context, String, double) - Static method in class com.wimm.framework.provider.SyncPreference
Returns a double value of the preference stored for the given name, or the default value provided if the preference could not be found or parsed.
getDrawable(int) - Method in class com.wimm.framework.watches.BaseWatchView
Retrieves the Drawable watchface asset.
getEvent(ContentResolver, String, String) - Static method in class com.wimm.framework.provider.Calendar.Events
Retrieves the Calendar.Event for the calendar and ID provided by the eventUri.
getEventCursorForDay(ContentResolver, Time) - Static method in class com.wimm.framework.provider.Calendar.Events
Returns a cursor pointing to all events that occur between 00:00:00 and 23:59:59 on date.
getEventFromCursor(Cursor) - Static method in class com.wimm.framework.provider.Calendar.Events
Retrieves an Calendar.Event object from a Cursor at the current row.
getEventsOnDay(ContentResolver, Time) - Static method in class com.wimm.framework.provider.Calendar.Events
Returns all events that occur between 00:00:00 and 23:59:59 on date.
getFirstCityWeatherForToday(ContentResolver) - Static method in class com.wimm.framework.provider.Weather
Convenience method for retrieving weather for the current day for the user's home city.
getImplementationTitle() - Static method in class com.wimm.framework.Wimm.Manifest
Returns the title of the implementation of this package.
getImplementationVendor() - Static method in class com.wimm.framework.Wimm.Manifest
Returns the name of the vendor or organization that provides this implementation of the package.
getImplementationVersion() - Static method in class com.wimm.framework.Wimm.Manifest
Returns the version of the implementation of this package.
getIndex() - Method in class com.wimm.framework.view.AdapterViewTray
Gets the index.
getIndex() - Method in class com.wimm.framework.view.ViewTray
Gets the ViewTray index.
getInt(Context, String, int) - Static method in class com.wimm.framework.provider.SyncPreference
Returns an integer value of the preference stored for the given name, or the default value provided if the preference could not be found or parsed.
getInternalViewScrollOffset() - Method in class com.wimm.framework.view.ViewTray
Gets the internal view scroll offset.
getItemCount() - Method in class com.wimm.framework.view.ViewTray
Gets the item count.
getJSONArray(Context, String, JSONArray) - Static method in class com.wimm.framework.provider.SyncPreference
Returns the JSONArray value of the preference stored for the given name, or the default value provided if the preference could not be found or parsed.
getJSONObject(Context, String, JSONObject) - Static method in class com.wimm.framework.provider.SyncPreference
Returns the JSONObject value of the preference stored for the given name, or the default value provided if the preference could not be found or parsed.
getLastKnownLocation(ContentResolver) - Static method in class com.wimm.framework.provider.LocationCache
Provides location information from a cached last known location.
getLocationFromCursor(Cursor) - Static method in class com.wimm.framework.provider.WorldClock
Retrieves a WorldClock.Location object from a Cursor at the current row.
getLocations(ContentResolver) - Static method in class com.wimm.framework.provider.WorldClock
Retrieves all WorldClock.Location information for all the cities that the user have added in the WorldClock web preference settings.
getNextEvent(ContentResolver, long) - Static method in class com.wimm.framework.provider.Calendar.Events
Returns the first event that matches the following conditions: event has not started yet, or event started within the last displayTimeout seconds event has not ended yet
getScrollOffset() - Method in interface com.wimm.framework.view.ViewTray.Scrollable
Deprecated.  
getSpecificationTitle() - Static method in class com.wimm.framework.Wimm.Manifest
Returns the title of the specification this package implements.
getSpecificationVendor() - Static method in class com.wimm.framework.Wimm.Manifest
Returns the name of the vendor or organization that owns and maintains the specification this package implements.
getSpecificationVersion() - Static method in class com.wimm.framework.Wimm.Manifest
Returns the version of the specification this package implements.
getString(Context, String, String) - Static method in class com.wimm.framework.provider.SyncPreference
Returns a string value of the preference stored for the given name, or the default value provided if the preference could not be found or parsed.
getText() - Method in class com.wimm.framework.app.TextInputDialog
Gets the text from the entry field in the dialog.
getTime() - Method in class com.wimm.framework.watches.BaseWatchView
Convenience method that retrieves the current time.
getViewCount() - Method in class com.wimm.framework.view.AdapterViewTray
Gets the view count.
getWatchView() - Method in class com.wimm.framework.watches.WatchActivity
Gets the watch view.
getWeatherForCity(ContentResolver, String) - Static method in class com.wimm.framework.provider.Weather
Retrieves all available weather data for the city matching cityUid.
getWeatherInfoFromCursor(Cursor) - Static method in class com.wimm.framework.provider.Weather
Retrieves a Weather.WeatherInfo object from a Cursor at the current row.

H

hasBeeper() - Method in class com.wimm.framework.os.Beeper
Checks whether the hardware has a piezo speaker.
highTemp - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The high temperature.
HOME_LOCATION_ID - Static variable in class com.wimm.framework.Wimm.Settings
The unique identifier for the user's primary location.
HOME_LOCATION_NAME - Static variable in class com.wimm.framework.Wimm.Settings
The name of the user's primary location.

I

ID - Static variable in interface com.wimm.framework.provider.Calendar.CalendarColumns
The calendar ID.
id - Variable in class com.wimm.framework.provider.Calendar.Event
The event ID.
ID - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event ID.
INTERFACE_NOT_CONFIGURED - Static variable in class com.wimm.framework.service.NetworkService.Error
The user has not configured this interface.
INTERFACE_NOT_POWERED - Static variable in class com.wimm.framework.service.NetworkService.Error
The interface is not powered on.
INTERNAL - Static variable in class com.wimm.framework.service.NetworkService.Error
The network service is in a bad state.
IS_ALL_DAY - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
Indicator for an all day event.
isAnimatingFromPreview() - Method in class com.wimm.framework.watches.BaseWatchView
Checks if preview animation is running.
isDisplayActive() - Method in class com.wimm.framework.watches.BaseWatchView
Checks whether the screen is in active or passive mode.
isNetworkAvailable() - Method in class com.wimm.framework.service.NetworkService
Checks if the network connection is available.

L

LATITUDE - Static variable in interface com.wimm.framework.provider.Weather.Columns
The latitude of the city for which the weather is being fetched.
latitude - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The latitude.
LATITUDE - Static variable in interface com.wimm.framework.provider.WorldClock.Columns
The latitude associated with the city for which world time is requested.
latitude - Variable in class com.wimm.framework.provider.WorldClock.Location
The location latitude.
LauncherActivity - Class in com.wimm.framework.app
The LauncherActivity class provides application launching and exiting behaviors.
LauncherActivity() - Constructor for class com.wimm.framework.app.LauncherActivity
 
location - Variable in class com.wimm.framework.provider.Calendar.Event
The event location.
LOCATION - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event location.
LOCATION_EXTRA - Static variable in class com.wimm.framework.provider.LocationCache
Extra for LocationCache.ACTION_LOCATION_ADDED containing a Location.
LocationCache - Class in com.wimm.framework.provider
The LocationCache class provides quick access to the last known location.
LocationCache() - Constructor for class com.wimm.framework.provider.LocationCache
 
LONGITUDE - Static variable in interface com.wimm.framework.provider.Weather.Columns
The longitude of the city for which the weather is being fetched.
longitude - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The longitude.
LONGITUDE - Static variable in interface com.wimm.framework.provider.WorldClock.Columns
The longitude associated with the city for which world time is requested.
longitude - Variable in class com.wimm.framework.provider.WorldClock.Location
The location longitude.
lowTemp - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The low temperature.

M

METADATA_VIEW_LAYOUT - Static variable in class com.wimm.framework.watches.WatchActivity
A meta-data name to provide the watchface layout.
MotionInterpreter.OnMotionHandler - Interface in com.wimm.framework.view
 
MotionInterpreter.ScrollAxis - Enum in com.wimm.framework.view
 

N

NAME - Static variable in interface com.wimm.framework.provider.Calendar.CalendarColumns
The calendar name.
NAME - Static variable in interface com.wimm.framework.provider.Weather.Columns
The name of the city for which the weather is being fetched.
NAME - Static variable in interface com.wimm.framework.provider.WorldClock.Columns
The name of the city for which world time is requested.
name - Variable in class com.wimm.framework.provider.WorldClock.Location
The location name.
NetworkService - Class in com.wimm.framework.service
The NetworkService class provides an interface for requesting a network connection.
NetworkService(Context) - Constructor for class com.wimm.framework.service.NetworkService
Instantiates a new network service.
NetworkService.Error - Class in com.wimm.framework.service
Values returned in the extra NetworkService.EXTRA_ERROR.
NetworkService.Error() - Constructor for class com.wimm.framework.service.NetworkService.Error
 
NIGHT_CONDITION - Static variable in interface com.wimm.framework.provider.Weather.Columns
The night time (after sunset, before sunrise) weather conditions code for the city.
NIGHT_TEXT - Static variable in interface com.wimm.framework.provider.Weather.Columns
The night time (after sunset, before sunrise) conditions descriptions.
nightCondition - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The night condition code.
nightText - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The string that describe the Night Time weather conditions.
NO_INTERNET_CONNECTION - Static variable in class com.wimm.framework.service.NetworkService.Error
A network connection exists, but we are unable to reach the internet.
NONE - Static variable in class com.wimm.framework.service.NetworkService.Error
No error occurred.
Notification - Class in com.wimm.framework.app
Represents a notification that is presented using the NotificationAgent.
Notification(CharSequence, CharSequence, boolean) - Constructor for class com.wimm.framework.app.Notification
Notification constructor requiring only a title and a body.
Notification(CharSequence, CharSequence, PendingIntent, boolean) - Constructor for class com.wimm.framework.app.Notification
Notification constructor.
Notification(CharSequence, CharSequence, PendingIntent, CharSequence, PendingIntent, boolean) - Constructor for class com.wimm.framework.app.Notification
Notification constructor.
NotificationAgent - Class in com.wimm.framework.app
Manages and presents notifications.
NotificationAgent(Context) - Constructor for class com.wimm.framework.app.NotificationAgent
Instantiates a new NotificationAgent.
notify(int, Notification) - Method in class com.wimm.framework.app.NotificationAgent
Display a notification to the user.
notify(String, int, Notification) - Method in class com.wimm.framework.app.NotificationAgent
Display a notification to the user.

O

onDateSelected(int, int) - Method in interface com.wimm.framework.app.DatePickerDialog.OnDateSelectedListener
This callback function is called when the date is selected.
onDrag(MotionEvent, MotionInterpreter.ScrollAxis, int) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onDrag(MotionEvent, MotionInterpreter.ScrollAxis, int) - Method in class com.wimm.framework.view.ViewTray
On drag.
onDragEnd(MotionEvent, MotionInterpreter.ScrollAxis, float) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onDragEnd(MotionEvent, MotionInterpreter.ScrollAxis, float) - Method in class com.wimm.framework.view.ViewTray
Listens for an OnDragEnd event.
onIndexDidChange(int) - Method in interface com.wimm.framework.view.ViewTray.OnIndexChangeListener
 
onIndexWillChange(int, int) - Method in interface com.wimm.framework.view.ViewTray.OnIndexChangeListener
 
onInterruptingOneFingerTap(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onInterruptingOneFingerTap(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
On animation-interrupting one finger tap.
onLayout(boolean, int, int, int, int) - Method in class com.wimm.framework.view.ViewTray
 
onLongTap(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onLongTap(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
On long tap.
onMotionBegin(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onMotionBegin(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
Listens for a motion event and interprets the event behaviors.
onMotionCancel(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onMotionCancel(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
Listens for the canceling of a motion event
onMotionEnd(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onMotionEnd(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
Listens for the end of a motion event.
onOneFingerTap(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onOneFingerTap(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
On one finger tap.
onTimeSelected(int, int) - Method in interface com.wimm.framework.app.TimePickerDialog.OnTimeSelectedListener
This callback function is invoked when the time is selected.
onTwoFingerTap(MotionEvent) - Method in interface com.wimm.framework.view.MotionInterpreter.OnMotionHandler
 
onTwoFingerTap(MotionEvent) - Method in class com.wimm.framework.view.ViewTray
On two finger tap.
onYearSelected(int) - Method in interface com.wimm.framework.app.YearPickerDialog.OnYearSelectedListener
Callback function that is called when the year is selected.

P

pitch - Variable in class com.wimm.framework.os.Beeper.Beep
The tone of the beep.
postponeNetworkTakedown() - Method in class com.wimm.framework.service.NetworkService
Request that the network connection remain open.
putBoolean(Context, String, boolean) - Static method in class com.wimm.framework.provider.SyncPreference
Stores a boolean value that will be persisted and synced with the service.
putDouble(Context, String, double) - Static method in class com.wimm.framework.provider.SyncPreference
Stores a double precision float value that will be persisted and synced with the service.
putInt(Context, String, int) - Static method in class com.wimm.framework.provider.SyncPreference
Stores an integer value that will be persisted and synced with the service.
putJSONArray(Context, String, JSONArray) - Static method in class com.wimm.framework.provider.SyncPreference
Stores a JSONArray that will be persisted and synced with the service.
putJSONObject(Context, String, JSONObject) - Static method in class com.wimm.framework.provider.SyncPreference
Stores a JSONObject value that will be persisted and synced with the service.
putString(Context, String, String) - Static method in class com.wimm.framework.provider.SyncPreference
Stores a string value that will be persisted and synced with the service.

Q

query(ContentResolver, String[]) - Static method in class com.wimm.framework.provider.Calendar.Calendars
Use this method to query for a Cursor that points to all Calendars in the Calendar App database.
query(ContentResolver, String[], String, String[], String) - Static method in class com.wimm.framework.provider.Calendar.Calendars
Use this method to query, with arguments for a Cursor that points to specific Calendars in the Calendar App database.
query(ContentResolver, String[]) - Static method in class com.wimm.framework.provider.Calendar.Events
Use this method to query for a Cursor that points to all Events in the Calendar App database.
query(ContentResolver, String[], String, String[], String) - Static method in class com.wimm.framework.provider.Calendar.Events
Use this method to query with arguments for a Cursor that points to specific Events in the Calendar App database.
query(ContentResolver, String[]) - Static method in class com.wimm.framework.provider.Weather
Use this method to query for a Cursor that points to all the Weather data in the Weather App database.
query(ContentResolver, String[], String, String[], String) - Static method in class com.wimm.framework.provider.Weather
Use this method to query with arguments for a Cursor that points to specific Weather data in the Weather App database.
query(ContentResolver, String[]) - Static method in class com.wimm.framework.provider.WorldClock
Use this method to query for a Cursor that points to all WorldClock data in the WorldClock database.
query(ContentResolver, String[], String, String[], String) - Static method in class com.wimm.framework.provider.WorldClock
Here's an example that query for specifics WorldClock.Columns of all WorldClocks that are in the "Asia/Tokyo" timezone.

R

refreshAccessPointState() - Method in interface com.wimm.framework.os.AccessPointState.AccessPointStateCallback
 
reminders - Variable in class com.wimm.framework.provider.Calendar.Event
The event reminders.
REMINDERS - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event reminders.
requestNetworkConnection() - Method in class com.wimm.framework.service.NetworkService
Requests a network connection.

S

scrollBy(int) - Method in interface com.wimm.framework.view.ViewTray.Scrollable
Deprecated.  
setAdapter(Adapter) - Method in class com.wimm.framework.view.AdapterViewTray
Sets the adapter.
setAlphabet(String) - Method in class com.wimm.framework.app.TextInputDialog
Sets the alphabet to be used in the text selector.
setButton(CharSequence, DialogInterface.OnClickListener) - Method in class com.wimm.framework.app.AlertDialog
Set a listener to be invoked when the positive button is pressed.
setButton(CharSequence, Message) - Method in class com.wimm.framework.app.AlertDialog
Set a message to be sent when the positive button is pressed.
setButton(int, CharSequence, DialogInterface.OnClickListener) - Method in class com.wimm.framework.app.AlertDialog
Set a listener to be invoked when a button is pressed.
setButton(int, CharSequence, Message) - Method in class com.wimm.framework.app.AlertDialog
Set a message to be sent when a button is pressed.
setCancelable(boolean) - Method in class com.wimm.framework.app.AlertDialog
Sets whether the dialog is cancelable or not.
setCanLoop(boolean) - Method in class com.wimm.framework.view.AdapterViewTray
Sets the can loop.
setCanScrollInternalView(boolean) - Method in class com.wimm.framework.view.ViewTray
Deprecated. Not required from WIMM SDK 1.0.3 onwards.
setDate(int, int) - Method in class com.wimm.framework.app.DatePickerDialog
Sets the month and day to display as initially selected in the dialog.
setDateSelectedListener(DatePickerDialog.OnDateSelectedListener) - Method in class com.wimm.framework.app.DatePickerDialog
Sets the listener for the onDateSelected event.
setDisplayActive(boolean) - Method in class com.wimm.framework.watches.BaseWatchView
Called by the system when the screen changes between active and passive mode.
setDrawable(int, int) - Method in class com.wimm.framework.watches.BaseWatchView
Sets a watchface asset using a resource ID.
setDrawable(int, Drawable) - Method in class com.wimm.framework.watches.BaseWatchView
Sets a watchface asset from a Drawable.
setDrawable(int, Drawable) - Method in class com.wimm.framework.watches.DigitalWatchView
 
setIndex(int) - Method in class com.wimm.framework.view.ViewTray
Sets the index.
setIndex(int, boolean) - Method in class com.wimm.framework.view.ViewTray
Sets the index.
setMessage(int) - Method in class com.wimm.framework.app.AlertDialog
Set the message to display in the dialog.
setMessage(CharSequence) - Method in class com.wimm.framework.app.AlertDialog
Set the message to display in the dialog.
setOnIndexChangeListener(ViewTray.OnIndexChangeListener) - Method in class com.wimm.framework.view.ViewTray
Sets the index change listener.
setSecondHandMovementType(AnalogWatchView.SecondHandMovement) - Method in class com.wimm.framework.watches.AnalogWatchView
Sets the watchface second hand movement type.
setText(String) - Method in class com.wimm.framework.app.TextInputDialog
Sets the text in the entry field in the dialog.
setTime(int, int) - Method in class com.wimm.framework.app.TimePickerDialog
Sets the hour and minute to display as initially selected in the dialog.
setTimeSelectedListener(TimePickerDialog.OnTimeSelectedListener) - Method in class com.wimm.framework.app.TimePickerDialog
Sets the listener for the onTimeSelected event.
setTitle(int) - Method in class com.wimm.framework.app.AlertDialog
Set the title to display in the dialog.
setTitle(CharSequence) - Method in class com.wimm.framework.app.AlertDialog
Set the title to display in the dialog.
setTransitionType(DigitalWatchView.NumberTransition) - Method in class com.wimm.framework.watches.DigitalWatchView
Sets the transition type (see DigitalWatchView.NumberTransition).
setViewCount(int) - Method in class com.wimm.framework.view.AdapterViewTray
Sets the maximum number of child views to be inflated in memory at one time.
setWatchView(BaseWatchView) - Method in class com.wimm.framework.watches.WatchActivity
Sets the watch view.
setYear(int) - Method in class com.wimm.framework.app.YearPickerDialog
Sets the year to display as initially selected in the dialog.
setYearRange(int, int) - Method in class com.wimm.framework.app.YearPickerDialog
Sets the range of selectable years to display in the dialog.
setYearSelectedListener(YearPickerDialog.OnYearSelectedListener) - Method in class com.wimm.framework.app.YearPickerDialog
Sets the listener for the onYearSelected event.
shouldDrawPassiveComplications() - Method in class com.wimm.framework.watches.BaseWatchView
Return whether complications should be drawn while in passive mode.
START - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event start time.
SYNC_INTERVAL_MINUTES - Static variable in class com.wimm.framework.Wimm.Settings
How frequently the system will perform a sync.
SYNC_INTERVAL_MINUTES_DEFAULT - Static variable in class com.wimm.framework.Wimm.Settings
The default value for Wimm.Settings.SYNC_INTERVAL_MINUTES.
SyncPreference - Class in com.wimm.framework.provider
Interface for accessing and modifying web preference data.
SyncPreference() - Constructor for class com.wimm.framework.provider.SyncPreference
 
SyncService - Class in com.wimm.framework.service
Class for constants used during WIMM Sync Services.
SyncService() - Constructor for class com.wimm.framework.service.SyncService
 
SyncService.Intent - Class in com.wimm.framework.service
WIMM sync service Intents and their extras.
SyncService.Intent() - Constructor for class com.wimm.framework.service.SyncService.Intent
 

T

TEMP_HIGH - Static variable in interface com.wimm.framework.provider.Weather.Columns
The forecasted high temperature.
TEMP_LOW - Static variable in interface com.wimm.framework.provider.Weather.Columns
The the forecasted low temperature.
TextInputDialog - Class in com.wimm.framework.app
This class provides a text entry Dialog.
TextInputDialog(Context) - Constructor for class com.wimm.framework.app.TextInputDialog
Constructor.
TextInputDialog(Context, boolean, DialogInterface.OnCancelListener) - Constructor for class com.wimm.framework.app.TextInputDialog
Constructor.
TimePickerDialog - Class in com.wimm.framework.app
A Dialog for selecting a time (hour and minute).
TimePickerDialog(Context) - Constructor for class com.wimm.framework.app.TimePickerDialog
Constructor.
TimePickerDialog(Context, boolean, DialogInterface.OnCancelListener) - Constructor for class com.wimm.framework.app.TimePickerDialog
Constructor.
TimePickerDialog.OnTimeSelectedListener - Interface in com.wimm.framework.app
Interface supporting a callback function called when the time is selected.
TIMEZONE - Static variable in interface com.wimm.framework.provider.Weather.Columns
The time zone associated with the city for which the weather is being fetched.
timeZone - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
The time zone.
TIMEZONE - Static variable in interface com.wimm.framework.provider.WorldClock.Columns
The time zone associated with the city for which world time is requested.
timeZone - Variable in class com.wimm.framework.provider.WorldClock.Location
The location time zone.
title - Variable in class com.wimm.framework.app.Notification
Brief text identifying the subject of the notification.
title - Variable in class com.wimm.framework.provider.Calendar.Event
The event title.
TITLE - Static variable in interface com.wimm.framework.provider.Calendar.EventColumns
The event title.
ToggleButton - Class in com.wimm.framework.widget
A simple button that displays on/off states.
ToggleButton(Context) - Constructor for class com.wimm.framework.widget.ToggleButton
Instantiates a new toggle button.
ToggleButton(Context, AttributeSet) - Constructor for class com.wimm.framework.widget.ToggleButton
Instantiates a new toggle button.
ToggleButton(Context, AttributeSet, int) - Constructor for class com.wimm.framework.widget.ToggleButton
Instantiates a new toggle button.

U

uid - Variable in class com.wimm.framework.provider.Weather.WeatherInfo
A unique identifier for the city.
uid - Variable in class com.wimm.framework.provider.WorldClock.Location
The location unique identifier.
UNEXPECTED_DISCONNECT - Static variable in class com.wimm.framework.service.NetworkService.Error
The remote end dropped the connection.
UNITS_SYSTEM - Static variable in class com.wimm.framework.Wimm.Settings
The system to use when displaying measurement units.
UNITS_SYSTEM_DEFAULT - Static variable in class com.wimm.framework.Wimm.Settings
The default value for Wimm.Settings.UNITS_SYSTEM.
UNITS_SYSTEM_INTERNATIONAL - Static variable in class com.wimm.framework.Wimm.Settings
Metric units for Wimm.Settings.UNITS_SYSTEM.
UNITS_SYSTEM_US_CUSTOMARY - Static variable in class com.wimm.framework.Wimm.Settings
American units for Wimm.Settings.UNITS_SYSTEM.
UNKNOWN - Static variable in class com.wimm.framework.service.NetworkService.Error
An unknown error occurred.
use24HourTime() - Method in class com.wimm.framework.watches.BaseWatchView
Convenience method for checking if the system is set to use 24-hour time.
utcEndSec - Variable in class com.wimm.framework.provider.Calendar.Event
The current local UTC/GMT time that the event ends (in seconds).
utcStartSec - Variable in class com.wimm.framework.provider.Calendar.Event
The current local UTC/GMT time that the event starts (in seconds).

V

valueOf(String) - Static method in enum com.wimm.framework.view.MotionInterpreter.ScrollAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wimm.framework.watches.AnalogWatchView.SecondHandMovement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wimm.framework.watches.AnimatingImageView.AnimationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wimm.framework.watches.BaseWatchView.UpdateResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wimm.framework.watches.DigitalWatchView.NumberTransition
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.wimm.framework.view.MotionInterpreter.ScrollAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wimm.framework.watches.AnalogWatchView.SecondHandMovement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wimm.framework.watches.AnimatingImageView.AnimationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wimm.framework.watches.BaseWatchView.UpdateResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wimm.framework.watches.DigitalWatchView.NumberTransition
Returns an array containing the constants of this enum type, in the order they are declared.
ViewTray - Class in com.wimm.framework.view
The ViewTray class is the root view for application navigation.
ViewTray(Context) - Constructor for class com.wimm.framework.view.ViewTray
The ViewTray constructor.
ViewTray(Context, AttributeSet) - Constructor for class com.wimm.framework.view.ViewTray
Instantiates a new view tray.
ViewTray(Context, AttributeSet, int) - Constructor for class com.wimm.framework.view.ViewTray
Instantiates a new view tray.
ViewTray.OnIndexChangeListener - Interface in com.wimm.framework.view
The listener interface for receiving ViewTray.OnIndexChangeListener.onIndexDidChange(int) events when the visible child view changes.
ViewTray.Scrollable - Interface in com.wimm.framework.view
Deprecated. Use ScrollView from WIMM SDK 1.0.3 onwards.

W

WATCH_VIEW_TAG - Static variable in class com.wimm.framework.watches.WatchActivity
The tag assigned to the watchface view.
WatchActivity - Class in com.wimm.framework.watches
WatchActivity is the base class that watchface activities can extend.
WatchActivity() - Constructor for class com.wimm.framework.watches.WatchActivity
 
WATCHFACE_CATEGORY - Static variable in class com.wimm.framework.watches.WatchActivity
An intent filter category to indicate that this is a watchface activity.
Weather - Class in com.wimm.framework.provider
This class exposes constants and methods for accessing weather forecast data in the WIMM Weather App.
Weather() - Constructor for class com.wimm.framework.provider.Weather
 
Weather.Columns - Interface in com.wimm.framework.provider
Columns for the Weather table.
Weather.WeatherInfo - Class in com.wimm.framework.provider
This class represents a single day of weather information for a specific city.
Weather.WeatherInfo() - Constructor for class com.wimm.framework.provider.Weather.WeatherInfo
 
Wimm - Class in com.wimm.framework
Shared constants.
Wimm() - Constructor for class com.wimm.framework.Wimm
 
Wimm.Intent - Class in com.wimm.framework
Intents and their extras.
Wimm.Intent() - Constructor for class com.wimm.framework.Wimm.Intent
 
Wimm.Manifest - Class in com.wimm.framework
Framework manifest information.
Wimm.Manifest() - Constructor for class com.wimm.framework.Wimm.Manifest
 
Wimm.Settings - Class in com.wimm.framework
Keys and values for use with Settings.System.
Wimm.Settings() - Constructor for class com.wimm.framework.Wimm.Settings
 
WorldClock - Class in com.wimm.framework.provider
This class exposes constants and methods for accessing the world clock data.
WorldClock() - Constructor for class com.wimm.framework.provider.WorldClock
 
WorldClock.Columns - Interface in com.wimm.framework.provider
Columns for the WorldClock table.
WorldClock.Location - Class in com.wimm.framework.provider
This class represents a named location on a map.
WorldClock.Location() - Constructor for class com.wimm.framework.provider.WorldClock.Location
 

Y

YearPickerDialog - Class in com.wimm.framework.app
A Dialog for selecting a year.
YearPickerDialog(Context) - Constructor for class com.wimm.framework.app.YearPickerDialog
Constructor.
YearPickerDialog(Context, boolean, DialogInterface.OnCancelListener) - Constructor for class com.wimm.framework.app.YearPickerDialog
Constructor.
YearPickerDialog.OnYearSelectedListener - Interface in com.wimm.framework.app
Interface supporting a callback function called when the year is selected.

A B C D E F G H I L M N O P Q R S T U V W Y

WIMM Labs