OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hotseat
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher2/
print_db.py
169
#
Hotseat
170
hotseat
= []
variable
172
hotseat
.append(None)
177
hotseat
[screen] = row
178
out.write("<br/><b>
Hotseat
</b><br/>\n")
180
for cell in
hotseat
:
/packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java
49
* A keyboard listener we set on all the
hotseat
buttons.
243
* Handles key events in the workspace
hotseat
(bottom of the screen).
250
// orientations, even though the
hotseat
is on the side in landscape mode. This
425
final ViewGroup
hotseat
= (ViewGroup) launcher.findViewById(R.id.
hotseat
);
local
501
} else if (
hotseat
!= null) {
502
hotseat
.requestFocus();
LauncherProvider.java
746
// Add default
hotseat
icons
1407
final SparseArray<ContentValues>
hotseat
= new SparseArray<ContentValues>();
local
[
all
...]
DeviceProfile.java
138
// Ensure that we have an odd number of
hotseat
items (since we need to place all apps)
140
throw new RuntimeException("All Device Profiles must have an odd number of
hotseat
spaces");
208
// Snap to the closest
hotseat
size
236
// Interpolate the
hotseat
icon size
241
//
Hotseat
387
//
Hotseat
590
// Pad the left and right of the workspace with search/
hotseat
bar sizes
618
// Pad the top and bottom of the workspace with search/
hotseat
bar sizes
735
// Layout the
hotseat
736
View
hotseat
= launcher.findViewById(R.id.hotseat)
local
[
all
...]
Workspace.java
2348
final View
hotseat
= mLauncher.getHotseat();
local
2917
Hotseat
hotseat
= mLauncher.getHotseat();
local
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java
52
* A keyboard listener we set on all the
hotseat
buttons.
491
* Handles key events in the workspace
hotseat
(bottom of the screen).
502
// orientations, even though the
hotseat
is on the side in landscape mode. This
670
final ViewGroup
hotseat
= (ViewGroup) launcher.findViewById(R.id.
hotseat
);
local
740
} else if (
hotseat
!= null) {
741
hotseat
.requestFocus();
[
all
...]
/packages/apps/Launcher3/
print_db.py
230
#
Hotseat
231
hotseat
= []
variable
233
hotseat
.append(None)
238
hotseat
[screen] = row
239
out.write("<br/><b>
Hotseat
</b><br/>\n")
241
for cell in
hotseat
:
Completed in 234 milliseconds