OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWidgetLoadingId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetHostViewLoader.java
39
@Thunk int
mWidgetLoadingId
= -1;
64
if (
mWidgetLoadingId
!= -1) {
65
mLauncher.getAppWidgetHost().deleteAppWidgetId(
mWidgetLoadingId
);
66
mWidgetLoadingId
= -1;
100
mWidgetLoadingId
= mLauncher.getAppWidgetHost().allocateAppWidgetId();
102
Log.d(TAG, "Binding widget, id: " +
mWidgetLoadingId
);
105
mWidgetLoadingId
, pInfo, options)) {
117
Log.d(TAG, "Inflating widget, id: " +
mWidgetLoadingId
);
119
if (
mWidgetLoadingId
== -1) {
123
(Context) mLauncher,
mWidgetLoadingId
, pInfo)
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
218
int
mWidgetLoadingId
= -1;
599
mWidgetLoadingId
= mLauncher.getAppWidgetHost().allocateAppWidgetId();
601
mWidgetLoadingId
, info.info.getProfile(), info.componentName, options)) {
615
getAppWidgetHost().createView(getContext(),
mWidgetLoadingId
, pInfo);
659
if (
mWidgetLoadingId
!= -1) {
660
mLauncher.getAppWidgetHost().deleteAppWidgetId(
mWidgetLoadingId
);
667
if (
mWidgetLoadingId
!= -1) {
668
mLauncher.getAppWidgetHost().deleteAppWidgetId(
mWidgetLoadingId
);
677
mWidgetLoadingId
= -1;
[
all
...]
Completed in 33 milliseconds