Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp70 int32_t layoutBoundsTop; member
1003 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do9Patch()
1075 false, &image->layoutBoundsTop, in do9Patch()
1080 image->layoutBoundsTop != 0 || image->layoutBoundsBottom != 0; in do9Patch()
1085 image->layoutBoundsTop, image->layoutBoundsRight, in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp77 int32_t layoutBoundsTop; member
569 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do_9patch()
636 &image->layoutBoundsTop, in do_9patch()
641 || image->layoutBoundsTop != 0 in do_9patch()
646 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch()