HomeSort by relevance Sort by last modified time
    Searched refs:handleId (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
SlidingDrawerRule.java 51 String handleId = "@+id/handle"; //$NON-NLS-1$
53 node.setAttribute(ANDROID_URI, ATTR_HANDLE, handleId);
59 handle.setAttribute(ANDROID_URI, ATTR_ID, handleId);
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 208 int handleId = a.getResourceId(R.styleable.SlidingDrawer_handle, 0);
209 if (handleId == 0) {
220 if (handleId == contentId) {
225 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);
734 bool isHandleLeft(SelectText::HandleId handleId)
738 return (handleId == SelectText::BaseHandle);
740 return (selectText->getHandleType(handleId) == SelectText::LeftHandle);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 575 void selectText(SelectText::HandleId handleId, int x, int y);
723 SelectText::HandleId handleId, SelectText::HandleType handleType,
    [all...]
WebViewCore.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]
WebViewClassic.java     [all...]

Completed in 182 milliseconds