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

  /frameworks/base/services/java/com/android/server/
InputWindow.java 43 public int frameRight;
WindowManagerService.java     [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 92 jfieldID frameRight;
725 jint frameRight = env->GetIntField(windowObj,
726 gInputWindowClassInfo.frameRight);
771 outWindow.frameRight = frameRight;
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.h 214 const CachedNode* frameRight(const CachedNode* test, const CachedNode* limit,
CachedFrame.cpp 782 const CachedNode* CachedFrame::frameRight(const CachedNode* test,
787 if (moveInFrame(&CachedFrame::frameRight, test, bestData))
804 frameRight(document(), test, &innerData);
    [all...]
CachedRoot.cpp     [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 194 int32_t frameRight;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp 153 return x >= frameLeft && x <= frameRight
    [all...]

Completed in 350 milliseconds