OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveCursorTo
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java
73
if (mCursor != null &&
moveCursorTo
(position)) {
95
if (
moveCursorTo
(position)) {
145
if (mCursor != null &&
moveCursorTo
(position)) {
156
if (mCursor != null &&
moveCursorTo
(position)) {
208
if (
moveCursorTo
(index)) {
220
private boolean
moveCursorTo
(int position) {
/frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java
811
moveCursorTo
(mRow + 1, 1);
848
moveCursorTo
(pac.getRow(), pac.getCol());
850
moveCursorTo
(pac.getRow(), 1);
868
private void
moveCursorTo
(int row, int col) {
[
all
...]
Completed in 471 milliseconds