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

1 2

  /frameworks/rs/
rsFBOCache.h 41 void updateSize() { mDirty = true; }
rsProgramVertex.h 56 void updateSize(Context *rsc);
rsScriptC_LibGL.cpp 96 rsc->mStateVertex.updateSize(rsc);
102 rsc->mStateVertex.updateSize(rsc);
107 rsc->mStateVertex.updateSize(rsc);
112 rsc->mStateVertex.updateSize(rsc);
117 rsc->mStateVertex.updateSize(rsc);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFBOCache.h 41 void updateSize() { mDirty = true; }
rsProgramVertex.h 56 void updateSize(Context *rsc);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFBOCache.h 41 void updateSize() { mDirty = true; }
rsProgramVertex.h 56 void updateSize(Context *rsc);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFBOCache.h 41 void updateSize() { mDirty = true; }
rsProgramVertex.h 56 void updateSize(Context *rsc);
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 35 updateSize(width, height);
95 native void updateSize(int w, int h);
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 35 updateSize(width, height);
95 native void updateSize(int w, int h);
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 26 void updateSize();
  /external/skia/include/views/
SkOSWindow_Win.h 26 void updateSize();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 77 mOverlay.updateSize(x, y, w, h);
124 public void updateSize(int x, int y, int w, int h) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 68 updateSize();
125 updateSize();
182 public void updateSize() {
244 updateSize();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 332 protected abstract void updateSize();
357 updateSize();
466 updateSize();
478 protected void updateSize() {
503 mPresentation.updateSize(width, height);
556 public void updateSize(int width, int height) {
606 protected void updateSize() {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 332 protected abstract void updateSize();
357 updateSize();
466 updateSize();
478 protected void updateSize() {
503 mPresentation.updateSize(width, height);
556 public void updateSize(int width, int height) {
606 protected void updateSize() {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 335 protected abstract void updateSize();
360 updateSize();
469 updateSize();
481 protected void updateSize() {
506 mPresentation.updateSize(width, height);
559 public void updateSize(int width, int height) {
609 protected void updateSize() {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 332 protected abstract void updateSize();
357 updateSize();
466 updateSize();
478 protected void updateSize() {
503 mPresentation.updateSize(width, height);
556 public void updateSize(int width, int height) {
606 protected void updateSize() {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h 93 void updateSize() const;
BitmapImage.cpp 169 void BitmapImage::updateSize() const
181 updateSize();
187 updateSize();
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 263 updateSize(-1);
288 updateSize(data.getCount());
327 private void updateSize(int size) {
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 180 updateSize();
  /external/skia/src/xml/
SkJS.cpp 180 updateSize();
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 74 void SkOSWindow::updateSize()
247 win->updateSize();

Completed in 909 milliseconds

1 2