Home
last modified time | relevance | path

Searched refs:layoutBoundsBottom (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DPng.cpp69 int32_t layoutBoundsBottom; member
951 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do9Patch()
1018 &image->layoutBoundsTop, &image->layoutBoundsBottom, &errorMsg); in do9Patch()
1021 image->layoutBoundsTop != 0 || image->layoutBoundsBottom != 0; in do9Patch()
1026 image->layoutBoundsRight, image->layoutBoundsBottom); in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp80 int32_t layoutBoundsBottom; member
570 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do_9patch()
638 &image->layoutBoundsBottom, &errorMsg); in do_9patch()
643 || image->layoutBoundsBottom != 0; in do_9patch()
648 image->layoutBoundsRight, image->layoutBoundsBottom); in do_9patch()