HomeSort by relevance Sort by last modified time
    Searched defs:OutlineType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Outline.h 104 enum OutlineType {
112 OutlineType mType;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js 69 WebInspector.Layers3DView.OutlineType = {
155 * @param {!WebInspector.Layers3DView.OutlineType} type
169 this._setOutline(WebInspector.Layers3DView.OutlineType.Hovered, activeObject);
177 this._setOutline(WebInspector.Layers3DView.OutlineType.Hovered, null);
178 this._setOutline(WebInspector.Layers3DView.OutlineType.Selected, activeObject);
406 * @param {!WebInspector.Layers3DView.OutlineType} type
422 var isSelected = this._isObjectActive(WebInspector.Layers3DView.OutlineType.Selected, layer);
423 var isHovered = this._isObjectActive(WebInspector.Layers3DView.OutlineType.Hovered, layer);
532 var isSelected = this._isObjectActive(WebInspector.Layers3DView.OutlineType.Selected, layer, i);

Completed in 61 milliseconds