Home
last modified time | relevance | path

Searched defs:screenwidth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DPostCommands.h51 int screenwidth; member
DPostWorkerGl.cpp61 void PostWorkerGl::screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, in screenshot()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
H A DActivityLifecycleClientTestBase.java636 final int screenwidth = mWm.getDefaultDisplay().getWidth(); in moveTaskToPrimarySplitScreenAndVerify() local