Home
last modified time | relevance | path

Searched refs:KEY_ORIENTATION (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCommandSession.java86 private static final String KEY_ORIENTATION = EXTRA_PREFIX + "key_orientation"; field in CommandSession
206 data.putInt(KEY_ORIENTATION, orientation);
795 final int orientation = getIntent().getIntExtra(KEY_ORIENTATION, Integer.MIN_VALUE);
812 setRequestedOrientation(data.getInt(KEY_ORIENTATION));