Home
last modified time | relevance | path

Searched refs:topValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java525 final float topValue;
527 topValue = 1f;
530 topValue = MathUtils.saturate(
535 topValue = 0f;
537 anv.requestTopRoundness(topValue, sourceType, /* animate = */ false);
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp171 UInt topValue; in BitstreamPutGT16Bits() local
174 topValue = (Value >> 16); in BitstreamPutGT16Bits()
179 status = BitstreamPutBits(stream, topLength, topValue); in BitstreamPutGT16Bits()