OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceProfileCallbacks
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
63
public static interface
DeviceProfileCallbacks
{
134
private ArrayList<
DeviceProfileCallbacks
> mCallbacks = new ArrayList<
DeviceProfileCallbacks
>();
291
void addCallback(
DeviceProfileCallbacks
cb) {
295
void removeCallback(
DeviceProfileCallbacks
cb) {
360
for (
DeviceProfileCallbacks
cb : mCallbacks) {
[
all
...]
LauncherAppState.java
42
public class LauncherAppState implements DeviceProfile.
DeviceProfileCallbacks
{
Completed in 473 milliseconds