Searched refs:overflow (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Email/src/com/beetstra/jutf7/
H A DUTF7StyleCharsetDecoder.java73 return overflow(in);
80 return overflow(in);
95 return overflow(in);
103 private CoderResult overflow(ByteBuffer in) { method in class:UTF7StyleCharsetDecoder
/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DSuggestionViewHolder.java53 view.findViewById(R.id.overflow).setOnClickListener(this);
102 if (v.getId() == R.id.overflow) {
/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_scaler.c33 _scaler_fraction_part(uint32 iNum, uint32 iDen, pscaler_fraction_t mode, bool_t *overflow);
84 bool_t overflow; local
124 (uint32) pscaler_config->iOutHeight, FRACTION_ROUND_UP, &overflow);
126 if (overflow) {
138 (uint32) pscaler_config->iOutHeight, FRACTION_TRUNCATE, &overflow);
158 (uint32) pscaler_config->iOutHeight, FRACTION_TRUNCATE, &overflow);
325 bool_t overflow; local
344 &overflow);
350 FRACTION_ROUND_UP, &overflow);
352 if (overflow) {
385 _scaler_fraction_part(uint32 iNum, uint32 iDen, pscaler_fraction_t mode, bool_t *overflow) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java170 mOverflowButton = (ImageView) findViewById(R.id.overflow);
219 } else if (res == R.id.overflow) {
220 // If no overflow items are visible, just bail out.
221 // We shouldn't be able to get here anyhow since the overflow
241 // in any area that is not the overflow
243 // overflow items.
H A DMessageHeaderView.java262 mOverflowButton = findViewById(R.id.overflow);
672 * If an overflow menu is present in this header's layout, set the
674 * Only one of those actions will be visible when an overflow is present. If
675 * no overflow is present (e.g. big phone or tablet), it's assumed we have
926 } else if (id == R.id.overflow) {
967 if (handled && id != R.id.overflow) {
H A DConversationViewAdapter.java285 v.findViewById(R.id.overflow), v.findViewById(R.id.send_date));
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationFooterLayout.java45 * If there are more than {@link #MAX_FOOTER_NOTIFICATIONS} icons, we add a "..." overflow.
100 mOverflowEllipsis = findViewById(R.id.overflow);
121 * Adds icons and potentially overflow text for all of the NotificationInfo's
172 // Shift all notifications (not the overflow) over to fill the gap.
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java440 * Find overflow menu ImageView by its content description and update its color.
451 // Find the overflow ImageView.
460 final ImageView overflow = (ImageView) view;
462 // Update the overflow image color.
471 overflow.setImageTintList(ColorStateList.valueOf(iconColor));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java356 ArrayList<ShortcutInfo> overflow = new ArrayList<ShortcutInfo>();
363 overflow.add(child);
375 for (ShortcutInfo item: overflow) {
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodings.h27 RAPIDJSON_DIAG_OFF(overflow)
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java1180 (id == R.id.overflow && isRight) ||
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 912 milliseconds