OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageView
(Results
576 - 600
of
1137
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java
24
import android.widget.
ImageView
;
26
class PanoProgressBar extends
ImageView
{
/packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractIndicatorButton.java
28
import android.widget.
ImageView
;
50
setScaleType(
ImageView
.ScaleType.CENTER);
RotateImageView.java
30
import android.widget.
ImageView
;
33
* A @{code
ImageView
} which can rotate it's content.
126
if ((getScaleType() ==
ImageView
.ScaleType.FIT_CENTER) &&
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DeleteManagedProfileDialog.java
27
import android.widget.
ImageView
;
118
ImageView
imageView
= view.findViewById(R.id.device_manager_icon_view);
119
imageView
.setImageDrawable(appIcon);
120
imageView
.setContentDescription(
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
TermsListAdapter.java
27
import android.widget.
ImageView
;
119
ImageView
chevron = groupView.findViewById(R.id.chevron);
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
CustomizationVerifier.java
37
import android.widget.
ImageView
;
63
//
ImageView
animatedView = mActivity.findViewById(R.id.animated_info);
122
return ((
ImageView
) mActivity.findViewById(
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactDropdownLayouter.java
26
import android.widget.
ImageView
;
110
protected void bindIconToView(boolean showImage, RecipientEntry entry,
ImageView
view,
/packages/apps/Settings/src/com/android/settings/
RegulatoryInfoDisplayActivity.java
32
import android.widget.
ImageView
;
101
ImageView
image = view.findViewById(R.id.regulatoryInfo);
/packages/apps/Settings/src/com/android/settings/display/
AppGridView.java
32
import android.widget.
ImageView
;
87
final
ImageView
iconView = view.findViewById(mIconResId);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
ProgressDialogFragment.java
29
import android.widget.
ImageView
;
37
private
ImageView
mIconView;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ContentFragment.java
29
import android.widget.
ImageView
;
124
public
ImageView
getIcon() {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java
33
import android.widget.
ImageView
;
87
private
ImageView
mShowMoreFoldersIcon;
118
private final
ImageView
mFolderIconImageView;
123
final TextView countTextView, final
ImageView
folderIconImageView) {
146
public
ImageView
getFolderIconImageView() { return mFolderIconImageView; }
203
(
ImageView
) mShowMoreFoldersRow.findViewById(R.id.show_more_folders_icon);
225
final
ImageView
folderIconImageView =
226
(
ImageView
) itemView.findViewById(R.id.nested_folder_icon);
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java
39
import android.widget.
ImageView
;
86
// The ImageFetcher takes care of loading images into our
ImageView
children asynchronously
261
// Two types of views, the normal
ImageView
and the top row of empty views
289
// Now handle the main
ImageView
thumbnails
290
ImageView
imageView
;
292
imageView
= new RecyclingImageView(mContext);
293
imageView
.setScaleType(
ImageView
.ScaleType.CENTER_CROP);
294
imageView
.setLayoutParams(mImageViewLayoutParams)
[
all
...]
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java
39
import android.widget.
ImageView
;
86
// The ImageFetcher takes care of loading images into our
ImageView
children asynchronously
261
// Two types of views, the normal
ImageView
and the top row of empty views
289
// Now handle the main
ImageView
thumbnails
290
ImageView
imageView
;
292
imageView
= new RecyclingImageView(mContext);
293
imageView
.setScaleType(
ImageView
.ScaleType.CENTER_CROP);
294
imageView
.setLayoutParams(mImageViewLayoutParams)
[
all
...]
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java
39
import android.widget.
ImageView
;
86
// The ImageFetcher takes care of loading images into our
ImageView
children asynchronously
261
// Two types of views, the normal
ImageView
and the top row of empty views
289
// Now handle the main
ImageView
thumbnails
290
ImageView
imageView
;
292
imageView
= new RecyclingImageView(mContext);
293
imageView
.setScaleType(
ImageView
.ScaleType.CENTER_CROP);
294
imageView
.setLayoutParams(mImageViewLayoutParams)
[
all
...]
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java
27
import android.widget.
ImageView
;
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java
41
import android.widget.
ImageView
;
60
* as well as the folding of an
ImageView
with a static image. The TextureView experiences
61
* jagged edges as a result of scaling operations on rectangles. The
ImageView
however
104
private
ImageView
mImageView;
115
mImageView = (
ImageView
)findViewById(R.id.image_view);
118
mImageView.setScaleType(
ImageView
.ScaleType.FIT_XY);
/frameworks/base/core/tests/coretests/src/android/transition/
FadeTransitionTest.java
30
import android.widget.
ImageView
;
145
assertTrue(view instanceof
ImageView
);
146
ImageView
imageView
= (
ImageView
) view;
147
BitmapDrawable background = (BitmapDrawable)
imageView
.getDrawable();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java
35
import android.widget.
ImageView
;
161
ImageView
frictionImageView = (
ImageView
) view.findViewById(R.id.friction_icon);
199
private void bindFrictionImage(
ImageView
frictionImageView) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileBaseView.java
36
import android.widget.
ImageView
;
37
import android.widget.
ImageView
.ScaleType;
59
private final
ImageView
mBg;
78
mBg = new
ImageView
(getContext());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarMobileView.java
35
import android.widget.
ImageView
;
57
private
ImageView
mIn;
58
private
ImageView
mOut;
59
private
ImageView
mMobile, mMobileType, mMobileRoaming;
StatusBarWifiView.java
38
import android.widget.
ImageView
;
58
private
ImageView
mWifiIcon;
59
private
ImageView
mIn;
60
private
ImageView
mOut;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java
45
import android.widget.
ImageView
;
107
if (child instanceof
ImageView
) {
108
ImageView
imageView
= (
ImageView
) child;
132
imageView
.setImageDrawable(drawable);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java
23
import android.widget.
ImageView
;
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
TestBase.java
31
import android.widget.
ImageView
;
Completed in 1278 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>