HomeSort by relevance Sort by last modified time
    Searched full:toprow (Results 1 - 24 of 24) sorted by null

  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java 48 private int topRow;
53 public ScrollPatternGenerator(int topRow, int bottomRow) {
54 this.topRow = topRow;
56 assert(topRow < bottomRow);
58 currentRow = topRow;
64 } else if (currentRow == topRow) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py 81 topRow = lines[0].split()
82 assert topRow[0] == "ppem:", "illegal hdmx format"
83 ppems = list(map(int, topRow[1:]))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 69 gScreenDimensions.TopRow,
70 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow,
77 for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.TopRow; Line++) {
85 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow);
179 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character);
186 for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT - 2; Row++) {
197 PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyString, TitleColumn - gScreenDimensions.LeftColumn - 1);
200 gScreenDimensions.TopRow + 1,
    [all...]
CustomizedDisplayLib.c 85 ScreenForStatement->TopRow = gScreenDimensions.TopRow + FRONT_PAGE_HEADER_HEIGHT;
87 ScreenForStatement->TopRow = gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT;
449 DimensionsHeight = gScreenDimensions.BottomRow - gScreenDimensions.TopRow;
479 Top = ((DimensionsHeight - LineNum - 2) / 2) + gScreenDimensions.TopRow - 1;
707 @param TopRow Start row of retangle.
717 IN UINTN TopRow,
744 for (Row = TopRow; Row <= BottomRow; Row++) {
748 gST->ConOut->SetCursorPosition (gST->ConOut, LeftColumn, TopRow);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c     [all...]
InputHandler.c 90 DimensionsHeight = gStatementDimensions.BottomRow - gStatementDimensions.TopRow;
122 Top = ((DimensionsHeight - 6) / 2) + gStatementDimensions.TopRow - 1;
    [all...]
ProcessOptions.c 607 DimensionsHeight = gStatementDimensions.BottomRow - gStatementDimensions.TopRow;
622 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + gStatementDimensions.TopRow - 1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 66 UINTN TopRow;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FormBrowser2.h 41 @param TopRow The value that designates the text row from the
52 UINTN TopRow;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/
FormBrowser2.h 40 UINTN TopRow;
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
TopRow.java 44 public class TopRow {
60 private TopRow() {}
ContactGridManager.java 217 TopRow.Info info = TopRow.getInfo(context, primaryCallState, primaryInfo);
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.c 282 INT32 TopRow;
344 TopRow = gST->ConOut->Mode->CursorRow - MenuNum;
354 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + Select);
360 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + MenuNum);
429 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + LastSelect);
435 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + MenuNum);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
CustomizedDisplayLib.h 228 @param TopRow Start row of retangle.
238 IN UINTN TopRow,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormBrowser.h 56 UINTN TopRow;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
menu.h 115 short toprow; /* Top row of menu */ member in struct:tagMENU
form.h 140 int toprow; /* in scrollable field window */ member in struct:formnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
menu.h 115 short toprow; /* Top row of menu */ member in struct:tagMENU
form.h 119 int toprow; /* in scrollable field window */ member in struct:formnode
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 461 UINTN TopRow;
482 TopRow = 0;
491 DimensionsHeight = BottomRow - TopRow;
534 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + TopRow - 1;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 879 Animator topRow = createTranslation(rootView.findViewById(R.id.contactgrid_top_row));
887 builder.with(topRow).with(contactName).with(bottomRow).with(important).with(dataContainer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 495 UINTN TopRow;
    [all...]

Completed in 955 milliseconds