Searched refs:isLowRamDevice (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/support/compat/java/android/support/v4/app/
H A DActivityManagerCompat.java38 public static boolean isLowRamDevice(@NonNull ActivityManager activityManager) { method in class:ActivityManagerCompat
40 return activityManager.isLowRamDevice();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java91 public boolean isLowRamDevice; field in class:RecentsConfiguration
107 isLowRamDevice = ActivityManager.isLowRamDeviceStatic();
108 dragToSplitEnabled = !isLowRamDevice;
H A DRecentsImpl.java874 final boolean isLowRamDevice = Recents.getConfiguration().isLowRamDevice;
902 specsArray, mHandler, isLowRamDevice ? null : mResetToggleFlagListener, this),
925 mHandler, future.getFuture(), isLowRamDevice ? null : mResetToggleFlagListener,
H A DRecents.java570 if (!Recents.getConfiguration().isLowRamDevice) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DHighResThumbnailLoader.java58 public HighResThumbnailLoader(SystemServicesProxy ssp, Looper looper, boolean isLowRamDevice) { argument
63 mIsLowRamDevice = isLowRamDevice;
H A DRecentsTaskLoadPlan.java170 } else if (Recents.getConfiguration().isLowRamDevice) {
H A DRecentsTaskLoader.java309 Looper.getMainLooper(), Recents.getConfiguration().isLowRamDevice);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackAnimationHelper.java152 final boolean isLowRamDevice = Recents.getConfiguration().isLowRamDevice;
153 if (isLowRamDevice && launchState.launchedFromApp && !launchState.launchedViaDockGesture) {
180 } else if (isLowRamDevice && i >= taskViews.size() -
207 if (isLowRamDevice) {
246 final boolean isLowRamDevice = Recents.getConfiguration().isLowRamDevice;
256 if (launchState.launchedFromApp && !launchState.launchedViaDockGesture && isLowRamDevice) {
309 if (isLowRamDevice) {
379 if (Recents.getConfiguration().isLowRamDevice) {
[all...]
H A DTaskStackViewTouchHandler.java297 float maxOverscroll = Recents.getConfiguration().isLowRamDevice
340 !Recents.getConfiguration().isLowRamDevice) {
353 if (Recents.getConfiguration().isLowRamDevice) {
506 if (Recents.getConfiguration().isLowRamDevice) {
526 if (Recents.getConfiguration().isLowRamDevice) {
533 && !Recents.getConfiguration().isLowRamDevice) {
567 !Recents.getConfiguration().isLowRamDevice) {
H A DTaskStackLayoutAlgorithm.java596 mMinScrollP = Recents.getConfiguration().isLowRamDevice
599 mMaxScrollP = Recents.getConfiguration().isLowRamDevice
610 } else if (Recents.getConfiguration().isLowRamDevice) {
723 if (targetStackScroll == lastStackScroll || Recents.getConfiguration().isLowRamDevice) {
819 if (Recents.getConfiguration().isLowRamDevice) {
917 } else if (Recents.getConfiguration().isLowRamDevice) {
1097 if (Recents.getConfiguration().isLowRamDevice || overrideP == null) {
1116 if (Recents.getConfiguration().isLowRamDevice) {
1134 if (Recents.getConfiguration().isLowRamDevice) {
1147 if (Recents.getConfiguration().isLowRamDevice) {
[all...]
H A DRecentsView.java173 .isLowRamDevice
515 if (Recents.getConfiguration().isLowRamDevice
568 if (Recents.getConfiguration().isLowRamDevice) {
581 if (Recents.getConfiguration().isLowRamDevice) {
790 (Recents.getConfiguration().isLowRamDevice ? 1 : -0.25f));
837 * (Recents.getConfiguration().isLowRamDevice ? 1 : -0.25f));
952 if (Recents.getConfiguration().isLowRamDevice) {
H A DRecentsTransitionHelper.java143 if (!Recents.getConfiguration().isLowRamDevice) {
168 if (!Recents.getConfiguration().isLowRamDevice) {
458 if (!Recents.getConfiguration().isLowRamDevice && taskView.getTask() !=
H A DTaskStackViewScroller.java92 if (Recents.getConfiguration().isLowRamDevice) {
209 if (!Recents.getConfiguration().isLowRamDevice || stackScroll < mLayoutAlgorithm.mMinScrollP
H A DTaskStackView.java1693 useGridLayout() || Recents.getConfiguration().isLowRamDevice) {
1772 if (Recents.getConfiguration().isLowRamDevice) {
1968 if (mStack.getTaskCount() > 0 && Recents.getConfiguration().isLowRamDevice) {
2411 if (Recents.getConfiguration().isLowRamDevice) {
H A DTaskView.java420 Recents.getConfiguration().isLowRamDevice) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java215 final boolean isLowRamDevice = ActivityManager.isLowRamDeviceStatic();
216 final float scaleFraction = isLowRamDevice ? REDUCED_SCALE : 1f;
224 isLowRamDevice /* reduced */, scaleFraction /* scale */);
/frameworks/av/include/media/
H A DIAudioFlinger.h219 // android.app.ActivityManager.isLowRamDevice().
220 virtual status_t setLowRamDevice(bool isLowRamDevice) = 0;
H A DAudioSystem.h289 static status_t setLowRamDevice(bool isLowRamDevice);
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h219 // android.app.ActivityManager.isLowRamDevice().
220 virtual status_t setLowRamDevice(bool isLowRamDevice) = 0;
H A DAudioSystem.h289 static status_t setLowRamDevice(bool isLowRamDevice);
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp807 virtual status_t setLowRamDevice(bool isLowRamDevice) argument
811 data.writeInt32((int) isLowRamDevice);
1367 bool isLowRamDevice = data.readInt32() != 0; local
1368 reply->writeInt32(setLowRamDevice(isLowRamDevice));
/frameworks/base/media/java/android/media/
H A DAudioSystem.java795 public static native int setLowRamDevice(boolean isLowRamDevice); argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h253 virtual status_t setLowRamDevice(bool isLowRamDevice);
853 bool isLowRamDevice() const { return mIsLowRamDevice; } function in class:android::AudioFlinger
/frameworks/base/core/java/android/app/
H A DNotificationManager.java317 boolean isLowRam = am.isLowRamDevice();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java548 || Recents.getConfiguration().isLowRamDevice) {

Completed in 7826 milliseconds

12