Home
last modified time | relevance | path

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

/system/teeui/test/
Dteeui_device_config.cpp48 uint32_t h = device_info_ptr->height_; in runRenderTest()
75 device_info_ptr->height_ = heightPx; in createDevice()
/system/teeui/libteeui/include/teeui/example/
Dexample.h28 uint32_t height_; member
/system/teeui/libteeui/example/
Dphys_button_example.cpp73 ctx.setParam<BottomOfScreen>(pxs(deviceInfo.height_)); in setLayoutParams()
132 fb.height_ = h; in renderUIIntoBuffer()
Dexample_utils.h47 uint32_t height_; member
Dtouch_button_example.cpp103 ctx.setParam<BottomOfScreen>(pxs(deviceInfo.height_)); in setLayoutParams()
169 fb.height_ = h; in renderUIIntoBuffer()
/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp144 device_info.height_ = env->CallIntMethod(jDeviceInfo, method); in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()