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

  /external/chromium_org/ui/compositor/
layer_type.h 22 LAYER_NINE_PATCH = 3,
debug_utils.cc 58 case ui::LAYER_NINE_PATCH:
layer.cc 602 DCHECK(type_ == LAYER_NINE_PATCH && nine_patch_layer_.get());
615 DCHECK(type_ == LAYER_NINE_PATCH && nine_patch_layer_.get());
620 DCHECK(type_ == LAYER_NINE_PATCH && nine_patch_layer_.get());
628 type_ == LAYER_NINE_PATCH ||
980 } else if (type_ == LAYER_NINE_PATCH) {
  /external/chromium_org/ui/wm/core/
shadow.cc 85 shadow_layer_.reset(new ui::Layer(ui::LAYER_NINE_PATCH));

Completed in 118 milliseconds