Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPng.cpp67 int32_t layoutBoundsTop; 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()
1025 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp78 int32_t layoutBoundsTop; member
570 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do_9patch()
637 &image->layoutBoundsTop, in do_9patch()
642 || image->layoutBoundsTop != 0 in do_9patch()
647 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch()