HomeSort by relevance Sort by last modified time
    Searched full:layerlist (Results 1 - 12 of 12) 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/merrifield/ips/tangier/
TngDisplayContext.h 33 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/include/
IDisplayContext.h 34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
  /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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableDescriptors.java 145 SDK_URL_BASE + "drawable-resource.html#LayerList", //$NON-NLS-1$
157 SDK_URL_BASE + "drawable-resource.html#LayerList", //$NON-NLS-1$
  /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...]
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 26 <dt><a href="#LayerList">Layer List</a></dt>
144 example, when creating a <a href="#StateList">state list</a> or <a href="#LayerList">layer list</a>,
445 <h2 id="LayerList">Layer List</h2>
475 &lt;<a href="#layerlist-element">layer-list</a>
477 &lt;<a href="#layerlist-item-element">item</a>
493 <dt id="layerlist-element"><code>&lt;layer-list&gt;</code></dt>
503 <dt id="layerlist-item-element"><code>&lt;item&gt;</code></dt>
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 270 // Note: There is case that SF passes down a layerlist with only FB_Target
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 328 // Note: There is case that SF passes down a layerlist with only FB_Target
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 622 prefs, "res/drawable-hdpi/layerlist.xml",
    [all...]

Completed in 617 milliseconds