/development/samples/ApiDemos/src/com/example/android/apis/view/ |
H A D | SecureViewOverlay.java | 45 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 46 measureChildren(widthMeasureSpec, heightMeasureSpec); 48 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
H A D | LabelView.java | 127 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 129 measureHeight(heightMeasureSpec));
|
H A D | InternalSelectionView.java | 98 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 101 measureHeight(heightMeasureSpec));
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
H A D | FixedGridLayout.java | 56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 71 resolveSize(mCellHeight * minCount, heightMeasureSpec));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | PictureLayout.java | 82 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 91 measureChild(child, widthMeasureSpec, heightMeasureSpec); 105 resolveSize(maxHeight, heightMeasureSpec));
|
H A D | CameraPreview.java | 206 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 211 final int height = resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec);
|
H A D | DensityActivity.java | 205 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 206 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
H A D | ColorPickerDialog.java | 91 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
H A D | FixedGridLayout.java | 69 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 82 resolveSize(mCellHeight*count, heightMeasureSpec));
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
H A D | FitCenterFrameLayout.java | 37 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 40 final int height = resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec);
|
H A D | CameraFragment.java | 212 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 219 heightMeasureSpec);
|
/development/samples/Home/src/com/example/android/home/ |
H A D | ApplicationsStackLayout.java | 161 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 162 super.onMeasure(widthMeasureSpec, heightMeasureSpec); 167 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); 168 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
H A D | CustomViewAccessibilityActivity.java | 249 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 261 resolveSizeAndState(minHeight, heightMeasureSpec, 0));
|
H A D | AccessibilityNodeProviderActivity.java | 197 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
H A D | CandidateView.java | 137 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { argument 149 resolveSize(desiredHeight, heightMeasureSpec));
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
H A D | GameView.java | 269 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
argument 272 int h = MeasureSpec.getSize(heightMeasureSpec);
|
/development/samples/training/basic/ActivityLifecycle/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/location-aware/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ... |
/development/samples/training/AnimationsDemo/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/bitmapfun/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ... |