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

1 2 3 4 5

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
OnSizeChangedListener.java 24 public void onSizeChanged(int newHeight);
ExpandableListItem.java 84 public void onSizeChanged(int newHeight) {
85 setExpandedHeight(newHeight);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
EmbeddedContentContainer.java 39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) {
40 super.onSizeChanged(newWidth, newHeight, oldWidth, oldHeight);
42 mSizeChangeListener.onSizeChanged(newWidth, newHeight);
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer.h 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
animatable_view.h 41 - (void)setHeight:(CGFloat)newHeight;
43 // Starts a new animation to the given |newHeight| for the given |duration|.
45 - (void)animateToNewHeight:(CGFloat)newHeight
view_resizer_pong.h 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDownsample.java 69 int newHeight = orig_h * p / 100;
72 if (newWidth <= 0 || newHeight <= 0 || newWidth >= w || newHeight >= h) {
75 Bitmap ret = Bitmap.createScaledBitmap(bitmap, newWidth, newHeight, true);
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 125 int newHeight;
133 newHeight = rootView.getHeight();
135 while (Math.abs(newHeight - origHeight) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
136 newHeight = rootView.getHeight();
139 return (Math.abs(origHeight - newHeight) >= IME_MIN_HEIGHT);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java 168 int newHeight = (int) originalHeight;
172 newHeight = (int) Math.round(originalHeight * scale);
175 Bitmap.createScaledBitmap(originalBitmap, newWidth, newHeight, true);
187 int newHeight = (int) originalHeight;
191 newHeight = (int) Math.round(originalHeight * scale);
193 Bitmap bitmap = Bitmap.createBitmap(newWidth, newHeight, bitmapConfig);
196 (float) (newHeight / originalHeight));
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 36 int newHeight, int newWidth);
  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 49 etc1_uint32 newHeight = origHeight * factor;
51 etc1_uint32 newDataSz = etc1_get_encoded_data_size(newWidth, newHeight);
54 etc1_pkm_format_header(newData, newWidth, newHeight);
63 etc1_uint32 newBlocksY = (newHeight >> 2);
  /external/chromium_org/third_party/skia/gm/
etc1bitmap.cpp 46 int newHeight = (blockHeight - 1) << 2;
48 size_t newDataSz = etc1_get_encoded_data_size(newWidth, newHeight) + ETC_PKM_HEADER_SIZE;
53 etc1_pkm_format_header(newData, newWidth, newHeight);
66 *height = newHeight;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscossprite.c 218 int newWidth, newHeight;
232 newHeight = (currHeight >> oldYeig) << this->hidden->yeig;
236 if (currHeight <= newHeight)
238 extent[1] = -newHeight;
  /external/skia/bench/
ETCBitmapBench.cpp 49 etc1_uint32 newHeight = origHeight * factor;
51 etc1_uint32 newDataSz = etc1_get_encoded_data_size(newWidth, newHeight);
54 etc1_pkm_format_header(newData, newWidth, newHeight);
63 etc1_uint32 newBlocksY = (newHeight >> 2);
  /external/skia/gm/
etc1bitmap.cpp 46 int newHeight = (blockHeight - 1) << 2;
48 size_t newDataSz = etc1_get_encoded_data_size(newWidth, newHeight) + ETC_PKM_HEADER_SIZE;
53 etc1_pkm_format_header(newData, newWidth, newHeight);
66 *height = newHeight;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageFrame.cpp 104 bool ImageFrame::setSize(int newWidth, int newHeight)
109 m_bitmap.setInfo(SkImageInfo::MakeN32Premul(newWidth, newHeight));
  /external/chromium_org/extensions/test/data/web_view/apitest/
main.js 130 embedder.test.assertTrue(e.newHeight >= 110 && e.newHeight <= 120);
139 embedder.test.assertEq(100, e.newHeight);
181 embedder.test.assertTrue(e.newHeight >= 100 && e.newHeight <= 110);
204 embedder.test.assertEq(200, e.newHeight);
210 embedder.test.assertEq(50, e.newHeight);
285 e.newWidth + ' X ' + e.newHeight);
290 embedder.test.assertEq(200, e.newHeight);
306 embedder.test.assertTrue(e.newHeight >= 200)
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 59 int newHeight, int newWidth) {
60 mImage = new unsigned char[newHeight * newWidth * inputChannel];
63 newHeight, newWidth, inputChannel);
64 mHeight = newHeight;
71 int heightScale = inputHeight / newHeight;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) {
171 if (newY + newHeight < 0) {
190 control.setData("oldHeight", newHeight);
195 if (oldWidth == newWidth && oldHeight == newHeight) {
201 control.setBounds(newX, newY, newWidth, newHeight);
  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 182 int newHeight = (int) (orgHeight / ratio);
185 if (newWidth <= 0 || newHeight <= 0) {
192 return Bitmap.createScaledBitmap(orgBitmap, newWidth, newHeight, true);
  /external/chromium_org/chrome/renderer/resources/extensions/
extension_options_events.js 26 fields:['newWidth', 'newHeight', 'oldWidth', 'oldHeight']
71 extensionOptionsEvent.newHeight,
extension_options.js 154 function(newWidth, newHeight, oldWidth, oldHeight) {
158 newHeight: newHeight,
163 this.resize(newWidth, newHeight, oldWidth, oldHeight);
176 function(newWidth, newHeight, oldWidth, oldHeight) {
178 this.browserPluginNode.style.height = newHeight + 'px';
185 if (newHeight > this.minheight)
186 this.minheight = newHeight;
290 this.deferredAutoSizeState.newHeight,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 107 int newHeight = state.height;
149 if (height != newHeight) {
150 child.setActualHeight(newHeight, false /* notifyListeners */);
171 updateChildClip(child, newHeight, state.topOverLap);
  /external/clang/www/analyzer/scripts/
expandcollapse.js 143 var newHeight;
149 newHeight = CLIP_HEIGHT;
154 newHeight = cellInfo.height;
163 expandableDiv.style.height = newHeight + "px";
168 if (state.height > newHeight) {
170 data.style.height = (newHeight - EXPANDER_HEIGHT) + "px";
188 window.scrollBy(0, newHeight - cellInfo.height);
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java 57 private Bitmap scaleBitmap(Bitmap bitmapToScale, float newWidth, float newHeight)
68 matrix.postScale(newWidth / width, newHeight / height);

Completed in 728 milliseconds

1 2 3 4 5