Home
last modified time | relevance | path

Searched refs:INVALID_ID (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DExploreByTouchHelper.java58 public static final int INVALID_ID = Integer.MIN_VALUE; field in ExploreByTouchHelper
79 private int mFocusedVirtualViewId = INVALID_ID;
82 private int mHoveredVirtualViewId = INVALID_ID;
143 return (virtualViewId != INVALID_ID); in dispatchHoverEvent()
145 if (mFocusedVirtualViewId != INVALID_ID) { in dispatchHoverEvent()
146 updateHoveredVirtualView(INVALID_ID); in dispatchHoverEvent()
173 if ((virtualViewId == INVALID_ID) || !mManager.isEnabled()) { in sendEventForVirtualView()
564 mFocusedVirtualViewId = INVALID_ID; in clearAccessibilityFocus()
/frameworks/base/services/input/
DPointerController.cpp282 if (spot->id != Spot::INVALID_ID in setSpots()
442 if (spot->id == Spot::INVALID_ID) { in doAnimate()
545 if (spot->id == Spot::INVALID_ID) { in removeFirstFadingSpotLocked()
564 if (spot->id != Spot::INVALID_ID) { in fadeOutAndReleaseSpotLocked()
565 spot->id = Spot::INVALID_ID; in fadeOutAndReleaseSpotLocked()
DPointerController.h187 static const uint32_t INVALID_ID = 0xffffffff; member
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DSimpleMonthView.java569 if (focusedVirtualView != ExploreByTouchHelper.INVALID_ID) { in clearFocusedVirtualView()
581 return ExploreByTouchHelper.INVALID_ID; in getVirtualViewAt()
/frameworks/base/services/java/com/android/server/
DNsdService.java83 private int INVALID_ID = 0; field in NsdService
597 if (++mUniqueId == INVALID_ID) return ++mUniqueId; in getUniqueId()