HomeSort by relevance Sort by last modified time
    Searched defs:onResize (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/ui/keyboard/resources/
main.js 5 var onResize = function() {
59 addEventListener('resize', onResize);
61 addEventListener('load', onResize);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 82 protected void onResize(float w, float h) {
83 super.onResize(w, h);
RectShape.java 43 protected void onResize(float width, float height) {
Shape.java 74 onResize(width, height);
94 protected void onResize(float width, float height) {}
PathShape.java 34 private float mScaleX; // cached from onResize
35 private float mScaleY; // cached from onResize
63 protected void onResize(float width, float height) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FontView.js 91 onResize: function()
SidebarView.js 76 onResize: function()
78 WebInspector.SplitView.prototype.onResize.call(this);
PaintProfilerView.js 59 onResize: function()
View.js 113 this._notify(this.onResize);
140 this._notify(this.onResize);
165 onResize: function()
512 onResize: function()
InspectorView.js 386 onResize: function()
TimelineOverviewPane.js 67 onResize: function()
FlameChart.js 403 onResize: function()
882 onResize: function()
ConsoleView.js 279 onResize: function()
    [all...]
ElementsPanel.js 188 onResize: function()
    [all...]
MemoryStatistics.js 232 onResize: function()
TextEditor.js 179 onResize: function() { },
HeapSnapshotDataGrids.js 423 onResize: function()
425 WebInspector.HeapSnapshotSortableDataGrid.prototype.onResize.call(this);
    [all...]
HeapSnapshotView.js 230 onResize: function()
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 120 protected void onResize(float width, float height) {
121 super.onResize(width, height);
  /external/chromium_org/remoting/webapp/
client_screen.js 47 remoting.onResize = function() {
49 remoting.clientSession.onResize();
client_session.js 956 remoting.ClientSession.prototype.onResize = function() {
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 720 function onResize() {
989 window.addEventListener('resize', onResize);
990 onResize();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 382 self._rootwindow.bind('<Configure>', self.onResize)
418 def onResize(self, event):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 382 self._rootwindow.bind('<Configure>', self.onResize)
418 def onResize(self, event):
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 805 milliseconds

1 2