Searched refs:resize (Results 76 - 98 of 98) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java285 void resize(Rect contentRect) { method in class:DisplayContent
392 // touch area for resize.
H A DWindowSurfacePlacer.java931 displayContent.resize(mTmpContentRect);
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...]
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp177 packageName.resize(len);
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp534 SpellingBuffer.resize(PragmaToken.getLength() + 1);
H A Dslang_rs_reflection.cpp1141 InsTypeData.resize(Ins.size());
2143 // Skip the resize method if we are targeting a compatibility library.
2436 startFunction(AM_PublicSynchronized, false, "void", "resize", 1, "int",
2448 mOut.indent() << "mAllocation.resize(newSize);\n";
/frameworks/native/libs/binder/
H A DParcel.cpp1469 val->resize(size);
1584 val->resize(size);
1802 // Note that while it is probably safe to assume string::resize keeps a
1804 str->resize(utf8Size + 1);
1806 str->resize(utf8Size);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp227 configs->resize(numConfigs);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java424 byteArrayRingBuffer.resize(mMaxRingBufferSizeBytes);
/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
H A DrsAllocation.cpp570 rsc->mHal.funcs.allocation.resize(rsc, this, t.get(), mHal.state.hasReferences);
/frameworks/minikin/libs/minikin/
H A DLayout.cpp139 layout->mAdvances.resize(mCount, 0);
588 mAdvances.resize(count, 0);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp2018 mSurfaceDamage.resize(damage.numRects);
2126 regions.resize(40, ' ');
2138 line.resize(40, ' ');
H A DHWComposer.cpp273 mDisplayData.resize(displaySlot + 1);
H A DHWC2.cpp308 mCapabilities.resize(numCapabilities);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java422 mPreparedStatementCache.resize(configuration.maxSqlCacheSize);
/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.
H A DKeyboardView.java636 mKeyboard.resize(w, h);
/frameworks/native/include/binder/
H A DParcel.h592 val->resize(size);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp243 if (mCurrentThumbnail.resize(size) < 0) {
244 ALOGE("%s: Could not resize thumbnail buffer.", __FUNCTION__);
610 if (row.resize(mRowStride) < 0) {
/frameworks/base/libs/hwui/
H A DRenderNode.cpp329 mLayer = renderState.layerPool().resize(mLayer, getWidth(), getHeight());
/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/base/tools/aapt/
H A DResourceTable.cpp4033 mOrderedConfigs.resize(idx + 1);

Completed in 6684 milliseconds

1234