HomeSort by relevance Sort by last modified time
    Searched refs:AT_MOST (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]
  /frameworks/support/design/src/android/support/design/widget/
NavigationView.java 217 case MeasureSpec.AT_MOST:
FloatingActionButton.java 512 case MeasureSpec.AT_MOST:
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 201 if (widthSpecMode == MeasureSpec.AT_MOST) {
PagedView.java 533 childWidthMode = MeasureSpec.AT_MOST;
540 childHeightMode = MeasureSpec.AT_MOST;
556 if (heightMode == MeasureSpec.AT_MOST) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
AsyncImageView.java 364 case MeasureSpec.AT_MOST:
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 461 int widthMeasureSpec = MeasureSpec.makeMeasureSpec(mContainer.width(), MeasureSpec.AT_MOST);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 312 final int measureSpec = MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE, MeasureSpec.AT_MOST);
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
ActionMenuView.java 413 cellSize * cellsRemaining, MeasureSpec.AT_MOST);
SearchView.java 793 case MeasureSpec.AT_MOST:
818 case MeasureSpec.AT_MOST:
    [all...]
GridView.java     [all...]
LinearLayout.java 745 // The heightMode is either UNSPECIFIED or AT_MOST, and
833 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) {
    [all...]
RelativeLayout.java 66 * {@link android.view.View.MeasureSpec#AT_MOST AT_MOST} MeasureSpec instead.</p>
710 heightMode = MeasureSpec.AT_MOST;
800 // Child wants to wrap content. Use AT_MOST to communicate
804 childSpecMode = MeasureSpec.AT_MOST;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
ActionMenuView.java 414 cellSize * cellsRemaining, MeasureSpec.AT_MOST);
AppCompatSpinner.java 418 if (mPopup != null && MeasureSpec.getMode(widthMeasureSpec) == MeasureSpec.AT_MOST) {
ScrollingTabContainerView.java 99 (widthMode == MeasureSpec.EXACTLY || widthMode == MeasureSpec.AT_MOST)) {
LinearLayoutCompat.java 642 // heightMode is either UNSPECIFIED or AT_MOST, and this
727 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 287 case MeasureSpec.AT_MOST:
300 case MeasureSpec.AT_MOST:
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 92 (widthMode == MeasureSpec.EXACTLY || widthMode == MeasureSpec.AT_MOST)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]

Completed in 1448 milliseconds

1 2 3 45 6 7