Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 76) sorted by relevance

1234

/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java30 setContentView(R.layout.activity_base_layout); in onCreate()
151 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateKeyHandlerViews()
156 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateKeyHandlerViews()
171 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateIncomingExtrasView()
175 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateIncomingExtrasView()
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java30 setContentView(R.layout.activity_base_layout); in onCreate()
151 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateKeyHandlerViews()
156 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateKeyHandlerViews()
171 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateIncomingExtrasView()
175 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateIncomingExtrasView()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp67 uint32_t i, layout; in init_afbc() local
84 layout = 0; in init_afbc()
90 layout = 1; in init_afbc()
94 layout = 0; in init_afbc()
97 ALOGV("Writing AFBC header layout %d for format %" PRIu64, layout, base_format); in init_afbc()
101 memcpy(buf, headers[layout], sizeof(headers[layout])); in init_afbc()
102 buf += sizeof(headers[layout]); in init_afbc()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_ion.cpp67 uint32_t i, layout; in init_afbc() local
84 layout = 0; in init_afbc()
90 layout = 1; in init_afbc()
94 layout = 0; in init_afbc()
97 ALOGV("Writing AFBC header layout %d for format %" PRIu64, layout, base_format); in init_afbc()
101 memcpy(buf, headers[layout], sizeof(headers[layout])); in init_afbc()
102 buf += sizeof(headers[layout]); in init_afbc()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DUsbKbDxe.inf6 # It initializes the keyboard layout according to info retrieved from HII database.
86 # If HII Database Protocol exists, then keyboard layout from HII database is used.
87 # Otherwise, USB keyboard module tries to use its carried default layout.
DUsbKbDxe.uni6 // It initializes the keyboard layout according to info retrieved from HII database.
30 …t Input Ex Protocol on USB keyboard devices. It initializes the keyboard layout according to infor…
/device/linaro/dragonboard/
Dcommon.kl16 # Generic key layout file for full alphabetic US English PC style external keyboards.
19 # Do not edit the generic key layout to support a specific keyboard; instead, create
20 # a new key layout file with the required keyboard configuration.
/device/linaro/hikey/
Dcommon.kl16 # Generic key layout file for full alphabetic US English PC style external keyboards.
19 # Do not edit the generic key layout to support a specific keyboard; instead, create
20 # a new key layout file with the required keyboard configuration.
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/Ia32/
DResetVec.asm1629 ; The layout of this file is fixed. The build tool makes assumption of the layout.
103 ; Nothing can go here, otherwise the layout of this file would change.
DResetVec.nasmb28 ; The layout of this file is fixed. The build tool makes assumption of the layout.
102 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Ia32/
DResetVec.asm1629 ; The layout of this file is fixed. The build tool makes assumption of the layout.
103 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Ia16/
DResetVec.asm1620 ; The layout of this file is fixed. The build tool makes assumption of the layout.
100 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/Ia16/
DResetVec.asm1620 ; The layout of this file is fixed. The build tool makes assumption of the layout.
100 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Vtf0/Ia16/
DResetVec.asm1620 ; The layout of this file is fixed. The build tool makes assumption of the layout.
100 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
DResetVec.asm1625 ; The layout of this file is fixed. The build tool makes assumption of the layout.
100 ; Nothing can go here, otherwise the layout of this file would change.
/device/google/contexthub/firmware/os/core/
DappSec.c234 image->layout.version != 1 || in appSecProcessIncomingHdr()
235 image->layout.magic != GOOGLE_LAYOUT_MAGIC) in appSecProcessIncomingHdr()
310 .fwFlags = image->layout.flags, in appSecProcessIncomingHdr()
312 .payInfoType = image->layout.payload, in appSecProcessIncomingHdr()
317 if (image->layout.flags & FL_APP_HDR_CHRE) { in appSecProcessIncomingHdr()
329 switch(image->layout.payload) { in appSecProcessIncomingHdr()
/device/generic/goldfish/input/
Dqwerty.kl16 # Emulator keyboard layout #1.
18 # This file is no longer used as the platform's default keyboard layout.
Dqwerty2.idc21 keyboard.layout = qwerty
/device/google/contexthub/firmware/variant/
DREADME5 build scripts fully support such layout, however this is not necessary in order
/device/linaro/bootloader/edk2/EmulatorPkg/FlashMapPei/
DFlashMapPei.inf4 # This module installs FlashMap PPI which is used to get flash layout information.
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
DClockWidgetProvider.java59 RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.clock_widget); in getRemoteViews()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtFlashMapPei/
DWinNtFlashMapPei.inf4 # This module installs FlashMap PPI which is used to get flash layout information.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/
DMcfg.aslc5 MCFG defined in this file. The table layout is defined in Mcfg.h and the
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Hpet/
DHpet.aslc4 for bug fixes, no porting is required. The table layout is defined in
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c103 image->aosp.header_version == 1 && image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in handleEncrypt()
170 image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in handleDecrypt()

1234