am affa5d2c: remove unused jni interfaces

Merge commit 'affa5d2c0f7c2ade43ded5ff9a7952b269183117' into eclair-mr2-plus-aosp

* commit 'affa5d2c0f7c2ade43ded5ff9a7952b269183117':
  remove unused jni interfaces
This commit is contained in:
Cary Clark
2010-01-07 10:19:56 -08:00
committed by Android Git Automerger

View File

@ -5744,11 +5744,6 @@ public class WebView extends AbsoluteLayout
hideSoftKeyboard(); hideSoftKeyboard();
} else { } else {
displaySoftKeyboard(false); displaySoftKeyboard(false);
if (DebugFlags.WEB_VIEW) {
Log.v(LOGTAG, "REQUEST_KEYBOARD"
+ " focusCandidateIsPlugin="
+ nativeFocusCandidateIsPlugin());
}
} }
break; break;
@ -6347,7 +6342,7 @@ public class WebView extends AbsoluteLayout
private native void nativeCreate(int ptr); private native void nativeCreate(int ptr);
private native int nativeCursorFramePointer(); private native int nativeCursorFramePointer();
private native Rect nativeCursorNodeBounds(); private native Rect nativeCursorNodeBounds();
/* package */ native int nativeCursorNodePointer(); private native int nativeCursorNodePointer();
/* package */ native boolean nativeCursorMatchesFocus(); /* package */ native boolean nativeCursorMatchesFocus();
private native boolean nativeCursorIntersects(Rect visibleRect); private native boolean nativeCursorIntersects(Rect visibleRect);
private native boolean nativeCursorIsAnchor(); private native boolean nativeCursorIsAnchor();
@ -6379,13 +6374,12 @@ public class WebView extends AbsoluteLayout
private native void nativeFindNext(boolean forward); private native void nativeFindNext(boolean forward);
/* package */ native int nativeFocusCandidateFramePointer(); /* package */ native int nativeFocusCandidateFramePointer();
private native boolean nativeFocusCandidateIsPassword(); private native boolean nativeFocusCandidateIsPassword();
private native boolean nativeFocusCandidateIsPlugin();
private native boolean nativeFocusCandidateIsRtlText(); private native boolean nativeFocusCandidateIsRtlText();
private native boolean nativeFocusCandidateIsTextInput(); private native boolean nativeFocusCandidateIsTextInput();
/* package */ native int nativeFocusCandidateMaxLength(); /* package */ native int nativeFocusCandidateMaxLength();
/* package */ native String nativeFocusCandidateName(); /* package */ native String nativeFocusCandidateName();
private native Rect nativeFocusCandidateNodeBounds(); private native Rect nativeFocusCandidateNodeBounds();
/* package */ native int nativeFocusCandidatePointer(); private native int nativeFocusCandidatePointer();
private native String nativeFocusCandidateText(); private native String nativeFocusCandidateText();
private native int nativeFocusCandidateTextSize(); private native int nativeFocusCandidateTextSize();
/** /**