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.cpp480 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
482 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
484 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize()
525 MoveItem(kIDs[i], x, yPos, labelSize, sY); in OnSize()
526 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY); in OnSize()
DBrowseDialog.cpp317 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r)); in OnSize()
325 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize()
326 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
/external/lzma/CPP/Windows/Control/
DDialog.h120 bool MoveItem(int id, int x, int y, int width, int height, bool repaint = true);
DDialog.cpp147 bool CDialog::MoveItem(int id, int x, int y, int width, int height, bool repaint) in MoveItem() function in NWindows::NControl::CDialog