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

  /frameworks/base/services/java/com/android/server/
InputWindow.java 43 public int frameRight;
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 782 const CachedNode* CachedFrame::frameRight(const CachedNode* test,
787 if (moveInFrame(&CachedFrame::frameRight, test, bestData))
804 frameRight(document(), test, &innerData);
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 91 jfieldID frameRight;
704 jint frameRight = env->GetIntField(windowObj,
705 gInputWindowClassInfo.frameRight);
750 outWindow.frameRight = frameRight;
    [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 194 int32_t frameRight;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]

Completed in 1084 milliseconds