Searched refs:overflow (Results 1 - 9 of 9) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1410 float overflow = minStackHeight - stackHeight;
1413 mTopPaddingOverflow = overflow;
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css148 overflow: auto;
690 overflow: hidden;
703 overflow:hidden;
923 body { overflow:visible; }
932 overflow:inherit;
937 overflow: visible;
/frameworks/base/core/java/android/widget/
H A DTextView.java6478 final float overflow = (textWidth + 1.0f - width) / width;
6479 if (overflow > 0.0f && overflow <= Marquee.MARQUEE_DELTA_MAX) {
6480 mTextPaint.setTextScaleX(1.0f - overflow - 0.005f);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2112 bool overflow = mSize + size > mHeap->getSize(); local
2113 if (overflow) {
2114 ALOGE("Heap size overflow! req size: %d, max size: %d", (mSize + size), mHeap->getSize());
2121 if (overflow) {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp242 /* Initialize overflow Flag */
244 s->overflow = 0;
419 /* Initialize overflow Flag */
421 state->overflow = 0;
1248 if (Overflow != 0) // Test for overflow
1398 Flag *pOverflow = &(st->overflow); /* Overflow flag */
2291 if (*pOverflow != 0) /* Test for overflow */
H A Ddec_amr.h41 Description: Update function prototype for Decoder_amr(). Include overflow
157 Flag overflow; member in struct:Decoder_amrState
H A Dsp_dec.cpp71 Description: Created overflow and pass the variable into the decoder.
73 Description: Changed inititlaization of the pointer to overflow flag. Removed
645 Flag *pOverflow = &(st->decoder_amrState.overflow); /* Overflow flag */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp51 Description: Added initialization of the overflow flag in cod_amr_init()
52 and in cod_amr_reset(). This overflow flag is now part of
294 /* Initialize overflow Flag */
296 s->overflow = 0;
492 /* Initialize overflow Flag */
494 st->overflow = 0;
1267 Flag *pOverflow = &(st->overflow); /* Overflow flag */
H A Dcod_amr.h41 Description: Added overflow flag as an element to the cod_amrState data
171 Flag overflow; member in struct:__anon376

Completed in 212 milliseconds