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

  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 218 View endButton = mConferenceCallList[i].findViewById(R.id.conferenceCallerDisconnect);
228 if (DBG) log("- button: " + endButton + ", nameTextView: " + nameTextView);
238 endButton.setOnClickListener(endThisConnection);
InCallTouchUi.java 175 mEndButton = (ImageButton) mInCallControls.findViewById(R.id.endButton);
395 case R.id.endButton:
    [all...]
InCallScreen.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 95 Button ender = (Button) findViewById(R.id.endButton);

Completed in 96 milliseconds