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

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DotAnswerHint.java 59 private View puck; field in class:DotAnswerHint
75 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {
76 this.puck = puck;
91 puck.getLocationInWindow(puckLocation);
108 // The fade out should start fading the alpha just as the puck is dropping. Scaling will start
PawAnswerHint.java 64 private View puck; field in class:PawAnswerHint
82 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {
83 this.puck = puck;
97 puck.getLocationInWindow(puckLocation);
114 // The fade out should start fading the alpha just as the puck is dropping. Scaling will start

Completed in 4266 milliseconds