Home
last modified time | relevance | path

Searched refs:changedId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DProgramList.java242 ProgramSelector.Identifier changedId = changedIterator.next(); in apply() local
244 listCallbacksCopied.get(cbIndex).onItemChanged(changedId); in apply()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h831 const IdToIndexArray& idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision,
DTouchInputMapper.cpp3638 const IdToIndexArray& idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument
3649 if (changedId >= 0 && id == uint32_t(changedId)) { in dispatchMotion()
3658 if (changedId >= 0 && pointerCount == 1) { in dispatchMotion()