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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 66 int widthSpecMode = MeasureSpec.EXACTLY;
67 super.onMeasure(MeasureSpec.makeMeasureSpec(widthSpecSize, widthSpecMode),
PagedViewCellLayoutChildren.java 79 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
PagedViewCellLayout.java 171 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
177 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
198 // Initial values correspond to widthSpecMode == MeasureSpec.EXACTLY
201 if (widthSpecMode == MeasureSpec.AT_MOST) {
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewGridLayout.java 66 int widthSpecMode = MeasureSpec.EXACTLY;
67 super.onMeasure(MeasureSpec.makeMeasureSpec(widthSpecSize, widthSpecMode),
PagedViewCellLayoutChildren.java 79 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
PagedViewCellLayout.java 165 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
171 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
192 // Initial values correspond to widthSpecMode == MeasureSpec.EXACTLY
195 if (widthSpecMode == MeasureSpec.AT_MOST) {
CellLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 144 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
149 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) {
162 } else if (widthSpecMode == MeasureSpec.EXACTLY) {
174 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
187 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
    [all...]
AdapterViewAnimator.java 694 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
716 if (widthSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]
SlidingDrawer.java 260 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
266 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]
ImageView.java 774 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
791 resizeWidth = widthSpecMode != MeasureSpec.EXACTLY;
    [all...]
StackView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 141 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
148 if (widthSpecMode == MeasureSpec.AT_MOST) {
150 } else if (widthSpecMode == MeasureSpec.EXACTLY) {
SlidingTab.java 473 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
480 if (widthSpecMode == MeasureSpec.UNSPECIFIED
483 +"(wspec=" + widthSpecMode + ", hspec=" + heightSpecMode + ")",
    [all...]

Completed in 1848 milliseconds