OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widgetCount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java
141
final int
widgetCount
= parent.getChildCount();
177
if (widgetIndex < (
widgetCount
- 1)) {
208
int newWidgetIndex = Math.min(
widgetCount
- 1, ((y + 1) * cellCountX) + x);
250
child = parent.getChildAt(
widgetCount
- 1);
267
parent.getChildAt(
widgetCount
- 1).requestFocus();
[
all
...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java
576
final int
widgetCount
= provider.widgets.size();
577
if (
widgetCount
== 0) {
608
for (int j = 0; j <
widgetCount
; j++) {
627
final int
widgetCount
= provider.widgets.size();
628
for (int j = 0; j <
widgetCount
; j++) {
[
all
...]
Completed in 179 milliseconds