RetroArch
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
com.retroarch.browser.retroactivity.RetroActivityIntent Class Reference
Inheritance diagram for com.retroarch.browser.retroactivity.RetroActivityIntent:
[legend]
Collaboration diagram for com.retroarch.browser.retroactivity.RetroActivityIntent:
[legend]

Public Member Functions

void onBackPressed ()
 
void onNewIntent (Intent intent)
 
String getPendingIntentFullPath ()
 
String getPendingIntentLibretroPath ()
 
String getPendingIntentConfigPath ()
 
String getPendingIntentStorageLocation ()
 
String getPendingIntentDownloadLocation ()
 
String getPendingIntentScreenshotsLocation ()
 
String getPendingIntentIME ()
 
boolean hasPendingIntent ()
 
void clearPendingIntent ()
 
- Public Member Functions inherited from com.retroarch.browser.retroactivity.RetroActivityCommon
void onRetroArchExit ()
 
void setSustainedPerformanceMode (boolean on)
 
boolean isSustainedPerformanceModeSupported ()
 
int getBatteryLevel ()
 
int getPowerstate ()
 
boolean isAndroidTV ()
 
- Public Member Functions inherited from com.retroarch.browser.retroactivity.RetroActivityLocation
void onConnected (Bundle dataBundle)
 
void onDisconnected ()
 
void onConnectionFailed (ConnectionResult connectionResult)
 
void onLocationSetInterval (int update_interval_in_ms, int distance_interval)
 
void onLocationInit ()
 
void onLocationStart ()
 
void onLocationFree ()
 
void onLocationStop ()
 
double onLocationGetLatitude ()
 
double onLocationGetLongitude ()
 
double onLocationGetHorizontalAccuracy ()
 
boolean onLocationHasChanged ()
 
void onLocationChanged (Location location)
 
void onPause ()
 
void onResume ()
 
void onStop ()
 

Private Attributes

Intent pendingIntent = null
 

Static Private Attributes

static final String TAG = "RetroArch"
 

Additional Inherited Members

- Public Attributes inherited from com.retroarch.browser.retroactivity.RetroActivityCommon
boolean sustainedPerformanceMode = true
 
- Static Public Attributes inherited from com.retroarch.browser.retroactivity.RetroActivityCommon
static int FRONTEND_POWERSTATE_NONE = 0
 
static int FRONTEND_POWERSTATE_NO_SOURCE = 1
 
static int FRONTEND_POWERSTATE_CHARGING = 2
 
static int FRONTEND_POWERSTATE_CHARGED = 3
 
static int FRONTEND_POWERSTATE_ON_POWER_SOURCE = 4
 
- Package Attributes inherited from com.retroarch.browser.retroactivity.RetroActivityLocation
LocationRequest mLocationRequest = null
 
boolean mUpdatesRequested = false
 
boolean locationChanged = false
 
boolean location_service_running = false
 

Member Function Documentation

◆ clearPendingIntent()

void com.retroarch.browser.retroactivity.RetroActivityIntent.clearPendingIntent ( )
inline

Clears the current pending intent.

◆ getPendingIntentConfigPath()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentConfigPath ( )
inline

Gets the path specified in the pending intent to the retroarch cfg file.

Returns
the path specified in the pending intent to the retroarch cfg file.

◆ getPendingIntentDownloadLocation()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentDownloadLocation ( )
inline

◆ getPendingIntentFullPath()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentFullPath ( )
inline

Gets the ROM file specified in the pending intent.

Returns
the ROM file specified in the pending intent.

◆ getPendingIntentIME()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentIME ( )
inline

Gets the specified IME in the pending intent.

Returns
the specified IME in the pending intent.

◆ getPendingIntentLibretroPath()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentLibretroPath ( )
inline

Gets the specified path to the libretro core in the pending intent.

Returns
the specified path to the libretro core in the pending intent.

◆ getPendingIntentScreenshotsLocation()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentScreenshotsLocation ( )
inline

◆ getPendingIntentStorageLocation()

String com.retroarch.browser.retroactivity.RetroActivityIntent.getPendingIntentStorageLocation ( )
inline

◆ hasPendingIntent()

boolean com.retroarch.browser.retroactivity.RetroActivityIntent.hasPendingIntent ( )
inline

Checks whether or not a pending intent exists.

Returns
true if a pending intent exists, false otherwise.

◆ onBackPressed()

void com.retroarch.browser.retroactivity.RetroActivityIntent.onBackPressed ( )
inline

◆ onNewIntent()

void com.retroarch.browser.retroactivity.RetroActivityIntent.onNewIntent ( Intent  intent)
inline

Member Data Documentation

◆ pendingIntent

Intent com.retroarch.browser.retroactivity.RetroActivityIntent.pendingIntent = null
private

◆ TAG

final String com.retroarch.browser.retroactivity.RetroActivityIntent.TAG = "RetroArch"
staticprivate

The documentation for this class was generated from the following file: