Home
last modified time | relevance | path

Searched defs:magnified (Results 1 – 7 of 7) sorted by relevance

/system/teeui/libteeui/example/
Dphys_button_example.cpp69 static context<ConUIParameters> setLayoutParams(DeviceInfo& deviceInfo, bool magnified, in setLayoutParams()
97 uint32_t GUIStatePhysButtons::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
Dtouch_button_example.cpp99 static context<ConfUIParameters> setLayoutParams(DeviceInfo& deviceInfo, bool magnified, in setLayoutParams()
125 uint32_t GUIStateTouch::setDeviceInfo(DeviceInfo device_info, bool magnified, bool inverted) { in setDeviceInfo()
/system/security/keystore2/apc_compat/
Dapc_compat.hpp45 bool magnified; member
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DNativeRenderer.java26 …public static native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted,… 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.java222 public boolean magnified() { in magnified() method in FrameBufferBuffer.ConfigSelector