Searched refs:NotifyPointerCaptureChangedArgs (Results 1 – 11 of 11) sorted by relevance
213 struct NotifyPointerCaptureChangedArgs : public NotifyArgs { struct216 inline NotifyPointerCaptureChangedArgs() {} in NotifyPointerCaptureChangedArgs() function218 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, bool enabled);220 NotifyPointerCaptureChangedArgs(const NotifyPointerCaptureChangedArgs& other);222 bool operator==(const NotifyPointerCaptureChangedArgs& rhs) const;224 virtual ~NotifyPointerCaptureChangedArgs() {} in ~NotifyPointerCaptureChangedArgs() argument263 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;285 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
290 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs294 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( in NotifyPointerCaptureChangedArgs() function in android::NotifyPointerCaptureChangedArgs295 const NotifyPointerCaptureChangedArgs& other) in NotifyPointerCaptureChangedArgs()298 bool NotifyPointerCaptureChangedArgs::operator==(const NotifyPointerCaptureChangedArgs& rhs) const { in operator ==()302 void NotifyPointerCaptureChangedArgs::notify(const sp<InputListenerInterface>& listener) const { in notify()362 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()364 mArgsQueue.push_back(new NotifyPointerCaptureChangedArgs(*args)); in notifyPointerCaptureChanged()
235 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
418 void InputClassifier::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
96 NotifyPointerCaptureChangedArgs* outEventArgs) { in assertNotifyCaptureWasCalled()98 assertCalled<NotifyPointerCaptureChangedArgs>(outEventArgs, in assertNotifyCaptureWasCalled()166 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()167 notify<NotifyPointerCaptureChangedArgs>(args); in notifyPointerCaptureChanged()
57 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);85 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;99 std::vector<NotifyPointerCaptureChangedArgs>> //
1382 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs(bool enabled) { in generatePointerCaptureChangedArgs()1383 return NotifyPointerCaptureChangedArgs(/* id */ 0, systemTime(SYSTEM_TIME_MONOTONIC), enabled); in generatePointerCaptureChangedArgs()4595 const NotifyPointerCaptureChangedArgs args = generatePointerCaptureChangedArgs(enabled); in notifyPointerCaptureChanged()
1962 NotifyPointerCaptureChangedArgs args; in TEST_F()
103 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
3978 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
370 const NotifyPointerCaptureChangedArgs args(mContext.getNextId(), now, in refreshConfigurationLocked()