|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.webkit.WebViewCore
final class WebViewCore
| Nested Class Summary | |
|---|---|
(package private) class |
WebViewCore.EventHub
|
(package private) static class |
WebViewCore.FocusData
|
(package private) static class |
WebViewCore.TouchUpData
|
| Field Summary | |
|---|---|
(package private) static boolean |
DEBUG
|
(package private) static boolean |
LOGV_ENABLED
|
(package private) boolean |
mEndScaleZoom
|
(package private) DrawFilter |
mScrollFilter
|
(package private) DrawFilter |
mZoomFilter
|
(package private) static int |
SCROLL_BITS
|
(package private) static String |
THREAD_NAME
|
(package private) static int |
ZOOM_BITS
|
| Constructor Summary | |
|---|---|
WebViewCore(Context context,
WebView w,
CallbackProxy proxy)
|
|
| Method Summary | |
|---|---|
(package private) void |
clearContentPicture()
|
(package private) void |
contentInvalidate()
|
(package private) Picture |
copyContentPicture()
|
(package private) void |
destroy()
Removes pending messages and trigger a DESTROY message to send to WebCore. |
(package private) void |
drawContentPicture(Canvas canvas,
int color,
boolean animatingZoom,
boolean animatingScroll)
|
(package private) static void |
endCacheTransaction()
|
(package private) BrowserFrame |
getBrowserFrame()
|
WebSettings |
getSettings()
|
(package private) WebView |
getWebView()
|
(package private) void |
initializeSubwindow()
|
protected void |
jsAlert(String url,
String message)
Invoke a javascript alert. |
protected boolean |
jsConfirm(String url,
String message)
Invoke a javascript confirm dialog. |
protected String |
jsPrompt(String url,
String message,
String defaultValue)
Invoke a javascript prompt dialog. |
protected boolean |
jsUnload(String url,
String message)
Invoke a javascript before unload dialog. |
(package private) static String |
nativeFindAddress(String addr)
|
static void |
pauseTimers()
Causes all timers to pause. |
(package private) static void |
pauseUpdate(WebViewCore core)
|
(package private) void |
removeMessages()
|
(package private) void |
removeMessages(int what)
|
static void |
resumeTimers()
Resume all timers. |
(package private) static void |
resumeUpdate(WebViewCore core)
|
(package private) void |
sendMessage(int what)
|
(package private) void |
sendMessage(int what,
int arg1)
|
(package private) void |
sendMessage(int what,
int arg1,
int arg2)
|
(package private) void |
sendMessage(int what,
int arg1,
int arg2,
Object obj)
|
(package private) void |
sendMessage(int what,
int arg1,
Object obj)
|
(package private) void |
sendMessage(int what,
Object obj)
|
(package private) void |
sendMessage(Message msg)
|
(package private) void |
sendMessageDelayed(int what,
Object obj,
long delay)
|
(package private) static void |
startCacheTransaction()
|
void |
stopLoading()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final boolean DEBUG
static final boolean LOGV_ENABLED
static final String THREAD_NAME
boolean mEndScaleZoom
static final int ZOOM_BITS
static final int SCROLL_BITS
final DrawFilter mZoomFilter
final DrawFilter mScrollFilter
| Constructor Detail |
|---|
public WebViewCore(Context context,
WebView w,
CallbackProxy proxy)
| Method Detail |
|---|
void initializeSubwindow()
BrowserFrame getBrowserFrame()
public static void pauseTimers()
public static void resumeTimers()
public WebSettings getSettings()
protected void jsAlert(String url,
String message)
message - The message displayed in the alert.
protected boolean jsConfirm(String url,
String message)
message - The message displayed in the dialog.
protected String jsPrompt(String url,
String message,
String defaultValue)
message - The message to be displayed in the dialog.defaultValue - The default value in the prompt input.
protected boolean jsUnload(String url,
String message)
url - The url that is requesting the dialog.message - The message displayed in the dialog.
static String nativeFindAddress(String addr)
public void stopLoading()
void sendMessage(Message msg)
void sendMessage(int what)
void sendMessage(int what,
Object obj)
void sendMessage(int what,
int arg1)
void sendMessage(int what,
int arg1,
int arg2)
void sendMessage(int what,
int arg1,
Object obj)
void sendMessage(int what,
int arg1,
int arg2,
Object obj)
void sendMessageDelayed(int what,
Object obj,
long delay)
void removeMessages(int what)
void removeMessages()
void destroy()
void drawContentPicture(Canvas canvas,
int color,
boolean animatingZoom,
boolean animatingScroll)
void clearContentPicture()
Picture copyContentPicture()
static void pauseUpdate(WebViewCore core)
static void resumeUpdate(WebViewCore core)
static void startCacheTransaction()
static void endCacheTransaction()
void contentInvalidate()
WebView getWebView()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||