OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layerList
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/include/
IDisplayContext.h
34
virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *
layerList
) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayContext.h
34
virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *
layerList
) = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.h
47
bool commitContents(hwc_display_contents_1_t *display, HwcLayerList*
layerList
);
TngDisplayContext.cpp
72
bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *
layerList
)
78
if (!display || !
layerList
) {
96
DisplayPlane* plane =
layerList
->getPlane(i);
140
layerList
->postFlip();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.h
47
bool commitContents(hwc_display_contents_1_t *display, HwcLayerList*
layerList
);
TngDisplayContext.cpp
72
bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *
layerList
)
78
if (!display || !
layerList
) {
96
DisplayPlane* plane =
layerList
->getPlane(i);
140
layerList
->postFlip();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java
476
LayerDrawable
layerList
= new LayerDrawable(layers);
477
layerList
.setLayerInset(0, table.mInset, table.mInset,
479
image.setImageDrawable(
layerList
);
[
all
...]
Completed in 90 milliseconds