Home
last modified time | relevance | path

Searched refs:MoveItem (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp54 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize()
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
DProgressDialog2.cpp504 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
506 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
508 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
549 MoveItem(kIDs[i], x, yPos, labelSize, sY); in OnSize()
550 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY); in OnSize()
DBrowseDialog.cpp325 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r)); in OnSize()
333 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize()
334 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
/external/lzma/CPP/Windows/Control/
DDialog.h121 bool MoveItem(int id, int x, int y, int width, int height, bool repaint = true);
DDialog.cpp148 bool CDialog::MoveItem(int id, int x, int y, int width, int height, bool repaint) in MoveItem() function in NWindows::NControl::CDialog