HomeSort by relevance Sort by last modified time
    Searched refs:layerList (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/hwcomposer/include/
IDisplayContext.h 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.h 33 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
TngDisplayContext.cpp 73 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList)
79 if (!display || !layerList) {
97 DisplayPlane* plane = layerList->getPlane(i);
141 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 140 milliseconds