OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtypecount
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java
85
final int
subtypeCount
= subtypes.size();
86
if (
subtypeCount
== 0) {
89
for (int j = 0; j <
subtypeCount
; ++j) {
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
79
final int
subtypeCount
= imi.getSubtypeCount();
80
for (int i = 0; i <
subtypeCount
; ++i) {
161
final int
subtypeCount
= imi.getSubtypeCount();
162
for (int i = 0; i <
subtypeCount
; ++i) {
171
final int
subtypeCount
= imi.getSubtypeCount();
172
for (int i = 0; i <
subtypeCount
; ++i) {
210
final int
subtypeCount
= imi.getSubtypeCount();
211
for (int i = 0; i <
subtypeCount
; ++i) {
521
final int
subtypeCount
= info.getSubtypeCount();
522
for (int i = 0; i <
subtypeCount
; ++i)
[
all
...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java
211
final int
subtypeCount
= imi.getSubtypeCount();
212
for (int i = 0; i <
subtypeCount
; ++i) {
333
final int
subtypeCount
= imi.getSubtypeCount();
334
for (int i = 0; i <
subtypeCount
; ++i) {
354
final int
subtypeCount
= imi.getSubtypeCount();
355
for (int i = 0; i <
subtypeCount
; ++i) {
InputMethodAndSubtypeEnabler.java
229
final int
subtypeCount
= imi.getSubtypeCount();
230
if (
subtypeCount
<= 1) continue;
256
if (
subtypeCount
> 0) {
257
for (int j = 0; j <
subtypeCount
; ++j) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java
622
final int
subtypeCount
= subtypes.size();
623
if (
subtypeCount
== 0) {
626
for (int j = 0; j <
subtypeCount
; ++j) {
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 1401 milliseconds