OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMeasuredWidth
(Results
151 - 175
of
211
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
135
return mSwipeDirection == X ? v.
getMeasuredWidth
() :
ExpandHelper.java
167
View.MeasureSpec.makeMeasureSpec(mView.
getMeasuredWidth
(),
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java
335
final int titleWidth = mTitleLayout.
getMeasuredWidth
();
/packages/apps/Camera/src/com/android/camera/ui/
Switch.java
183
final int measuredWidth =
getMeasuredWidth
();
/packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java
307
int w = mPopup.
getMeasuredWidth
();
Switch.java
174
final int measuredWidth =
getMeasuredWidth
();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java
596
final int childWidth = child.
getMeasuredWidth
();
/packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java
164
return mSwipeDirection == X ? v.
getMeasuredWidth
() :
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java
391
public int
getMeasuredWidth
() {
/packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java
362
int width = view.
getMeasuredWidth
();
/packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java
472
int x =
getMeasuredWidth
() - width - TEXT_MARGIN_RIGHT;
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java
392
if (getMeasuredHeight() >
getMeasuredWidth
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java
142
return mSwipeDirection == X ? v.
getMeasuredWidth
() :
/frameworks/base/core/java/android/widget/
Gallery.java
854
+ child.
getMeasuredWidth
());
914
int width = child.
getMeasuredWidth
();
[
all
...]
NumberPicker.java
730
final int msrdWdth =
getMeasuredWidth
();
734
final int inptTxtMsrdWdth = mInputText.
getMeasuredWidth
();
764
final int widthSize = resolveSizeAndStateRespectingMinSize(mMinWidth,
getMeasuredWidth
(),
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java
540
float pivotX = v.
getMeasuredWidth
() / 2;
847
currentPage.setPivotX(currentPage.
getMeasuredWidth
() / 2);
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java
676
setMeasuredDimension(
getMeasuredWidth
(), mFixedHeight);
690
setMeasuredDimension(
getMeasuredWidth
(), mFixedHeight);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java
717
final int w = nonScrollingChild.
getMeasuredWidth
();
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java
308
int width =
getMeasuredWidth
();
309
if (child.
getMeasuredWidth
() < width) {
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java
409
assertTrue(mImageView.
getMeasuredWidth
() <= 200);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java
385
public final int
getMeasuredWidth
() {
/frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java
361
final int titleWidth = mTitleLayout.
getMeasuredWidth
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java
542
widthMeasureSpec, heightMeasureSpec,
getMeasuredWidth
(), getMeasuredHeight());
/frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java
342
return view.
getMeasuredWidth
();
[
all
...]
/packages/apps/Browser/src/com/android/browser/view/
PieMenu.java
258
int w = view.
getMeasuredWidth
();
Completed in 265 milliseconds
1
2
3
4
5
6
7
8
9