HomeSort by relevance Sort by last modified time
    Searched full:inverse_sqrt8 (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 64 float inverse_sqrt8 = (float) Math.sqrt(0.125); external variable declarations
69 bounds.set(1.5f + inverse_sqrt8, 1.5f + inverse_sqrt8, 2.5f + inverse_sqrt8,
70 2.5f + inverse_sqrt8);
78 bounds.set(4.5f - inverse_sqrt8, 1.5f + inverse_sqrt8, 5.5f - inverse_sqrt8, 2.5f + inverse_sqrt8);

Completed in 230 milliseconds