Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DImmersiveActivity.java79 private int mPortraitWidth; field in ImmersiveActivity
141 mPortraitWidth = Math.min(width, height); in onCreate()
225 mSurface, /* width= */ mPortraitHeight, /* height= */ mPortraitWidth); in onConfigurationChanged()
228 mDisplayController.setSurface(mSurface, mPortraitWidth, mPortraitHeight); in onConfigurationChanged()