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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
raw_converter.rs 39 uint rawHeight; // Height of raw buffer
46 float interpY = (((float) y) / rawHeight) * gainMapHeight;
358 if (yP == rawHeight - 1) yP = rawHeight - 2;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 437 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
438 final float newHeight = clamp(rawHeight);
441 if (rawHeight > mNaturalHeight) {
445 if (rawHeight < mSmallSize) {
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 7825 milliseconds