Searched refs:resize (Results 101 - 105 of 105) sorted by relevance

12345

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java933 displayContent.resize(mTmpContentRect);
H A DWindowManagerService.java454 * the resize after closing the transaction in which we resized the
3191 // If we're starting a drag-resize, we'll be changing the surface size as well as
5327 * @param stackId Id of stack to resize.
5410 * @param taskId The id of the task to put into drag resize mode.
5411 * @param resizing Whether to put the task into drag resize mode.
6920 // while windows resize underneath.
7792 if (!startPositioningLocked(win, false /*resize*/, startX, startY)) {
7813 task.getTopVisibleAppMainWindow(), false /*resize*/, startX, startY)) {
7828 task.getTopVisibleAppMainWindow(), true /*resize*/, x, y)) {
7844 WindowState win, boolean resize, floa
7843 startPositioningLocked( WindowState win, boolean resize, float startX, float startY) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1843 mTaskViewFocusFrame.resize();
/frameworks/compile/slang/
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/base/tools/aapt/
H A DResourceTable.cpp4041 mOrderedConfigs.resize(idx + 1);

Completed in 254 milliseconds

12345