OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleId
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SlidingDrawerRule.java
47
String
handleId
= "@+id/handle"; //$NON-NLS-1$
49
node.setAttribute(ANDROID_URI, ATTR_HANDLE,
handleId
);
55
handle.setAttribute(ANDROID_URI, ATTR_ID,
handleId
);
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
203
int
handleId
= a.getResourceId(R.styleable.SlidingDrawer_handle, 0);
204
if (
handleId
== 0) {
215
if (
handleId
== contentId) {
220
mHandleId =
handleId
;
[
all
...]
/external/webkit/Source/WebKit/android/nav/
WebView.cpp
591
int getHandleLayerId(SelectText::
HandleId
handleId
, SkIPoint& cursorPoint,
596
int layerId = selectText->caretLayerId(
handleId
);
597
IntRect cursorRect = selectText->caretRect(
handleId
);
598
IntRect textRect = selectText->textRect(
handleId
);
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebViewCore.h
731
SelectText::
HandleId
handleId
, int offset,
[
all
...]
WebViewCore.cpp
[
all
...]
Completed in 1038 milliseconds