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

  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 59 private boolean mPortraitMode = true;
184 if ((mPortraitMode && thumbWidth > thumbHeight)
185 || (!mPortraitMode && thumbWidth < thumbHeight)) {
218 mPortraitMode = decorView.getHeight() > decorView.getWidth();
240 mPortraitMode = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT;
241 Log.v(TAG, "CONFIG CHANGE, mPortraitMode = " + mPortraitMode);
247 Log.v(TAG, "Portrait: " + mPortraitMode);
257 if ((mPortraitMode && thumbWidth > thumbHeight)
258 || (!mPortraitMode && thumbWidth < thumbHeight))
    [all...]

Completed in 46 milliseconds