Searched refs:mGoneButton (Results 1 – 4 of 4) sorted by relevance
30 Button mRemovingButton, mInvisibleButton, mGoneButton; field in FadingTest52 mGoneButton = findViewById(R.id.goneButton); in onCreate()54 mGoneButton.setOnClickListener(new View.OnClickListener() { in onCreate()57 mGoneButton.setAlpha(mGoneButton.getAlpha() < 1 ? 1 : .6f); in onCreate()
33 Button mRemovingButton, mInvisibleButton, mGoneButton; field in SequenceTest49 mGoneButton = findViewById(R.id.goneButton); in onCreate()
32 Button mRemovingButton, mInvisibleButton, mGoneButton; field in ClippingText
33 Button mRemovingButton, mInvisibleButton, mGoneButton; field in SequenceTestSimple