Searched refs:mOnLightBackground (Results 1 – 2 of 2) sorted by relevance
90 private boolean mOnLightBackground; field in AppWidgetHostView371 mOnLightBackground = onLightBackground; in setOnLightBackground()414 if (mOnLightBackground) { in applyRemoteViews()
105 private final boolean mOnLightBackground; field in RemoteViewsAdapter842 mOnLightBackground = intent.getBooleanExtra(EXTRA_REMOTEADAPTER_ON_LIGHT_BACKGROUND, false); in RemoteViewsAdapter()1133 layout.setOnLightBackground(mOnLightBackground); in getView()