Searched refs:detent (Results 1 – 7 of 7) sorted by relevance
1379 SheetHeight detent; variable1402 detent.sheetMode = std::nullopt;1404 detent.height = detentHeight;1416 detent.height->value_ = 600;1428 detent.height->value_ = 1500;1440 detent.height->value_ = -100;1822 SheetHeight detent; variable2517 SheetHeight detent; variable2755 SheetHeight detent; variable2769 detent.height = detentHeight;[all …]
345 SheetHeight detent; variable346 detent.sheetMode = SheetMode::AUTO;347 sheetStyle.detents.emplace_back(detent);348 detent.sheetMode = SheetMode::MEDIUM;349 sheetStyle.detents.emplace_back(detent);350 detent.sheetMode = SheetMode::LARGE;351 sheetStyle.detents.emplace_back(detent);
186 d. When the device is in landscape mode, the bottom sheet supports only one detent - 8 vp away from…188 Before change: The detent specifications of the bottom sheet in landscape mode are the same as thos…290 …nged to 48 x 4 vp. The drag bar is not displayed when sheet has only one detent and is displayed b…382 …ent larger detent; dragging up the title area switches the sheet straight to the largest detent; i…384 … title area of a bottom sheet switches the sheet to the adjacent smaller detent; dragging down the…
1450 void ParseSheetDetentHeight(const int args, NG::SheetHeight& detent) in ParseSheetDetentHeight() argument1453 detent.sheetMode = NG::SheetMode::MEDIUM; in ParseSheetDetentHeight()1454 detent.height.reset(); in ParseSheetDetentHeight()1458 detent.sheetMode = NG::SheetMode::LARGE; in ParseSheetDetentHeight()1459 detent.height.reset(); in ParseSheetDetentHeight()1463 detent.sheetMode = NG::SheetMode::AUTO; in ParseSheetDetentHeight()1464 detent.height.reset(); in ParseSheetDetentHeight()
35 …rios where a sheet with a single detent is dragged upwards or a sheet with multiple detents is shi…240 …ent times, the **detents** property provides a gesture to switch between detent heights and is mor…
8219 detent.height.reset(); in ParseSheetDetentHeight()8223 detent.sheetMode = NG::SheetMode::LARGE; in ParseSheetDetentHeight()8224 detent.height.reset(); in ParseSheetDetentHeight()8228 detent.sheetMode = NG::SheetMode::AUTO; in ParseSheetDetentHeight()8229 detent.height.reset(); in ParseSheetDetentHeight()8238 detent.sheetMode = NG::SheetMode::LARGE; in ParseSheetDetentHeight()8239 detent.height.reset(); in ParseSheetDetentHeight()8244 detent.sheetMode = NG::SheetMode::LARGE; in ParseSheetDetentHeight()8245 detent.height.reset(); in ParseSheetDetentHeight()8247 detent.height = sheetHeight; in ParseSheetDetentHeight()[all …]
171 static void ParseSheetDetentHeight(const JSRef<JSVal>& args, NG::SheetHeight& detent);