OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIconWidth
(Results
1 - 4
of
4
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java
41
private int
mIconWidth
;
76
mIconWidth
= mZoomIn.getMeasuredWidth();
77
mTotalIconWidth =
mIconWidth
+ ICON_SPACING;
140
mZoomIn.layout(0, 0,
mIconWidth
, height);
141
mZoomOut.layout(mWidth -
mIconWidth
, 0, mWidth, height);
144
mZoomOut.layout(0, 0,
mIconWidth
, height);
145
mZoomIn.layout(mWidth -
mIconWidth
, 0, mWidth, height);
/frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java
54
private int
mIconWidth
= -1;
75
mIconWidth
= mIconHeight = (int) resources.getDimension(android.R.dimen.app_icon_size);
76
mIconTextureWidth = mIconTextureHeight =
mIconWidth
+ (int)(blurPx*2);
115
int width =
mIconWidth
;
/frameworks/base/core/java/android/app/
LauncherActivity.java
250
private int
mIconWidth
= -1;
261
mIconWidth
= mIconHeight = (int) resources.getDimension(
278
int width =
mIconWidth
;
302
final Bitmap thumb = Bitmap.createBitmap(
mIconWidth
, mIconHeight, c);
311
final int x = (
mIconWidth
- width) / 2;
320
final Bitmap thumb = Bitmap.createBitmap(
mIconWidth
, mIconHeight, c);
/packages/apps/Settings/src/com/android/settings/
ActivityPicker.java
325
private final int
mIconWidth
;
337
mIconWidth
= width;
354
int width =
mIconWidth
;
389
final Bitmap thumb = Bitmap.createBitmap(
mIconWidth
, mIconHeight, c);
398
final int x = (
mIconWidth
- width) / 2;
409
final Bitmap thumb = Bitmap.createBitmap(
mIconWidth
, mIconHeight, c);
Completed in 45 milliseconds