Searched defs:resize (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java626 final void resize(int newWidth, int newHeight) { method in class:Keyboard
654 // also recalculate the vertical sizes/positions when we get this resize call.
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2072 public synchronized void resize(int dimX) { method in class:Allocation
2080 mRS.finish(); // Necessary because resize is fifoed and update is async.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp113 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:__anon1158::BitcodeReaderValueList
133 ValuePtrs.resize(N);
163 void resize(unsigned N) { MDValuePtrs.resize(N); }
177 MDValuePtrs.resize(N);
575 resize(Idx+1);
600 resize(Idx + 1);
615 resize(Idx + 1);
720 resize(Id
[all...]
/frameworks/rs/
H A Drs_hal.h224 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1695::__anon1697
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp355 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:__anon1161::BitcodeReaderValueList
375 ValuePtrs.resize(N);
405 void resize(unsigned N) { MDValuePtrs.resize(N); }
419 MDValuePtrs.resize(N);
850 resize(Idx+1);
875 resize(Idx + 1);
890 resize(Idx + 1);
995 resize(Id
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java444 * the resize after closing the transaction in which we resized the
3076 // If we're starting a drag-resize, we'll be changing the surface size as well as
5145 * @param stackId Id of stack to resize.
5228 * @param taskId The id of the task to put into drag resize mode.
5229 * @param resizing Whether to put the task into drag resize mode.
7502 if (!startPositioningLocked(win, false /*resize*/, startX, startY)) {
7523 task.getTopVisibleAppMainWindow(), false /*resize*/, startX, startY)) {
7538 task.getTopVisibleAppMainWindow(), true /*resize*/, x, y)) {
7554 WindowState win, boolean resize, float startX, float startY) {
7556 + "win=" + win + ", resize
7553 startPositioningLocked( WindowState win, boolean resize, float startX, float startY) argument
[all...]

Completed in 450 milliseconds

12