Searched refs:updaterByPropIdAreaId (Results 1 – 1 of 1) sorted by relevance
1040 PairSparseArray<ContinuousPropUpdater> updaterByPropIdAreaId = in subscribeContinuousProp() local1043 if (updaterByPropIdAreaId == null) { in subscribeContinuousProp()1044 updaterByPropIdAreaId = new PairSparseArray<>(); in subscribeContinuousProp()1045 mUpdaterByPropIdAreaIdByClient.put(client, updaterByPropIdAreaId); in subscribeContinuousProp()1048 int indexOfPropIdAreaId = updaterByPropIdAreaId.indexOfKeyPair(propId, areaId); in subscribeContinuousProp()1052 updaterByPropIdAreaId.valueAt(indexOfPropIdAreaId); in subscribeContinuousProp()1059 updaterByPropIdAreaId.removeAt(indexOfPropIdAreaId); in subscribeContinuousProp()1063 updaterByPropIdAreaId.put(propId, areaId, updater); in subscribeContinuousProp()1133 PairSparseArray<ContinuousPropUpdater> updaterByPropIdAreaId = in unsubscribeContinuousProp() local1135 for (int i = 0; i < updaterByPropIdAreaId.size(); i++) { in unsubscribeContinuousProp()[all …]