Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp72 int32_t layoutBoundsBottom; member
1003 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do9Patch()
1076 &image->layoutBoundsBottom, &errorMsg); in do9Patch()
1080 image->layoutBoundsTop != 0 || image->layoutBoundsBottom != 0; in do9Patch()
1086 image->layoutBoundsBottom); in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp79 int32_t layoutBoundsBottom; member
569 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do_9patch()
637 &image->layoutBoundsBottom, &errorMsg); in do_9patch()
642 || image->layoutBoundsBottom != 0; in do_9patch()
647 image->layoutBoundsRight, image->layoutBoundsBottom); in do_9patch()