Searched refs:topPos (Results 1 – 2 of 2) sorted by relevance
71 int32_t topPos = -1; member195 fontInfo.topPos = U16_AT(tmpData + 2); in TEST_P()196 ALOGI("Top: %d", fontInfo.topPos); in TEST_P()293 ASSERT_EQ(parcel.readInt32(), fontInfo.topPos) in TEST_P()
620 int topPos = startRow * mColumns; in onKeyDown() local621 Rect r = getRectForPosition(topPos); in onKeyDown()623 topPos += mColumns; in onKeyDown()625 topPos = Math.min(mCount - 1, topPos); in onKeyDown()626 sel = topPos; in onKeyDown()