Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp68 int32_t layoutBoundsTop; member
968 image->layoutBoundsTop = image->layoutBoundsBottom = 0; in do9Patch()
1037 &image->layoutBoundsTop, &image->layoutBoundsBottom, &errorMsg); in do9Patch()
1041 || image->layoutBoundsTop != 0 in do9Patch()
1046 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, 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()