Home
last modified time | relevance | path

Searched defs:inverted (Results 1 – 6 of 6) sorted by relevance

/system/teeui/libteeui/example/
Dphys_button_example.cpp70 bool inverted) { in setLayoutParams()
97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
Dtouch_button_example.cpp100 bool inverted) { in setLayoutParams()
125 uint32_t GUIStateTouch::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DNativeRenderer.java26 … native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted, String touch… in setDeviceInfo()
/system/teeui/test/
Dteeui_device_config.cpp40 int runRenderTest(const char* language, bool magnified, bool inverted, in runRenderTest()
/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp135 JNIEnv* env, jclass, jobject jDeviceInfo, jboolean magnified, jboolean inverted, in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java226 public boolean inverted() { in inverted() method in FrameBufferBuffer.ConfigSelector