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/
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 838 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
860 } else if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED)
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 149 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
154 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) {
167 } else if (widthSpecMode == MeasureSpec.EXACTLY) {
179 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
192 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
    [all...]
AdapterViewAnimator.java 699 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
721 if (widthSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]
SlidingDrawer.java 281 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
287 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]
ImageView.java 880 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
897 resizeWidth = widthSpecMode != MeasureSpec.EXACTLY;
    [all...]
StackView.java     [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 308 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
314 if (widthSpecMode == MeasureSpec.EXACTLY) {
316 } else if (widthSpecMode == MeasureSpec.AT_MOST) {
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 146 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
153 if (widthSpecMode == MeasureSpec.AT_MOST) {
155 } else if (widthSpecMode == MeasureSpec.EXACTLY) {
SlidingTab.java 479 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
486 if (widthSpecMode == MeasureSpec.UNSPECIFIED
489 +"(wspec=" + widthSpecMode + ", hspec=" + heightSpecMode + ")",
    [all...]

Completed in 485 milliseconds