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

/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp174 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/);
201 uint32_t CursorWindow::alloc(size_t size, bool aligned) { argument
203 if (aligned) {
244 chunk->nextChunkOffset = alloc(sizeof(RowSlotChunk), true /*aligned*/);
/frameworks/base/core/java/android/widget/
H A DImageView.java1219 * @param aligned If true, the image view will be baseline aligned with
1224 public void setBaselineAlignBottom(boolean aligned) { argument
1225 if (mBaselineAlignBottom != aligned) {
1226 mBaselineAlignBottom = aligned;

Completed in 1209 milliseconds