Searched refs:mFunctionRowKeys (Results 1 – 1 of 1) sorted by relevance
55 private final int[] mFunctionRowKeys; field in KeyGlyphMap77 mFunctionRowKeys = functionRowKeys; in KeyGlyphMap()85 mFunctionRowKeys = new int[in.readInt()]; in KeyGlyphMap()86 in.readIntArray(mFunctionRowKeys); in KeyGlyphMap()97 dest.writeInt(mFunctionRowKeys.length); in writeToParcel()98 dest.writeIntArray(mFunctionRowKeys); in writeToParcel()172 return mFunctionRowKeys; in getFunctionRowKeys()250 + ", mFunctionRowKeys=" + Arrays.toString(mFunctionRowKeys) in toString()