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

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
AnswerHint.java 33 void onCreateView(LayoutInflater inflater, ViewGroup container, View puck, TextView hintText);
35 /** Called when the puck bounce animation begins. */
EmptyAnswerHint.java 29 LayoutInflater inflater, ViewGroup container, View puck, TextView hintText) {}
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
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

Completed in 1079 milliseconds