OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BubbleTextView
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java
36
public class
BubbleTextView
extends TextView {
64
public
BubbleTextView
(Context context) {
69
public
BubbleTextView
(Context context, AttributeSet attrs) {
74
public
BubbleTextView
(Context context, AttributeSet attrs, int defStyle) {
154
* Draw this
BubbleTextView
into the given Canvas.
165
getExtendedPaddingTop() - (int)
BubbleTextView
.PADDING_V + getLayout().getLineTop(0);
Hotseat.java
104
BubbleTextView
allAppsButton = (
BubbleTextView
)
FolderIcon.java
81
private
BubbleTextView
mFolderName;
132
icon.mFolderName = (
BubbleTextView
) icon.findViewById(R.id.folder_icon_name);
Workspace.java
[
all
...]
FocusHelper.java
589
* Private helper method to find the index of the next
BubbleTextView
or FolderIcon in the
595
// Then we find the next
BubbleTextView
offset by delta from i
600
if (newV instanceof
BubbleTextView
|| newV instanceof FolderIcon) {
618
* Private helper method to find the next closest
BubbleTextView
or FolderIcon in the direction
640
(newV instanceof
BubbleTextView
|| newV instanceof FolderIcon)) {
[
all
...]
CellLayout.java
121
private
BubbleTextView
mPressedOrFocusedIcon;
318
private void invalidateBubbleTextView(
BubbleTextView
icon) {
338
void setPressedOrFocusedIcon(
BubbleTextView
icon) {
339
// We draw the pressed or focused
BubbleTextView
's background in CellLayout because it
341
BubbleTextView
oldIcon = mPressedOrFocusedIcon;
412
// We draw the pressed or focused
BubbleTextView
's background in CellLayout because it
568
if (child instanceof
BubbleTextView
) {
569
BubbleTextView
bubbleChild = (
BubbleTextView
) child;
[
all
...]
Launcher.java
289
private
BubbleTextView
mWaitingForResume;
[
all
...]
Completed in 310 milliseconds