Searched refs:updateButton (Results 1 – 5 of 5) sorted by relevance
354 Runnable updateButton = new Runnable() { in swapLeft() local361 mHandler.postDelayed(updateButton, SwapButton.ANIM_DURATION); in swapLeft()370 Runnable updateButton = new Runnable() { in swapRight() local377 mHandler.postDelayed(updateButton, SwapButton.ANIM_DURATION); in swapRight()
357 Runnable updateButton = new Runnable() { in swapLeft() local364 mHandler.postDelayed(updateButton, SwapButton.ANIM_DURATION); in swapLeft()373 Runnable updateButton = new Runnable() { in swapRight() local380 mHandler.postDelayed(updateButton, SwapButton.ANIM_DURATION); in swapRight()
232 mPositiveButton = updateButton(DialogInterface.BUTTON_POSITIVE, displayText); in updatePositiveButton()241 mNegativeButton = updateButton(DialogInterface.BUTTON_NEGATIVE, displayText); in updateNegativeButton()250 private Button updateButton(int buttonType, CharSequence displayText) { in updateButton() method in TrustedCredentialsDialogBuilder.DialogEventHandler
56 private Button updateButton; field in WifiStatusTest132 updateButton = (Button) findViewById(R.id.update); in onCreate()133 updateButton.setOnClickListener(updateButtonHandler); in onCreate()
449 updateButton(); in updateProgressbar()457 private void updateButton() { in updateButton() method in BluetoothOppTransferActivity