Searched refs:updatePointerIcon (Results 1 – 11 of 11) sorted by relevance
55 mLocked.updatePointerIcon = false; in MouseCursorController()168 mLocked.updatePointerIcon = true; in setStylusHoverMode()289 void MouseCursorController::updatePointerIcon(PointerIconStyle iconId) { in updatePointerIcon() function in android::MouseCursorController294 mLocked.updatePointerIcon = true; in updatePointerIcon()305 mLocked.updatePointerIcon = true; in setCustomPointerIcon()380 if (mLocked.updatePointerIcon) { in updatePointerLocked()409 mLocked.updatePointerIcon = false; in updatePointerLocked()434 mLocked.updatePointerIcon = true; in loadResourcesLocked()450 mLocked.updatePointerIcon = true; in getAdditionalMouseResources()467 mLocked.updatePointerIcon ? "true" : "false"); in dump()
56 void updatePointerIcon(PointerIconStyle iconId);88 bool updatePointerIcon; member
66 void updatePointerIcon(PointerIconStyle iconId) override;193 void updatePointerIcon(PointerIconStyle) override { in updatePointerIcon() function
276 void PointerController::updatePointerIcon(PointerIconStyle iconId) { in updatePointerIcon() function in android::PointerController278 mCursorController.updatePointerIcon(iconId); in updatePointerIcon()
126 virtual void updatePointerIcon(PointerIconStyle iconId) = 0;
46 void updatePointerIcon(PointerIconStyle iconId) override;
67 void FakePointerController::updatePointerIcon(PointerIconStyle iconId) { in updatePointerIcon() function in android::FakePointerController
57 controller.updatePointerIcon(std::get<PointerIconStyle>(icon)); in setIconForController()414 pc.updatePointerIcon(PointerIconStyle::TYPE_NOT_SPECIFIED); in processDrawingTabletEventLocked()505 pc.updatePointerIcon(mShowTouchesEnabled ? PointerIconStyle::TYPE_SPOT_HOVER in processStylusHoverEventLocked()
288 mPointerController->updatePointerIcon(static_cast<PointerIconStyle>(type)); in TEST_F()
7196 updatePointerIcon(mPointerIconEvent); in handleMessageImpl()8291 if (!updatePointerIcon(event) && action == MotionEvent.ACTION_HOVER_MOVE) { in maybeUpdatePointerIcon()8364 private boolean updatePointerIcon(MotionEvent event) { in updatePointerIcon() method in ViewRootImpl
60148 Landroid/view/IWindow$Stub$Proxy;->updatePointerIcon(FF)V60174 Landroid/view/IWindow;->updatePointerIcon(FF)V60477 Landroid/view/IWindowSession$Stub$Proxy;->updatePointerIcon(Landroid/view/IWindow;)V60533 Landroid/view/IWindowSession;->updatePointerIcon(Landroid/view/IWindow;)V63939 Landroid/view/ViewRootImpl$W;->updatePointerIcon(FF)V64314 Landroid/view/ViewRootImpl;->updatePointerIcon(FF)V64315 Landroid/view/ViewRootImpl;->updatePointerIcon(Landroid/view/MotionEvent;)Z84824 Lcom/android/internal/view/BaseIWindow;->updatePointerIcon(FF)V