FreeRDP
com.freerdp.freerdpcore.presentation.SessionActivity Class Reference
Inheritance diagram for com.freerdp.freerdpcore.presentation.SessionActivity:
Collaboration diagram for com.freerdp.freerdpcore.presentation.SessionActivity:

Data Structures

class  ConnectThread
 

Public Member Functions

void onCreate (Bundle savedInstanceState)
 
void onWindowFocusChanged (boolean hasFocus)
 
void onConfigurationChanged (Configuration newConfig)
 
boolean onCreateOptionsMenu (Menu menu)
 
boolean onOptionsItemSelected (MenuItem item)
 
void onBackPressed ()
 
boolean onKeyLongPress (int keyCode, KeyEvent event)
 
boolean onKeyDown (int keycode, KeyEvent event)
 
boolean onKeyUp (int keycode, KeyEvent event)
 
boolean onKeyMultiple (int keyCode, int repeatCount, KeyEvent event)
 
void onKey (int primaryCode, int[] keyCodes)
 
void onText (CharSequence text)
 
void swipeRight ()
 
void swipeLeft ()
 
void swipeDown ()
 
void swipeUp ()
 
void onPress (int primaryCode)
 
void onRelease (int primaryCode)
 
void processVirtualKey (int virtualKeyCode, boolean down)
 
void processUnicodeKey (int unicodeKey)
 
void switchKeyboard (int keyboardType)
 
void modifiersChanged ()
 
void OnSettingsChanged (int width, int height, int bpp)
 
void OnGraphicsUpdate (int x, int y, int width, int height)
 
void OnGraphicsResize (int width, int height, int bpp)
 
boolean OnAuthenticate (StringBuilder username, StringBuilder domain, StringBuilder password)
 
boolean OnGatewayAuthenticate (StringBuilder username, StringBuilder domain, StringBuilder password)
 
int OnVerifiyCertificateEx (String host, long port, String commonName, String subject, String issuer, String fingerprint, long flags)
 
int OnVerifyChangedCertificateEx (String host, long port, String commonName, String subject, String issuer, String fingerprint, String oldSubject, String oldIssuer, String oldFingerprint, long flags)
 
void OnRemoteClipboardChanged (String data)
 
void onScrollChanged (ScrollView2D scrollView, int x, int y, int oldx, int oldy)
 
void onSessionViewBeginTouch ()
 
void onSessionViewEndTouch ()
 
void onSessionViewLeftTouch (int x, int y, boolean down)
 
void onSessionViewRightTouch (int x, int y, boolean down)
 
void onSessionViewMove (int x, int y)
 
void onSessionViewScroll (boolean down)
 
void onTouchPointerClose ()
 
void onTouchPointerLeftClick (int x, int y, boolean down)
 
void onTouchPointerRightClick (int x, int y, boolean down)
 
void onTouchPointerMove (int x, int y)
 
void onTouchPointerScroll (boolean down)
 
void onTouchPointerToggleKeyboard ()
 
void onTouchPointerToggleExtKeyboard ()
 
void onTouchPointerResetScrollZoom ()
 
boolean onGenericMotionEvent (MotionEvent e)
 
void onClipboardChanged (String data)
 

Static Public Attributes

static final String PARAM_CONNECTION_REFERENCE = "conRef"
 
static final String PARAM_INSTANCE = "instance"
 

Protected Member Functions

void onStart ()
 
void onRestart ()
 
void onResume ()
 
void onPause ()
 
void onStop ()
 
void onDestroy ()
 

Member Function Documentation

◆ modifiersChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.modifiersChanged ( )
inline

◆ OnAuthenticate()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.OnAuthenticate ( StringBuilder  username,
StringBuilder  domain,
StringBuilder  password 
)
inline

◆ onBackPressed()

void com.freerdp.freerdpcore.presentation.SessionActivity.onBackPressed ( )
inline
Here is the call graph for this function:

◆ onClipboardChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.onClipboardChanged ( String  data)
inline

Implements com.freerdp.freerdpcore.utils.ClipboardManagerProxy.OnClipboardChangedListener.

Here is the call graph for this function:

◆ onConfigurationChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.onConfigurationChanged ( Configuration  newConfig)
inline

◆ onCreate()

void com.freerdp.freerdpcore.presentation.SessionActivity.onCreate ( Bundle  savedInstanceState)
inline
Here is the call graph for this function:

◆ onCreateOptionsMenu()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onCreateOptionsMenu ( Menu  menu)
inline

◆ onDestroy()

void com.freerdp.freerdpcore.presentation.SessionActivity.onDestroy ( )
inlineprotected
Here is the call graph for this function:

◆ OnGatewayAuthenticate()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.OnGatewayAuthenticate ( StringBuilder  username,
StringBuilder  domain,
StringBuilder  password 
)
inline

◆ onGenericMotionEvent()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onGenericMotionEvent ( MotionEvent  e)
inline
Here is the call graph for this function:

◆ OnGraphicsResize()

void com.freerdp.freerdpcore.presentation.SessionActivity.OnGraphicsResize ( int  width,
int  height,
int  bpp 
)
inline

Implements com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.

Here is the call graph for this function:

◆ OnGraphicsUpdate()

void com.freerdp.freerdpcore.presentation.SessionActivity.OnGraphicsUpdate ( int  x,
int  y,
int  width,
int  height 
)
inline

Implements com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.

Here is the call graph for this function:

◆ onKey()

void com.freerdp.freerdpcore.presentation.SessionActivity.onKey ( int  primaryCode,
int[]  keyCodes 
)
inline
Here is the call graph for this function:

◆ onKeyDown()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onKeyDown ( int  keycode,
KeyEvent  event 
)
inline
Here is the call graph for this function:

◆ onKeyLongPress()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onKeyLongPress ( int  keyCode,
KeyEvent  event 
)
inline
Here is the call graph for this function:

◆ onKeyMultiple()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onKeyMultiple ( int  keyCode,
int  repeatCount,
KeyEvent  event 
)
inline
Here is the call graph for this function:

◆ onKeyUp()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onKeyUp ( int  keycode,
KeyEvent  event 
)
inline
Here is the call graph for this function:

◆ onOptionsItemSelected()

boolean com.freerdp.freerdpcore.presentation.SessionActivity.onOptionsItemSelected ( MenuItem  item)
inline
Here is the call graph for this function:

◆ onPause()

void com.freerdp.freerdpcore.presentation.SessionActivity.onPause ( )
inlineprotected

◆ onPress()

void com.freerdp.freerdpcore.presentation.SessionActivity.onPress ( int  primaryCode)
inline

◆ onRelease()

void com.freerdp.freerdpcore.presentation.SessionActivity.onRelease ( int  primaryCode)
inline

◆ OnRemoteClipboardChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.OnRemoteClipboardChanged ( String  data)
inline

Implements com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.

Here is the call graph for this function:

◆ onRestart()

void com.freerdp.freerdpcore.presentation.SessionActivity.onRestart ( )
inlineprotected

◆ onResume()

void com.freerdp.freerdpcore.presentation.SessionActivity.onResume ( )
inlineprotected

◆ onScrollChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.onScrollChanged ( ScrollView2D  scrollView,
int  x,
int  y,
int  oldx,
int  oldy 
)
inline

Implements com.freerdp.freerdpcore.presentation.ScrollView2D.ScrollView2DListener.

Here is the call graph for this function:

◆ onSessionViewBeginTouch()

void com.freerdp.freerdpcore.presentation.SessionActivity.onSessionViewBeginTouch ( )
inline

Implements com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.

Here is the call graph for this function:

◆ onSessionViewEndTouch()

void com.freerdp.freerdpcore.presentation.SessionActivity.onSessionViewEndTouch ( )
inline

Implements com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.

Here is the call graph for this function:

◆ onSessionViewLeftTouch()

void com.freerdp.freerdpcore.presentation.SessionActivity.onSessionViewLeftTouch ( int  x,
int  y,
boolean  down 
)
inline

Implements com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.

Here is the call graph for this function:

◆ onSessionViewMove()

void com.freerdp.freerdpcore.presentation.SessionActivity.onSessionViewMove ( int  x,
int  y 
)
inline

◆ onSessionViewRightTouch()

void com.freerdp.freerdpcore.presentation.SessionActivity.onSessionViewRightTouch ( int  x,
int  y,
boolean  down 
)
inline

◆ onSessionViewScroll()

void com.freerdp.freerdpcore.presentation.SessionActivity.onSessionViewScroll ( boolean  down)
inline

Implements com.freerdp.freerdpcore.presentation.SessionView.SessionViewListener.

Here is the call graph for this function:

◆ OnSettingsChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.OnSettingsChanged ( int  width,
int  height,
int  bpp 
)
inline

Implements com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.

Here is the call graph for this function:

◆ onStart()

void com.freerdp.freerdpcore.presentation.SessionActivity.onStart ( )
inlineprotected

◆ onStop()

void com.freerdp.freerdpcore.presentation.SessionActivity.onStop ( )
inlineprotected

◆ onText()

void com.freerdp.freerdpcore.presentation.SessionActivity.onText ( CharSequence  text)
inline

◆ onTouchPointerClose()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerClose ( )
inline

Implements com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.

Here is the call graph for this function:

◆ onTouchPointerLeftClick()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerLeftClick ( int  x,
int  y,
boolean  down 
)
inline

Implements com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.

Here is the call graph for this function:

◆ onTouchPointerMove()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerMove ( int  x,
int  y 
)
inline

Implements com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.

Here is the call graph for this function:

◆ onTouchPointerResetScrollZoom()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerResetScrollZoom ( )
inline

Implements com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.

Here is the call graph for this function:

◆ onTouchPointerRightClick()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerRightClick ( int  x,
int  y,
boolean  down 
)
inline

Implements com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.

Here is the call graph for this function:

◆ onTouchPointerScroll()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerScroll ( boolean  down)
inline

Implements com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.

Here is the call graph for this function:

◆ onTouchPointerToggleExtKeyboard()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerToggleExtKeyboard ( )
inline

◆ onTouchPointerToggleKeyboard()

void com.freerdp.freerdpcore.presentation.SessionActivity.onTouchPointerToggleKeyboard ( )
inline

◆ OnVerifiyCertificateEx()

int com.freerdp.freerdpcore.presentation.SessionActivity.OnVerifiyCertificateEx ( String  host,
long  port,
String  commonName,
String  subject,
String  issuer,
String  fingerprint,
long  flags 
)
inline

Implements com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.

Here is the call graph for this function:

◆ OnVerifyChangedCertificateEx()

int com.freerdp.freerdpcore.presentation.SessionActivity.OnVerifyChangedCertificateEx ( String  host,
long  port,
String  commonName,
String  subject,
String  issuer,
String  fingerprint,
String  oldSubject,
String  oldIssuer,
String  oldFingerprint,
long  flags 
)
inline

Implements com.freerdp.freerdpcore.services.LibFreeRDP.UIEventListener.

Here is the call graph for this function:

◆ onWindowFocusChanged()

void com.freerdp.freerdpcore.presentation.SessionActivity.onWindowFocusChanged ( boolean  hasFocus)
inline
Here is the call graph for this function:

◆ processUnicodeKey()

void com.freerdp.freerdpcore.presentation.SessionActivity.processUnicodeKey ( int  unicodeKey)
inline

Implements com.freerdp.freerdpcore.utils.KeyboardMapper.KeyProcessingListener.

Here is the call graph for this function:

◆ processVirtualKey()

void com.freerdp.freerdpcore.presentation.SessionActivity.processVirtualKey ( int  virtualKeyCode,
boolean  down 
)
inline

Implements com.freerdp.freerdpcore.utils.KeyboardMapper.KeyProcessingListener.

Here is the call graph for this function:

◆ swipeDown()

void com.freerdp.freerdpcore.presentation.SessionActivity.swipeDown ( )
inline

◆ swipeLeft()

void com.freerdp.freerdpcore.presentation.SessionActivity.swipeLeft ( )
inline

◆ swipeRight()

void com.freerdp.freerdpcore.presentation.SessionActivity.swipeRight ( )
inline

◆ swipeUp()

void com.freerdp.freerdpcore.presentation.SessionActivity.swipeUp ( )
inline

◆ switchKeyboard()

void com.freerdp.freerdpcore.presentation.SessionActivity.switchKeyboard ( int  keyboardType)
inline

Field Documentation

◆ PARAM_CONNECTION_REFERENCE

final String com.freerdp.freerdpcore.presentation.SessionActivity.PARAM_CONNECTION_REFERENCE = "conRef"
static

◆ PARAM_INSTANCE

final String com.freerdp.freerdpcore.presentation.SessionActivity.PARAM_INSTANCE = "instance"
static

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