Home
last modified time | relevance | path

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

1234

/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp76 uint32_t i, layout; in init_afbc() local
93 layout = 0; in init_afbc()
99 layout = 1; in init_afbc()
103 layout = 0; in init_afbc()
106 ALOGV("Writing AFBC header layout %d for format %" PRIu64, layout, base_format); in init_afbc()
110 memcpy(buf, headers[layout], sizeof(headers[layout])); in init_afbc()
111 buf += sizeof(headers[layout]); in init_afbc()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp76 uint32_t i, layout; in init_afbc() local
93 layout = 0; in init_afbc()
99 layout = 1; in init_afbc()
103 layout = 0; in init_afbc()
106 ALOGV("Writing AFBC header layout %d for format %" PRIu64, layout, base_format); in init_afbc()
110 memcpy(buf, headers[layout], sizeof(headers[layout])); in init_afbc()
111 buf += sizeof(headers[layout]); in init_afbc()
/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/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/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java207 Layout layout = mText.getLayout(); in isContentTextCutOff() local
208 if (layout != null) { in isContentTextCutOff()
209 int lines = layout.getLineCount(); in isContentTextCutOff()
211 int ellipsisCount = layout.getEllipsisCount(lines - 1); in isContentTextCutOff()
DNotificationsPanelAdapter.java70 trayItem = inflater.inflate(R.layout.notification_panel_item_dismissible, in onCreateViewHolder()
73 trayItem = inflater.inflate(R.layout.notification_panel_item, in onCreateViewHolder()
DNotificationsSidePanelActivity.java60 setContentView(R.layout.notifications_panel_view); in onCreate()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothScannerFragment.java105 pairRemotePref.setLayoutResource(R.layout.preference_description_layout); in onCreatePreferences()
119 R.layout.preference_category_compact_progress_layout); in onCreatePreferences()
263 pref.setLayoutResource(R.layout.preference_item_layout); in createBluetoothDevicePreference()
293 mEmptyTextPreference.setLayoutResource(R.layout.preference_empty_text_layout); in getEmptyTextPreference()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DCecPreferenceFragment.java60 explain1Pref.setLayoutResource(R.layout.pref_wall_of_text); in onCreatePreferences()
66 explain2Pref.setLayoutResource(R.layout.pref_wall_of_text); in onCreatePreferences()
DConnectedDevicesPreferenceFragment.java141 category.setLayoutResource(R.layout.preference_category_compact_layout); in findOrCreateCategory()
198 pref.setLayoutResource(R.layout.preference_item_layout); in createConnectedBtPreference()
412 pairRemotePref.setLayoutResource(R.layout.preference_item_layout); in onCreatePreferences()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp520 C2PlanarLayout layout; in setDecodeArgs() local
521 layout = outBuffer->layout(); in setDecodeArgs()
522 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs()
760 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData()
761 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp858 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyOutputBufferToYuvPlanarFrame()
859 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyOutputBufferToYuvPlanarFrame()
1002 C2PlanarLayout layout = wView.layout(); in outputBuffer() local
1003 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer()
1004 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in outputBuffer()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp574 C2PlanarLayout layout; in setDecodeArgs() local
575 layout = outBuffer->layout(); in setDecodeArgs()
576 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs()
813 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData()
814 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
/device/generic/goldfish/input/
Dqwerty2.kl16 # Emulator keyboard layout #1.
18 # This file is no longer used as the platform's default keyboard layout.
Dqwerty2.idc21 keyboard.layout = qwerty2
/device/amlogic/yukawa/input/
DGeneric.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/google/atv/
DGeneric.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/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()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c252 .layout = (struct ImageLayout) { in finalizeAndWrite()
585 .layout = (struct ImageLayout) { in handleKey()
616 .layout = (struct ImageLayout) { in handleOs()
Dpostprocess_elf.c245 .layout = (struct ImageLayout) { in finalizeAndWrite()
846 .layout = (struct ImageLayout) { in handleKey()
877 .layout = (struct ImageLayout) { in handleOs()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DAppFragment.java120 final View root = inflater.inflate(R.layout.app_launch_row, container, false); in onCreateView()
280 return new AppViewHolder(inflater.inflate(R.layout.launch_item, parent, false)); in onCreateViewHolder()
/device/google/contexthub/firmware/variant/
DREADME5 build scripts fully support such layout, however this is not necessary in order
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/
DLauncherActivity.java34 setContentView(R.layout.launcher); in onCreate()
/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()

1234