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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 36 final static int mOrientationValues[] = new int[] {
65 setRequestedOrientation(mOrientationValues[position]);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 62 private float mOrientationValues[] = new float[3];
128 float[] values = mOrientationValues;
181 mOrientationValues[i] = event.values[i];

Completed in 601 milliseconds