HomeSort by relevance Sort by last modified time
    Searched refs:orientationIndex (Results 1 - 2 of 2) sorted by null

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 165 int orientationIndex = cursor.getColumnIndex(MediaStore.Images.Media.ORIENTATION);
172 data.orientation = cursor.getInt(orientationIndex);
  /frameworks/native/services/sensorservice/
SensorService.cpp 141 ssize_t orientationIndex = -1;
161 orientationIndex = i;
    [all...]

Completed in 414 milliseconds