HomeSort by relevance Sort by last modified time
    Searched refs:getMeasuredWidthAndState (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
WeekButton.java 54 if (View.MeasureSpec.getMode(getMeasuredWidthAndState()) != MeasureSpec.EXACTLY) {
  /packages/apps/MusicFX/src/com/android/musicfx/
SeekBarRotator.java 59 child.getMeasuredWidthAndState());
  /frameworks/support/compat/honeycomb/android/support/v4/view/
ViewCompatHC.java 46 public static int getMeasuredWidthAndState(View view) {
47 return view.getMeasuredWidthAndState();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ButtonBarLayout.java 82 final int measuredWidth = getMeasuredWidthAndState();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ButtonBarLayout.java 93 final int measuredWidth = ViewCompat.getMeasuredWidthAndState(this);
SwitchCompat.java 842 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 99 final int measuredWidth = getMeasuredWidthAndState();
DialogViewAnimator.java 73 state |= child.getMeasuredWidthAndState() & MEASURED_STATE_MASK;
  /frameworks/support/compat/java/android/support/v4/view/
ViewCompat.java 264 * Bits of {@link #getMeasuredWidthAndState} and
265 * {@link #getMeasuredWidthAndState} that provide the actual measured size.
270 * Bits of {@link #getMeasuredWidthAndState} and
271 * {@link #getMeasuredWidthAndState} that provide the additional state bits.
284 * Bit of {@link #getMeasuredWidthAndState} and
285 * {@link #getMeasuredWidthAndState} that indicates the measured size
401 int getMeasuredWidthAndState(View view);
625 public int getMeasuredWidthAndState(View view) {
    [all...]
  /frameworks/base/core/java/android/widget/
DayPickerView.java 193 final int measuredWidthAndState = viewPager.getMeasuredWidthAndState();
Switch.java 872 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight);
    [all...]
  /frameworks/support/percent/src/android/support/percent/
PercentLayoutHelper.java 323 int state = ViewCompat.getMeasuredWidthAndState(view) & ViewCompat.MEASURED_STATE_MASK;
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.jar 
android-4.4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 483 milliseconds

1 2