Searched refs:mIsLowRam (Results 1 – 1 of 1) sorted by relevance
325 private final boolean mIsLowRam; field in InputMethodManagerService1686 mIsLowRam = ActivityManager.isLowRamDeviceStatic(); in InputMethodManagerService()3455 + DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.value() + ", LowRam: " + mIsLowRam); in startInputOrWindowGainedFocusInternalLocked()3458 cs.shouldPreRenderIme = DebugFlags.FLAG_PRE_RENDER_IME_VIEWS.value() && !mIsLowRam; in startInputOrWindowGainedFocusInternalLocked()