Searched refs:mKeyImageViews (Results 1 – 1 of 1) sorted by relevance
71 private ImageView[] mKeyImageViews; field in LeanbackKeyboardView345 if (mKeyImageViews != null) { in createKeyImageViews()346 for (ImageView view : mKeyImageViews) { in createKeyImageViews()349 mKeyImageViews = null; in createKeyImageViews()353 if (mKeyImageViews == null) { in createKeyImageViews()354 mKeyImageViews = new ImageView[totalKeys]; in createKeyImageViews()355 } else if (mKeyImageViews[keyIndex] != null) { in createKeyImageViews()356 removeView(mKeyImageViews[keyIndex]); in createKeyImageViews()358 mKeyImageViews[keyIndex] = createKeyImageView(keyIndex); in createKeyImageViews()383 if (mKeyImageViews[keyIndex] != null) { in invalidateKey()[all …]