|
void | onCreate (Bundle savedInstanceState) |
|
void | onConfigurationChanged (Configuration cfg) |
|
native void | deliverMessage (long value) |
|
final void | postMessage (long value) |
|
final ComponentPeerView | createNewView (boolean opaque, long host) |
|
final void | deleteView (ComponentPeerView view) |
|
final void | deleteOpenGLView (OpenGLView view) |
|
final void | excludeClipRegion (android.graphics.Canvas canvas, float left, float top, float right, float bottom) |
|
final String | getClipboardContent () |
|
final void | setClipboardContent (String newText) |
|
final void | showMessageBox (String title, String message, final long callback) |
|
final void | showOkCancelBox (String title, String message, final long callback) |
|
final void | showYesNoCancelBox (String title, String message, final long callback) |
|
native void | alertDismissed (long callback, int id) |
|
final int [] | renderGlyph (char glyph, Paint paint, android.graphics.Matrix matrix, Rect bounds) |
|
final void | launchURL (String url) |
|
final void | scanFile (String filename) |
|
final Typeface | getTypeFaceFromAsset (String assetName) |
|
final Typeface | getTypeFaceFromByteArray (byte[] data) |
|
|
final static char [] | hexArray = "0123456789ABCDEF".toCharArray() |
|
◆ alertDismissed()
native void com.juce.JuceAppActivity.alertDismissed |
( |
long |
callback, |
|
|
int |
id |
|
) |
| |
◆ bytesToHex()
static String com.juce.JuceAppActivity.bytesToHex |
( |
byte [] |
bytes | ) |
|
|
inlinestatic |
◆ createHTTPStream()
static final HTTPStream com.juce.JuceAppActivity.createHTTPStream |
( |
String |
address, |
|
|
boolean |
isPost, |
|
|
byte [] |
postData, |
|
|
String |
headers, |
|
|
int |
timeOutMs, |
|
|
int [] |
statusCode, |
|
|
StringBuffer |
responseHeaders, |
|
|
int |
numRedirectsToFollow |
|
) |
| |
|
inlinestatic |
◆ createNewView()
◆ deleteOpenGLView()
final void com.juce.JuceAppActivity.deleteOpenGLView |
( |
OpenGLView |
view | ) |
|
|
inline |
◆ deleteView()
◆ deliverMessage()
native void com.juce.JuceAppActivity.deliverMessage |
( |
long |
value | ) |
|
◆ excludeClipRegion()
final void com.juce.JuceAppActivity.excludeClipRegion |
( |
android.graphics.Canvas |
canvas, |
|
|
float |
left, |
|
|
float |
top, |
|
|
float |
right, |
|
|
float |
bottom |
|
) |
| |
|
inline |
◆ getClipboardContent()
final String com.juce.JuceAppActivity.getClipboardContent |
( |
| ) |
|
|
inline |
◆ getLocaleValue()
static final String com.juce.JuceAppActivity.getLocaleValue |
( |
boolean |
isRegion | ) |
|
|
inlinestatic |
◆ getTypeFaceFromAsset()
final Typeface com.juce.JuceAppActivity.getTypeFaceFromAsset |
( |
String |
assetName | ) |
|
|
inline |
◆ getTypeFaceFromByteArray()
final Typeface com.juce.JuceAppActivity.getTypeFaceFromByteArray |
( |
byte [] |
data | ) |
|
|
inline |
◆ launchURL()
final void com.juce.JuceAppActivity.launchURL |
( |
String |
url | ) |
|
|
inline |
◆ onConfigurationChanged()
void com.juce.JuceAppActivity.onConfigurationChanged |
( |
Configuration |
cfg | ) |
|
|
inline |
◆ onCreate()
void com.juce.JuceAppActivity.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inline |
◆ onDestroy()
void com.juce.JuceAppActivity.onDestroy |
( |
| ) |
|
|
inlineprotected |
◆ onPause()
void com.juce.JuceAppActivity.onPause |
( |
| ) |
|
|
inlineprotected |
◆ onResume()
void com.juce.JuceAppActivity.onResume |
( |
| ) |
|
|
inlineprotected |
◆ postMessage()
final void com.juce.JuceAppActivity.postMessage |
( |
long |
value | ) |
|
|
inline |
◆ renderGlyph()
final int [] com.juce.JuceAppActivity.renderGlyph |
( |
char |
glyph, |
|
|
Paint |
paint, |
|
|
android.graphics.Matrix |
matrix, |
|
|
Rect |
bounds |
|
) |
| |
|
inline |
◆ scanFile()
final void com.juce.JuceAppActivity.scanFile |
( |
String |
filename | ) |
|
|
inline |
◆ setClipboardContent()
final void com.juce.JuceAppActivity.setClipboardContent |
( |
String |
newText | ) |
|
|
inline |
◆ showMessageBox()
final void com.juce.JuceAppActivity.showMessageBox |
( |
String |
title, |
|
|
String |
message, |
|
|
final long |
callback |
|
) |
| |
|
inline |
◆ showOkCancelBox()
final void com.juce.JuceAppActivity.showOkCancelBox |
( |
String |
title, |
|
|
String |
message, |
|
|
final long |
callback |
|
) |
| |
|
inline |
◆ showYesNoCancelBox()
final void com.juce.JuceAppActivity.showYesNoCancelBox |
( |
String |
title, |
|
|
String |
message, |
|
|
final long |
callback |
|
) |
| |
|
inline |
◆ hexArray
final static char [] com.juce.JuceAppActivity.hexArray = "0123456789ABCDEF".toCharArray() |
|
staticprotected |
The documentation for this class was generated from the following file: