sm8450-common: udfps: Kill dedicated enroll handling
Change-Id: I906dbfd2b4fbe2c8d28bda6927e70144350f9ee9
This commit is contained in:
parent
c9aa23766e
commit
cd4a966e2f
1 changed files with 0 additions and 17 deletions
|
@ -218,22 +218,6 @@ class XiaomiSm8450UdfpsHander : public UdfpsHandler {
|
||||||
|
|
||||||
void cancel() {
|
void cancel() {
|
||||||
LOG(DEBUG) << __func__;
|
LOG(DEBUG) << __func__;
|
||||||
enrolling = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
void preEnroll() {
|
|
||||||
LOG(DEBUG) << __func__;
|
|
||||||
enrolling = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void enroll() {
|
|
||||||
LOG(DEBUG) << __func__;
|
|
||||||
enrolling = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void postEnroll() {
|
|
||||||
LOG(DEBUG) << __func__;
|
|
||||||
enrolling = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -241,7 +225,6 @@ class XiaomiSm8450UdfpsHander : public UdfpsHandler {
|
||||||
android::base::unique_fd touch_fd_;
|
android::base::unique_fd touch_fd_;
|
||||||
android::base::unique_fd disp_fd_;
|
android::base::unique_fd disp_fd_;
|
||||||
bool isFpcFod;
|
bool isFpcFod;
|
||||||
bool enrolling = false;
|
|
||||||
uint32_t lastPressX, lastPressY;
|
uint32_t lastPressX, lastPressY;
|
||||||
|
|
||||||
void setFingerDown(bool pressed) {
|
void setFingerDown(bool pressed) {
|
||||||
|
|
Loading…
Reference in a new issue