Searched defs:aligned (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp173 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/);
200 uint32_t CursorWindow::alloc(size_t size, bool aligned) { argument
202 if (aligned) {
243 chunk->nextChunkOffset = alloc(sizeof(RowSlotChunk), true /*aligned*/);
/frameworks/base/core/java/android/widget/
H A DImageView.java1028 * @param aligned If true, the image view will be baseline aligned with
1033 public void setBaselineAlignBottom(boolean aligned) { argument
1034 if (mBaselineAlignBottom != aligned) {
1035 mBaselineAlignBottom = aligned;

Completed in 83 milliseconds