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

  /frameworks/base/include/ui/
InputReader.h 518 int32_t hitLeft;
524 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 573 final float hitLeft = offset + squareWidth * i;
574 if (x >= hitLeft && x <= hitLeft + hitSize) {
    [all...]
  /frameworks/base/libs/ui/
InputReader.cpp     [all...]

Completed in 38 milliseconds