OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageView
(Results
526 - 550
of
1034
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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/Settings/src/com/android/car/settings/sound/
VolumeControllerPresenter.java
37
import android.widget.
ImageView
;
101
((
ImageView
) volumeControllerView.findViewById(R.id.icon)).setImageResource(iconResId);
/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/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
31
import android.widget.
ImageView
;
108
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/search2/
SearchViewHolder.java
26
import android.widget.
ImageView
;
47
public final
ImageView
iconView;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ContentFragment.java
29
import android.widget.
ImageView
;
124
public
ImageView
getIcon() {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
WindowLocationUtil.java
24
import android.widget.
ImageView
;
27
* Utility class for View/
ImageView
locations and clip bounds etc.
108
* get clip and unclipped bounds of
ImageView
inside a window
110
public static void getImageLocationsInWindow(
ImageView
view,
/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);
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java
16
.clazz(android.widget.
ImageView
.class.getName())
/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/java/com/android/internal/view/menu/
ListMenuItemView.java
29
import android.widget.
ImageView
;
41
private
ImageView
mIconView;
46
private
ImageView
mSubMenuArrowView;
257
mIconView = (
ImageView
) inflater.inflate(com.android.internal.R.layout.list_menu_item_icon,
/frameworks/base/tools/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 2389 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>