OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svelteLevel
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java
59
public int
svelteLevel
;
68
svelteLevel
= res.getInteger(R.integer.recents_svelte_level);
RecentsImpl.java
108
if (config.
svelteLevel
== RecentsConfiguration.SVELTE_NONE) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java
196
if (config.
svelteLevel
< RecentsConfiguration.SVELTE_DISABLE_LOADING) {
208
if (config.
svelteLevel
< RecentsConfiguration.SVELTE_LIMIT_CACHE) {
409
if (config.
svelteLevel
== RecentsConfiguration.SVELTE_NONE) {
412
} else if (config.
svelteLevel
== RecentsConfiguration.SVELTE_LIMIT_CACHE) {
414
} else if (config.
svelteLevel
>= RecentsConfiguration.SVELTE_DISABLE_CACHE) {
552
if (config.
svelteLevel
< RecentsConfiguration.SVELTE_DISABLE_LOADING) {
RecentsTaskLoadPlan.java
233
if (config.
svelteLevel
<= RecentsConfiguration.SVELTE_LIMIT_CACHE) {
236
} else if (config.
svelteLevel
== RecentsConfiguration.SVELTE_DISABLE_CACHE) {
Completed in 58 milliseconds