OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageButton
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableTest.java
35
import android.widget.
ImageButton
;
187
final
ImageButton
imageButton
=
188
(
ImageButton
) mActivityTestRule.getActivity().findViewById(R.id.
imageButton
);
189
final int viewW =
imageButton
.getWidth();
190
final int viewH =
imageButton
.getHeight();
194
final Bitmap bitmap = Bitmap.createBitmap(
imageButton
.getWidth(),
imageButton
.getHeight(),
204
imageButton
.setBackgroundDrawable(avd)
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
ButtonManager.java
23
import android.widget.
ImageButton
;
37
* {@link #android.widget.
ImageButton
}s.
72
private
ImageButton
mButtonCancel;
73
private
ImageButton
mButtonDone;
74
private
ImageButton
mButtonRetake; // same as review.
76
private
ImageButton
mButtonExposureCompensation;
77
private
ImageButton
mExposureN2;
78
private
ImageButton
mExposureN1;
79
private
ImageButton
mExposure0;
80
private
ImageButton
mExposureP1
[
all
...]
Completed in 80 milliseconds