Searched refs:extend (Results 1 - 16 of 16) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarActionExtender.java45 public NotificationCompat.Action.Builder extend(NotificationCompat.Action.Builder builder) { method in class:CarActionExtender
H A DCarNavExtender.java41 * <li>Call {@link android.app.Notification.Builder#extend} to apply the extensions to a
52 * .extend(new CarNavExtender()
109 * Create a new CarNavExtender to extend a new notification.
147 public NotificationCompat.Builder extend(NotificationCompat.Builder builder) { method in class:CarNavExtender
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dbuffer_with_extendable_buffer_test.cpp55 EXPECT_TRUE(buffer.extend(8 /* size */));
74 EXPECT_FALSE(emptyBuffer.extend(1 /* size */));
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbuffer_with_extendable_buffer.h89 bool extend(const int size);
H A Dbuffer_with_extendable_buffer.cpp54 bool BufferWithExtendableBuffer::extend(const int size) { function in class:latinime::BufferWithExtendableBuffer
146 // Failed to extend the buffer.
H A Dtrie_map.cpp44 mBuffer.extend(ROOT_BITMAP_ENTRY_POS);
245 if (!mBuffer.extend(entryCount * ENTRY_SIZE)) {
/packages/services/Car/tools/emulator/
H A Dvhal_emulator.py215 propValue.int32_values.extend(value)
217 propValue.float_values.extend(value)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_utils.h95 const float x1, const float y1, const float x2, const float y2, const bool extend) {
112 if (!extend && projectionLengthSqr < 0.0f) {
115 } else if (!extend && projectionLengthSqr > 1.0f) {
94 pointToLineSegSquaredDistanceFloat(const float x, const float y, const float x1, const float y1, const float x2, const float y2, const bool extend) argument
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DOverScroller.java234 * @param extend Additional time to scroll in milliseconds.
245 public void extendDuration(int extend) { argument
246 mScrollerX.extendDuration(extend);
247 mScrollerY.extendDuration(extend);
709 void extendDuration(int extend) { argument
712 mDuration = elapsedTime + extend;
H A DScroller.java453 * @param extend Additional time to scroll in milliseconds.
457 public void extendDuration(int extend) { argument
459 mDuration = passed + extend;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherScroller.java505 * @param extend Additional time to scroll in milliseconds.
509 public void extendDuration(int extend) { argument
511 mDuration = passed + extend;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java829 photoPageNotifBuilder.extend(photoPageWearableExtender);
840 notifBuilder.extend(wearableExtender);
H A DMessageNotificationState.java797 notifBuilder.extend(wearableExtender);
/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java931 next = next.extend(r);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java797 notification.extend(wearableExtender);
820 builders.notifBuilder.extend(builders.wearableNotifBuilder);
/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 496 milliseconds