Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextUnitTest.cpp71 int32_t topPos = -1; member
195 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()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java620 int topPos = startRow * mColumns; in onKeyDown() local
621 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()