openshot-audio  0.1.6
Public Member Functions | Protected Member Functions | List of all members
com.juce.JuceAppActivity.ComponentPeerView Class Reference
Inheritance diagram for com.juce.JuceAppActivity.ComponentPeerView:

Public Member Functions

 ComponentPeerView (Context context, boolean opaque_, long host)
 
void onDraw (Canvas canvas)
 
boolean isOpaque ()
 
boolean onTouchEvent (MotionEvent event)
 
void showKeyboard (String type)
 
boolean onKeyDown (int keyCode, KeyEvent event)
 
boolean onKeyUp (int keyCode, KeyEvent event)
 
boolean onKeyMultiple (int keyCode, int count, KeyEvent event)
 
InputConnection onCreateInputConnection (EditorInfo outAttrs)
 
void onFocusChange (View v, boolean hasFocus)
 
void setViewName (String newName)
 
boolean isVisible ()
 
void setVisible (boolean b)
 
boolean containsPoint (int x, int y)
 
final void onPause ()
 
final void onResume ()
 
OpenGLView createGLView ()
 

Protected Member Functions

void onSizeChanged (int w, int h, int oldw, int oldh)
 
void onLayout (boolean changed, int left, int top, int right, int bottom)
 

Constructor & Destructor Documentation

◆ ComponentPeerView()

com.juce.JuceAppActivity.ComponentPeerView.ComponentPeerView ( Context  context,
boolean  opaque_,
long  host 
)
inline

Member Function Documentation

◆ containsPoint()

boolean com.juce.JuceAppActivity.ComponentPeerView.containsPoint ( int  x,
int  y 
)
inline

◆ createGLView()

OpenGLView com.juce.JuceAppActivity.ComponentPeerView.createGLView ( )
inline

◆ isOpaque()

boolean com.juce.JuceAppActivity.ComponentPeerView.isOpaque ( )
inline

◆ isVisible()

boolean com.juce.JuceAppActivity.ComponentPeerView.isVisible ( )
inline

◆ onCreateInputConnection()

InputConnection com.juce.JuceAppActivity.ComponentPeerView.onCreateInputConnection ( EditorInfo  outAttrs)
inline

◆ onDraw()

void com.juce.JuceAppActivity.ComponentPeerView.onDraw ( Canvas  canvas)
inline

◆ onFocusChange()

void com.juce.JuceAppActivity.ComponentPeerView.onFocusChange ( View  v,
boolean  hasFocus 
)
inline

◆ onKeyDown()

boolean com.juce.JuceAppActivity.ComponentPeerView.onKeyDown ( int  keyCode,
KeyEvent  event 
)
inline

◆ onKeyMultiple()

boolean com.juce.JuceAppActivity.ComponentPeerView.onKeyMultiple ( int  keyCode,
int  count,
KeyEvent  event 
)
inline

◆ onKeyUp()

boolean com.juce.JuceAppActivity.ComponentPeerView.onKeyUp ( int  keyCode,
KeyEvent  event 
)
inline

◆ onLayout()

void com.juce.JuceAppActivity.ComponentPeerView.onLayout ( boolean  changed,
int  left,
int  top,
int  right,
int  bottom 
)
inlineprotected

◆ onPause()

final void com.juce.JuceAppActivity.ComponentPeerView.onPause ( )
inline

◆ onResume()

final void com.juce.JuceAppActivity.ComponentPeerView.onResume ( )
inline

◆ onSizeChanged()

void com.juce.JuceAppActivity.ComponentPeerView.onSizeChanged ( int  w,
int  h,
int  oldw,
int  oldh 
)
inlineprotected

◆ onTouchEvent()

boolean com.juce.JuceAppActivity.ComponentPeerView.onTouchEvent ( MotionEvent  event)
inline

◆ setViewName()

void com.juce.JuceAppActivity.ComponentPeerView.setViewName ( String  newName)
inline

◆ setVisible()

void com.juce.JuceAppActivity.ComponentPeerView.setVisible ( boolean  b)
inline

◆ showKeyboard()

void com.juce.JuceAppActivity.ComponentPeerView.showKeyboard ( String  type)
inline

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