HomeSort by relevance Sort by last modified time
    Searched refs:Transformations (Results 1 - 5 of 5) sorted by null

  /frameworks/support/lifecycle/livedata/src/main/java/androidx/lifecycle/
Transformations.java 28 * transformations are calculated lazily, and will run only when the returned {@link LiveData} is
33 public class Transformations {
35 private Transformations() {
52 * Transformations.map(
111 * return Transformations.switchMap(
  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61248.go 7 // PR61248: Transformations to recover calls made them fail typechecking in gccgo.
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61248.go 7 // PR61248: Transformations to recover calls made them fail typechecking in gccgo.
  /frameworks/support/lifecycle/livedata/src/test/java/androidx/lifecycle/
TransformationsTest.java 61 LiveData<Integer> mapped = Transformations.map(source, new Function<String, Integer>() {
78 LiveData<String> result = Transformations.switchMap(trigger,
111 LiveData<String> result = Transformations.switchMap(trigger,
148 LiveData<String> result = Transformations.switchMap(trigger,
171 LiveData<String> result = Transformations.switchMap(trigger,
199 LiveData<Integer> squared = Transformations.map(numbers, new Function<Integer, Integer>() {
  /packages/apps/Car/Radio/src/com/android/car/radio/storage/
RadioDatabase.java 21 import android.arch.lifecycle.Transformations;
78 return Transformations.map(favoriteDao().loadAll(), favorites ->

Completed in 158 milliseconds