OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orientationindex
(Results
1 - 2
of
2
) sorted by null
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java
156
int
orientationIndex
= cursor.getColumnIndex(MediaStore.Images.Media.ORIENTATION);
163
data.orientation = cursor.getInt(
orientationIndex
);
/frameworks/native/services/sensorservice/
SensorService.cpp
81
ssize_t
orientationIndex
= -1;
93
orientationIndex
= i;
139
if (
orientationIndex
>= 0) {
140
mUserSensorList.removeItemsAt(
orientationIndex
);
Completed in 2196 milliseconds