OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BubbleTextShadowHandler
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java
26
import com.android.launcher3.BubbleTextView.
BubbleTextShadowHandler
;
37
implements
BubbleTextShadowHandler
{
/packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java
325
if (parent != null && parent.getParent() instanceof
BubbleTextShadowHandler
) {
326
((
BubbleTextShadowHandler
) parent.getParent()).setPressedIcon(
640
public interface
BubbleTextShadowHandler
{
CellLayout.java
50
import com.android.launcher3.BubbleTextView.
BubbleTextShadowHandler
;
65
public class CellLayout extends ViewGroup implements
BubbleTextShadowHandler
{
[
all
...]
Completed in 2742 milliseconds