HomeSort by relevance Sort by last modified time
    Searched defs:endInt (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 109 int endInt = colorEnd;
110 int endA = (endInt >> 24) & 0xff;
111 int endR = (endInt >> 16) & 0xff;
112 int endG = (endInt >> 8) & 0xff;
113 int endB = endInt & 0xff;
  /developers/samples/android/deprecated/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 109 int endInt = colorEnd;
110 int endA = (endInt >> 24) & 0xff;
111 int endR = (endInt >> 16) & 0xff;
112 int endG = (endInt >> 8) & 0xff;
113 int endB = endInt & 0xff;
  /development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java 109 int endInt = colorEnd;
110 int endA = (endInt >> 24) & 0xff;
111 int endR = (endInt >> 16) & 0xff;
112 int endG = (endInt >> 8) & 0xff;
113 int endB = endInt & 0xff;

Completed in 254 milliseconds