HomeSort by relevance Sort by last modified time
    Searched full:orientationcode (Results 1 - 1 of 1) sorted by null

  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 227 int orientationCode = getResources().getConfiguration().orientation;
231 } else if (orientationCode == Configuration.ORIENTATION_PORTRAIT) {
233 } else if (orientationCode == Configuration.ORIENTATION_SQUARE) {

Completed in 269 milliseconds