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.java1022 * @param aligned If true, the image view will be baseline aligned with
1027 public void setBaselineAlignBottom(boolean aligned) { argument
1028 if (mBaselineAlignBottom != aligned) {
1029 mBaselineAlignBottom = aligned;

Completed in 261 milliseconds