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