HomeSort by relevance Sort by last modified time
    Searched refs:widthMode (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 58 final int widthMode = getMode(widthMeasureSpec);
70 if (widthMode == AT_MOST && widthWeight > 0.0f) {
  /packages/apps/Camera/src/com/android/camera/ui/
PopupWindow.java 74 int widthMode = MeasureSpec.getMode(widthSpec);
75 if (widthMode != MeasureSpec.UNSPECIFIED) {
80 - mAnchor.getWidth() + mAnchorOffset), widthMode);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 390 final int widthMode = MeasureSpec.getMode(widthMeasureSpec);
395 if (widthMode == MeasureSpec.EXACTLY) {
409 if (widthSize > measuredWidth || widthMode == MeasureSpec.AT_MOST) {
  /frameworks/base/core/java/android/widget/
AnalogClock.java 131 int widthMode = MeasureSpec.getMode(widthMeasureSpec);
139 if (widthMode != MeasureSpec.UNSPECIFIED && widthSize < mDialWidth) {
LinearLayout.java 336 final int widthMode = MeasureSpec.getMode(widthMeasureSpec);
423 if (widthMode != MeasureSpec.EXACTLY && lp.width == LayoutParams.MATCH_PARENT) {
541 boolean matchWidthLocally = widthMode != MeasureSpec.EXACTLY &&
562 if (!allFillParent && widthMode != MeasureSpec.EXACTLY) {
622 final int widthMode = MeasureSpec.getMode(widthMeasureSpec);
641 final boolean isExactly = widthMode == MeasureSpec.EXACTLY;
664 if (widthMode == MeasureSpec.EXACTLY && lp.width == 0 && lp.weight > 0) {
689 // widthMode is either UNSPECIFIED or AT_MOST, and this
784 if (useLargestChild && widthMode == MeasureSpec.AT_MOST) {
    [all...]
AbsSpinner.java 165 int widthMode = MeasureSpec.getMode(widthMeasureSpec);
218 if (widthMode == MeasureSpec.UNSPECIFIED) {
RelativeLayout.java 312 int widthMode = MeasureSpec.getMode(widthMeasureSpec);
318 if (widthMode != MeasureSpec.UNSPECIFIED) {
326 if (widthMode == MeasureSpec.EXACTLY) {
354 final boolean isWrapContentWidth = widthMode != MeasureSpec.EXACTLY;
    [all...]
HorizontalScrollView.java 308 final int widthMode = MeasureSpec.getMode(widthMeasureSpec);
309 if (widthMode == MeasureSpec.UNSPECIFIED) {
    [all...]
GridView.java     [all...]
ListView.java     [all...]
TextView.java     [all...]
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 164 final int widthMode = MeasureSpec.getMode(widthMeasureSpec);
170 if (widthMode != MeasureSpec.EXACTLY || heightMode != MeasureSpec.EXACTLY) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 516 final int widthMode = MeasureSpec.getMode(widthMeasureSpec);
517 if (widthMode != MeasureSpec.EXACTLY) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 454 milliseconds