* tests/memarray: add python script for automatic testing * tests/nordic_softdevice: cleanup test script and fix test + tests/periph_timer_short_relative_set: initial import * tests/periph_cpuid: add automatic test script * tests/sys_arduino: fix test synchronization issues * tests/uni...
Source File: ColorInversionTile.java From GravityBox with Apache License 2.0 6 votes private void createHooks() { if (Utils.isOxygenOs35Rom()) return; try { mLongClickHook = XposedHelpers.findAndHookMethod(mTile.getClass().getName(), mContext.getClassLoader(), "handleLongClick", new ...