HomeSort by relevance Sort by last modified time
    Searched full:updatewidth (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_header.js 42 updateWidth: function() {
88 this.updateWidth();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 137 protected void updateWidth(final String time) {
149 updateWidth(time);
223 protected void updateWidth(final String time) {
224 super.updateWidth(time);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
table.js 251 requestAnimationFrame(this.header_.updateWidth.bind(this.header_));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 421 updateWidth();
461 updateWidth();
467 private void updateWidth() {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 95 public Config updateWidth(int width) {
ConversationItemView.java 678 mConfig.updateWidth(wSize).setLayoutDirection(ViewCompat.getLayoutDirection(this));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DataGrid.js 717 // This is the first call to updateWidth, so the resizers need
    [all...]

Completed in 419 milliseconds