Searched refs:NotifyPointerCaptureChangedArgs (Results 1 – 11 of 11) sorted by relevance
213 struct NotifyPointerCaptureChangedArgs : public NotifyArgs { struct217 inline NotifyPointerCaptureChangedArgs() {} in NotifyPointerCaptureChangedArgs() argument219 NotifyPointerCaptureChangedArgs(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&);221 NotifyPointerCaptureChangedArgs(const NotifyPointerCaptureChangedArgs& other);223 bool operator==(const NotifyPointerCaptureChangedArgs& rhs) const;225 virtual ~NotifyPointerCaptureChangedArgs() {} in ~NotifyPointerCaptureChangedArgs() argument264 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) = 0;286 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
96 NotifyPointerCaptureChangedArgs* outEventArgs) { in assertNotifyCaptureWasCalled()98 assertCalled<NotifyPointerCaptureChangedArgs>(outEventArgs, in assertNotifyCaptureWasCalled()104 ASSERT_NO_FATAL_FAILURE(assertNotCalled<NotifyPointerCaptureChangedArgs>( in assertNotifyCaptureWasNotCalled()171 void TestInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()172 notify<NotifyPointerCaptureChangedArgs>(args); in notifyPointerCaptureChanged()
57 void assertNotifyCaptureWasCalled(NotifyPointerCaptureChangedArgs* outEventArgs = nullptr);86 virtual void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;100 std::vector<NotifyPointerCaptureChangedArgs>> //
1397 static NotifyPointerCaptureChangedArgs generatePointerCaptureChangedArgs( in generatePointerCaptureChangedArgs()1399 return NotifyPointerCaptureChangedArgs(/* id */ 0, systemTime(SYSTEM_TIME_MONOTONIC), request); in generatePointerCaptureChangedArgs()4822 const NotifyPointerCaptureChangedArgs args = generatePointerCaptureChangedArgs(request); in notifyPointerCaptureChanged()
1978 NotifyPointerCaptureChangedArgs args; in TEST_F()
290 NotifyPointerCaptureChangedArgs::NotifyPointerCaptureChangedArgs( 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()
104 void notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) override;
4024 void InputDispatcher::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs* args) { in notifyPointerCaptureChanged()
375 const NotifyPointerCaptureChangedArgs args(mContext.getNextId(), now, in refreshConfigurationLocked()