Searched refs:DebugFlags (Results 1 – 2 of 2) sorted by relevance
290 private static final class DebugFlags { class in InputMethodManagerService3027 + DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.value() + ", LowRam: " + mIsLowRam); in startInputOrWindowGainedFocusInternalLocked()3030 cs.shouldPreRenderIme = DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.value() && !mIsLowRam; in startInputOrWindowGainedFocusInternalLocked()3158 if (!DebugFlags.FLAG_OPTIMIZE_START_INPUT.value() in startInputOrWindowGainedFocusInternalLocked()4748 DebugFlags.FLAG_OPTIMIZE_START_INPUT.refresh(); in refreshDebugProperties()4749 DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.refresh(); in refreshDebugProperties()
19278 Lcom/android/server/inputmethod/InputMethodManagerService$DebugFlags;