Skip navigation links
A C D F G H K L M N O P Q R S T U 

A

APKCloseFile(KanziResourceFile.ResourceFile) - Method in class com.rightware.kanzi.KanziResourceFile
Closes the input stream in given ResourceFile and releases associated resources.
APKGetFileLength(KanziResourceFile.ResourceFile) - Method in class com.rightware.kanzi.KanziResourceFile
Returns the total number of bytes of ResourceFile's data.
APKOpenFile(String) - Method in class com.rightware.kanzi.KanziResourceFile
Creates a ResourceFile object containing an open InputStream for the given filename in context set by KanziResourceFile.setContext(Context).
APKReadFile(KanziResourceFile.ResourceFile, int) - Method in class com.rightware.kanzi.KanziResourceFile
Reads the specified number of bytes from a given ResourceFile.
APKSkipFile(KanziResourceFile.ResourceFile, int) - Method in class com.rightware.kanzi.KanziResourceFile
Skips over and discards a number bytes of data from ResourceFile's input stream.
applicationExists() - Static method in class com.rightware.kanzi.KanziNativeLibrary
Checks if the native Kanzi application already exists.

C

com.rightware.kanzi - package com.rightware.kanzi
 
createApplication() - Static method in class com.rightware.kanzi.KanziNativeLibrary
Creates and initializes native Kanzi application.
createNativeApplication() - Method in class com.rightware.kanzi.KanziView
Lifecycle handler for Lifecycle.Event.ON_CREATE events.
CURSOR_STATE_DOWN - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
CURSOR_STATE_MOVE - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
CURSOR_STATE_STATIONARY - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
CURSOR_STATE_UP - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 

D

data - Variable in class com.rightware.kanzi.KanziResourceFile.ResourceFile
 
destroyApplication() - Static method in class com.rightware.kanzi.KanziNativeLibrary
Destroys the running native Kanzi application.
destroyNativeApplication() - Method in class com.rightware.kanzi.KanziView
Lifecycle handler for Lifecycle.Event.ON_DESTROY events.

F

focusEvent(boolean) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Updates the focus state of the output View to the native Kanzi application.

G

getContext() - Method in class com.rightware.kanzi.KanziResourceFile
Returns the context which have been set using KanziResourceFile.setContext(Context).
getInstance() - Static method in class com.rightware.kanzi.KanziResourceFile
Returns an instance of KanziResourceFile.

H

haltApplication() - Static method in class com.rightware.kanzi.KanziNativeLibrary
Halts the running native Kanzi application.

K

KanziNativeLibrary - Class in com.rightware.kanzi
Provides control and event injection access to the native Kanzi application.
KanziNativeLibrary() - Constructor for class com.rightware.kanzi.KanziNativeLibrary
 
KanziResourceFile - Class in com.rightware.kanzi
This singleton class handles file access to APK assets.
KanziResourceFile.ResourceFile - Class in com.rightware.kanzi
 
KanziView - Class in com.rightware.kanzi
A view that owns the native Kanzi application and provides the output surface.
KanziView(Context) - Constructor for class com.rightware.kanzi.KanziView
Simple constructor to use when creating a KanziView from code.
KanziView(Context, AttributeSet) - Constructor for class com.rightware.kanzi.KanziView
Constructor that is called when inflating a KanziView from XML.
KEY_STATE_DOWN - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
KEY_STATE_REPEAT - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
KEY_STATE_UP - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
keyEvent(int, int, int) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Passes a key event to the native Kanzi application.

L

length - Variable in class com.rightware.kanzi.KanziResourceFile.ResourceFile
 

M

mState - Variable in class com.rightware.kanzi.KanziView
Current KanziView lifecycle state.
mSurface - Variable in class com.rightware.kanzi.KanziView
Valid Surface.

N

name - Variable in class com.rightware.kanzi.KanziResourceFile.ResourceFile
 

O

onFocusChanged(boolean, int, Rect) - Method in class com.rightware.kanzi.KanziView
Called by the view system when the focus state of this KanziView changes.
onKeyDown(int, KeyEvent) - Method in class com.rightware.kanzi.KanziView
A key down handler.
onKeyUp(int, KeyEvent) - Method in class com.rightware.kanzi.KanziView
A key up handler.
onTouchEvent(MotionEvent) - Method in class com.rightware.kanzi.KanziView
Handler for touches inside KanziView.
orientateEvent(int) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Updates the new orientation of the output surface to the native Kanzi application.

P

pauseNativeApplication() - Method in class com.rightware.kanzi.KanziView
Lifecycle handler for Lifecycle.Event.ON_PAUSE events.

Q

queueEvent(Runnable) - Method in class com.rightware.kanzi.KanziView
Submits a runnable task to Kanzi's task dispatcher.

R

registerLifecycle(Lifecycle) - Method in class com.rightware.kanzi.KanziView
Attaches KanziView to the given Lifecycle.
resizeEvent(int, int) - Static method in class com.rightware.kanzi.KanziNativeLibrary
After resize, updates the new dimensions of the output surface to the native Kanzi application.
ResourceFile() - Constructor for class com.rightware.kanzi.KanziResourceFile.ResourceFile
 
resumeNativeApplication() - Method in class com.rightware.kanzi.KanziView
Lifecycle handler for Lifecycle.Event.ON_RESUME events.
runApplication(Object) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Starts running the native Kanzi application.

S

SCREEN_ORIENTATION_LANDSCAPE - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
SCREEN_ORIENTATION_PORTRAIT - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
setContext(Context) - Method in class com.rightware.kanzi.KanziResourceFile
Sets the context of KanziResourceFile.
setOrientation(int) - Method in class com.rightware.kanzi.KanziView
Handler for device/display orientation changes.
startNativeApplication() - Method in class com.rightware.kanzi.KanziView
Lifecycle handler for Lifecycle.Event.ON_START events.
stopNativeApplication() - Method in class com.rightware.kanzi.KanziView
Lifecycle handler for Lifecycle.Event.ON_STOP events.
stream - Variable in class com.rightware.kanzi.KanziResourceFile.ResourceFile
 
submitTask(Object) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Submits a runnable task to Kanzi task dispatcher.
surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.rightware.kanzi.KanziView
This is called immediately after any structural changes (format or size) have been made to the surface.
surfaceCreated(SurfaceHolder) - Method in class com.rightware.kanzi.KanziView
This is called immediately after the surface is first created.
surfaceDestroyed(SurfaceHolder) - Method in class com.rightware.kanzi.KanziView
This is called immediately before a surface is being destroyed.

T

TOUCH_STATE_BEGIN - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
TOUCH_STATE_CONTINUE - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
TOUCH_STATE_END - Static variable in class com.rightware.kanzi.KanziNativeLibrary
 
touchEventBegin(int, int) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Begins a set of touch events in the native Kanzi application.
touchEventEnd() - Static method in class com.rightware.kanzi.KanziNativeLibrary
Ends the active set of touch events in the native Kanzi application.
touchEventSetCursor(long, int, int, float, float, float, float, int) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Adds a touch event cursor to the set of touches in the native Kanzi application.

U

updateContextReference(Object) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Updates the native side references to current Context.
updateViewReference(Object) - Static method in class com.rightware.kanzi.KanziNativeLibrary
Updates the native side references to the Kanzi UI view.
A C D F G H K L M N O P Q R S T U 
Skip navigation links

(c) Rightware. All rights reserved.