Skip to content
Snippets Groups Projects
  1. Jan 27, 2014
  2. Jan 25, 2014
  3. Jan 24, 2014
  4. Jan 23, 2014
  5. Jan 22, 2014
    • Jean Chalard's avatar
      [IL65] Pull up X,Y processing, step 4 · a91dfff5
      Jean Chalard authored
      This works because getKey{X,Y} is a no-op on
      Constants.NOT_A_COORDINATE.
      
      Bug: 8636060
      Change-Id: I2f7dd96b6011f094110f7978f8ff24ef2a6e2585
      a91dfff5
    • Jean Chalard's avatar
      [IL64] Pull up X,Y processing, step 3 · 352286a4
      Jean Chalard authored
      Bug: 8636060
      Change-Id: Ic051e5d5514d270101b0571a2d30e2caa8f85bc1
      352286a4
    • Jean Chalard's avatar
      [IL63] Pull up X,Y processing, step 2 · b8216a4e
      Jean Chalard authored
      This also fixes the coordinates passed to logOnDelete and
      log onSeparator.
      
      Bug: 8636060
      Change-Id: I4703d61ad7de76b501adca18df3a69e06450c9a1
      b8216a4e
    • Jean Chalard's avatar
      [IL62] Pull up X,Y processing, step 1 · 2b38b5e8
      Jean Chalard authored
      This is fine because getKey{X,Y} is idempotent for any
      non-keyboard coordinate value.
      
      However this makes a net change : the x,y values passed to
      LatinImeLoggerUtils.onNonSeparator are now different.
      The point is however that they used to be wrong. The logged
      values used not to account for the keyboard padding that
      is present on tablets, and in the simulating tools we don't
      know about that padding so we couldn't use the coordinates.
      The catch here is that other calls like LoggerUtils.onSeparator
      should follow suit, but this is too big a change to do it at once.
      Follow-up changes will fix them too.
      
      Bug: 8636060
      Change-Id: If4b3d3cb1ed4b44c35f23e66aba3b5797236bba7
      2b38b5e8
    • Jean Chalard's avatar
  6. Jan 20, 2014
  7. Jan 19, 2014
Loading