Searched defs:resize (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java153 public void resize(int dimension, boolean animate) { method in class:FloatingActionButtonController
/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java364 * Maximum passes through the resize loop before failing permanently
433 return resizer.resize();
473 private byte[] resize() { method in class:ImageUtils.ImageResizer
635 "Cannot resize image: widthLimit=%d heightLimit=%d byteLimit=%d " +
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminal.java144 public void resize(int rows, int cols, int scrollRows) { method in class:Terminal
146 throw new IllegalStateException("resize failed");
/packages/apps/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp121 status_t resize(dimen_t rows, dimen_t cols, dimen_t scrollRows);
261 .resize = NULL,
415 status_t Terminal::resize(dimen_t rows, dimen_t cols, dimen_t scrollRows) { function in class:android::Terminal
418 ALOGD("resize(%d, %d, %d)", rows, cols, scrollRows);
422 // TODO: resize scrollback
568 return term->resize(rows, cols, scrollRows);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1210 int cellY, int spanX, int spanY, boolean resize, Point dragOffset, Rect dragRegion) {
1268 if (resize) {
1209 visualizeDropLocation(View v, Bitmap dragOutline, int originX, int originY, int cellX, int cellY, int spanX, int spanY, boolean resize, Point dragOffset, Rect dragRegion) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java919 int spanX, int spanY, boolean resize, DropTarget.DragObject dragObject) {
940 if (resize) {
918 visualizeDropLocation(View v, DragPreviewProvider outlineProvider, int cellX, int cellY, int spanX, int spanY, boolean resize, DropTarget.DragObject dragObject) argument
/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 179 milliseconds