Searched refs:diff2 (Results 1 – 5 of 5) sorted by relevance
251 int diff2 = Math.abs(pssData.get(pssData.size() - 2) - pssData.get(pssData.size() - 3)); in stabilized() local253 Log.i(TAG, "diff1=" + diff1 + " diff2=" + diff2); in stabilized()255 return (diff1 + diff2) < THRESHOLD; in stabilized()
280 final int diff2 = state2 ^ old2; in disable() local295 if ((diff2 & StatusBarManager.DISABLE2_QUICK_SETTINGS) != 0) { in disable()299 if ((diff2 & StatusBarManager.DISABLE2_NOTIFICATION_SHADE) != 0) { in disable()
318 uint32_t diff2 = AbsDiff(seq2, mHighestSeqNumber); in queuePacket() local321 if (diff1 < diff2) { in queuePacket()329 } else if (diff2 < diff3) { in queuePacket()
422 final int diff2 = state2 ^ old2; in disable() local425 if ((diff1 & DISABLE_SYSTEM_INFO) != 0 || ((diff2 & DISABLE2_SYSTEM_ICONS) != 0)) { in disable()
4813 sp<AMessage> diff2 = format->changesFrom(mOutputFormat); in handleOutputFormatChangeIfNeeded() local4820 numEntries = diff2->countEntries(); in handleOutputFormatChangeIfNeeded()4822 keys.emplace(diff2->getEntryNameAt(i, &type)); in handleOutputFormatChangeIfNeeded()