Home
last modified time | relevance | path

Searched refs:mFunctionRowKeys (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DKeyGlyphMap.java55 private final int[] mFunctionRowKeys; field in KeyGlyphMap
77 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()