Home
last modified time | relevance | path

Searched refs:mIsLowRamDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DHighResThumbnailLoader.java55 private final boolean mIsLowRamDevice; field in HighResThumbnailLoader
67 mIsLowRamDevice = isLowRamDevice; in HighResThumbnailLoader()
71 if (mIsLowRamDevice) { in setVisible()
79 if (mFlingingFast == flingingFast || mIsLowRamDevice) { in setFlingingFast()
96 if (mIsLowRamDevice) { in setTaskLoadQueueIdle()
/frameworks/av/services/audioflinger/
DAudioFlinger.h925 bool isLowRamDevice() const { return mIsLowRamDevice; } in isLowRamDevice()
929 std::atomic<bool> mIsLowRamDevice;
DAudioFlinger.cpp181 mIsLowRamDevice(true), in AudioFlinger()
2223 mIsLowRamDevice = isLowRamDevice; in setLowRamDevice()