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

  /frameworks/support/v4/honeycomb/android/support/v4/view/
ViewCompatHC.java 44 public static int getMeasuredWidthAndState(View view) {
45 return view.getMeasuredWidthAndState();
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
WeekButton.java 54 if (View.MeasureSpec.getMode(getMeasuredWidthAndState()) != MeasureSpec.EXACTLY) {
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 171 * Bits of {@link #getMeasuredWidthAndState} and
172 * {@link #getMeasuredWidthAndState} that provide the actual measured size.
177 * Bits of {@link #getMeasuredWidthAndState} and
178 * {@link #getMeasuredWidthAndState} that provide the additional state bits.
191 * Bit of {@link #getMeasuredWidthAndState} and
192 * {@link #getMeasuredWidthAndState} that indicates the measured size
227 public int getMeasuredWidthAndState(View view);
341 public int getMeasuredWidthAndState(View view) {
414 public int getMeasuredWidthAndState(View view) {
415 return ViewCompatHC.getMeasuredWidthAndState(view)
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 504 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight);
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 208 milliseconds