openshot-audio  0.1.7
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

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

Member Function Documentation

boolean com.juce.JuceAppActivity.ComponentPeerView.containsPoint ( int  x,
int  y 
)
inline
OpenGLView com.juce.JuceAppActivity.ComponentPeerView.createGLView ( )
inline
boolean com.juce.JuceAppActivity.ComponentPeerView.isOpaque ( )
inline
boolean com.juce.JuceAppActivity.ComponentPeerView.isVisible ( )
inline
InputConnection com.juce.JuceAppActivity.ComponentPeerView.onCreateInputConnection ( EditorInfo  outAttrs)
inline
void com.juce.JuceAppActivity.ComponentPeerView.onDraw ( Canvas  canvas)
inline
void com.juce.JuceAppActivity.ComponentPeerView.onFocusChange ( View  v,
boolean  hasFocus 
)
inline
boolean com.juce.JuceAppActivity.ComponentPeerView.onKeyDown ( int  keyCode,
KeyEvent  event 
)
inline
boolean com.juce.JuceAppActivity.ComponentPeerView.onKeyMultiple ( int  keyCode,
int  count,
KeyEvent  event 
)
inline
boolean com.juce.JuceAppActivity.ComponentPeerView.onKeyUp ( int  keyCode,
KeyEvent  event 
)
inline
void com.juce.JuceAppActivity.ComponentPeerView.onLayout ( boolean  changed,
int  left,
int  top,
int  right,
int  bottom 
)
inlineprotected
final void com.juce.JuceAppActivity.ComponentPeerView.onPause ( )
inline
final void com.juce.JuceAppActivity.ComponentPeerView.onResume ( )
inline
void com.juce.JuceAppActivity.ComponentPeerView.onSizeChanged ( int  w,
int  h,
int  oldw,
int  oldh 
)
inlineprotected
boolean com.juce.JuceAppActivity.ComponentPeerView.onTouchEvent ( MotionEvent  event)
inline
void com.juce.JuceAppActivity.ComponentPeerView.setViewName ( String  newName)
inline
void com.juce.JuceAppActivity.ComponentPeerView.setVisible ( boolean  b)
inline
void com.juce.JuceAppActivity.ComponentPeerView.showKeyboard ( String  type)
inline

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