Home
last modified time | relevance | path

Searched refs:mBatchedInputScheduled (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DBatchedInputEventReceiver.java30 private boolean mBatchedInputScheduled; field in BatchedInputEventReceiver
82 if (mBatchedInputScheduled) { in doConsumeBatchedInput()
83 mBatchedInputScheduled = false; in doConsumeBatchedInput()
96 if (!mBatchedInputScheduled) { in scheduleBatchedInput()
97 mBatchedInputScheduled = true; in scheduleBatchedInput()
103 if (mBatchedInputScheduled) { in unscheduleBatchedInput()
104 mBatchedInputScheduled = false; in unscheduleBatchedInput()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59607 Landroid/view/BatchedInputEventReceiver;->mBatchedInputScheduled:Z