OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageView
(Results
551 - 575
of
1137
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java
14
import android.widget.
ImageView
;
23
private
ImageView
mLeftHandle;
24
private
ImageView
mRightHandle;
25
private
ImageView
mTopHandle;
26
private
ImageView
mBottomHandle;
96
mLeftHandle = new
ImageView
(context);
102
mRightHandle = new
ImageView
(context);
108
mTopHandle = new
ImageView
(context);
114
mBottomHandle = new
ImageView
(context);
/packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java
36
import android.widget.
ImageView
;
240
ImageView
play_indicator;
241
ImageView
icon;
284
ImageView
iv = (
ImageView
) v.findViewById(R.id.icon);
291
vh.play_indicator = (
ImageView
) v.findViewById(R.id.play_indicator);
292
vh.icon = (
ImageView
) v.findViewById(R.id.icon);
304
vh.play_indicator = (
ImageView
) v.findViewById(R.id.play_indicator);
305
vh.icon = (
ImageView
) v.findViewById(R.id.icon);
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
ContactPhotoManagerImpl.java
54
import android.widget.
ImageView
;
125
* A map from
ImageView
to the corresponding photo ID or uri, encapsulated in a request. The
128
private final ConcurrentHashMap<
ImageView
, Request> pendingRequests =
129
new ConcurrentHashMap<
ImageView
, Request>();
385
ImageView
view,
406
ImageView
view,
446
ImageView
view,
457
private void loadPhotoByIdOrUri(
ImageView
view, Request request) {
471
public void removePhoto(
ImageView
view) {
486
final Iterator<Entry<
ImageView
, Request>> iterator = pendingRequests.entrySet().iterator()
[
all
...]
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java
39
import android.widget.
ImageView
;
135
final
ImageView
imgView = (
ImageView
)newCell.findViewById(R.id.image_view);
136
final
ImageView
copyImgView = new
ImageView
(mContext);
167
copyImgView.setScaleType(
ImageView
.ScaleType.CENTER);
/cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java
44
import android.widget.
ImageView
;
325
ImageView
view = new
ImageView
(mContext);
333
view = new
ImageView
(mContext);
339
view = new
ImageView
(mContext);
349
view = new
ImageView
(mContext);
357
view = new
ImageView
(mContext);
363
view = new
ImageView
(mContext);
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
LongListRecyclerViewAdapter.java
25
import android.widget.
ImageView
;
154
ImageView
mImageView;
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/test/java/com/example/android/asymmetricfingerprintdialog/
FingerprintUiHelperTest.java
16
import android.widget.
ImageView
;
39
@Mock private
ImageView
mockIcon;
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
LongListRecyclerViewAdapter.java
25
import android.widget.
ImageView
;
154
ImageView
mImageView;
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java
27
import android.widget.
ImageView
;
34
* This class extends the standard Android
ImageView
View class with some features
38
public class PhotoView extends
ImageView
{
47
* Creates a weak reference to the
ImageView
in this object. The weak
61
// The URL that points to the source of the image for this
ImageView
64
// The Thread that will be used to download the image for this
ImageView
136
* Sets the image in this
ImageView
to null, and makes the View visible
144
* Returns the URL of the picture associated with this
ImageView
152
* This callback is invoked when the system attaches the
ImageView
to a Window. The callback
160
// If the sibling View is set and the parent of the
ImageView
is itself a Vie
[
all
...]
/frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java
35
import android.widget.
ImageView
;
92
((
ImageView
)findViewById(id)).setImageDrawable(dr);
/frameworks/base/core/java/com/android/internal/widget/
CachingIconView.java
30
import android.widget.
ImageView
;
36
* An
ImageView
for displaying an Icon. Avoids reloading the Icon when possible.
39
public class CachingIconView extends
ImageView
{
MediaNotificationView.java
25
import android.widget.
ImageView
;
38
private
ImageView
mRightIcon;
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
CrossfadeMultiple.java
29
import android.widget.
ImageView
;
39
ImageView
mImageView;
56
mImageView = findViewById(R.id.
imageview
);
60
mCrossfade.addTarget(R.id.button).addTarget(R.id.textview).addTarget(R.id.
imageview
);
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircleImageView.java
29
import android.widget.
ImageView
;
39
class CircleImageView extends
ImageView
{
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatImageView.java
28
import android.widget.
ImageView
;
39
* A {@link
ImageView
} which supports compatible features on older versions of the platform,
52
* <p>This will automatically be used when you use {@link
ImageView
} in your layouts
57
public class AppCompatImageView extends
ImageView
implements TintableBackgroundView,
82
* Sets a drawable as the content of this
ImageView
.
87
* @see
ImageView
#setImageResource(int)
196
* {@link androidx.core.widget.ImageViewCompat#setImageTintList(
ImageView
, ColorStateList)}
210
* {@link androidx.core.widget.ImageViewCompat#getImageTintList(
ImageView
)}
224
* {@link androidx.core.widget.ImageViewCompat#setImageTintMode(
ImageView
, PorterDuff.Mode)}
238
* {@link androidx.core.widget.ImageViewCompat#getImageTintMode(
ImageView
)}
[
all
...]
/frameworks/support/wear/src/main/java/androidx/wear/internal/widget/drawer/
MultiPageUi.java
23
import android.widget.
ImageView
;
141
final
ImageView
iconView =
/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/
ImageRecyclerViewAdapter.java
28
import android.widget.
ImageView
;
56
private
ImageView
mImageView;
/packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java
24
import android.widget.
ImageView
;
28
class PanoProgressBar extends
ImageView
{
/packages/apps/Camera2/src/com/android/camera/widget/
PeekView.java
32
import android.widget.
ImageView
;
38
* An
ImageView
which has the built-in peek animation support.
40
public class PeekView extends
ImageView
{
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
SearchResultAdapter.java
25
import android.widget.
ImageView
;
62
private
ImageView
mAppIconView;
/packages/apps/Car/Media/src/com/android/car/media/
AppSelectionFragment.java
13
import android.widget.
ImageView
;
70
public
ImageView
mAppIconView;
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
PlaybackFragment.java
28
import android.widget.
ImageView
;
45
private
ImageView
mAppIcon;
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java
49
import android.widget.
ImageView
;
143
private
ImageView
mAlarmButton;
144
private
ImageView
mSnoozeButton;
145
private
ImageView
mDismissButton;
204
mAlarmButton = (
ImageView
) mContentView.findViewById(R.id.alarm);
205
mSnoozeButton = (
ImageView
) mContentView.findViewById(R.id.snooze);
206
mDismissButton = (
ImageView
) mContentView.findViewById(R.id.dismiss);
562
private ValueAnimator getButtonAnimator(
ImageView
button, int tintColor) {
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
HistoryItemActionBottomSheet.java
27
import android.widget.
ImageView
;
124
((
ImageView
) moduleView.findViewById(R.id.module_image))
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentHolder.java
28
import android.widget.
ImageView
;
148
static ViewPropertyAnimator fade(
ImageView
view, float alpha) {
Completed in 1191 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>