Searched refs:runningInEmulator (Results 1 – 3 of 3) sorted by relevance
79 bool Properties::runningInEmulator = false; member in android::uirenderer::Properties138 runningInEmulator = base::GetBoolProperty(PROPERTY_IS_EMULATOR, false); in load()
273 static bool runningInEmulator; variable
85 if (!Properties::runningInEmulator && mFilename.length() > 0) { in initShaderDiskCache()