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

  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 59 public int frameRight;
112 .append(frameRight).append(",").append(frameBottom).append("]")
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 43 jfieldID frameRight;
123 mInfo->frameRight = env->GetIntField(obj,
124 gInputWindowHandleClassInfo.frameRight);
264 GET_FIELD_ID(gInputWindowHandleClassInfo.frameRight, clazz,
265 "frameRight", "I");
  /frameworks/native/services/inputflinger/
InputWindow.h 122 int32_t frameRight;
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]

Completed in 293 milliseconds