OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mToastBar
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java
323
mToastBar
.hide(false, false /* actionClicked */);
407
mToastBar
.show(getUndoClickedListener(
420
mToastBar
.show(
439
mToastBar
.hide(animated, false /* actionClicked */);
TwoPaneController.java
395
mToastBar
.hide(false, false /* actionClicked */);
480
mToastBar
.show(getUndoClickedListener(convList.getAnimatedAdapter()),
506
(FrameLayout.LayoutParams)
mToastBar
.getLayoutParams();
513
mToastBar
.setLayoutParams(params);
522
mToastBar
.setLayoutParams(params);
528
mToastBar
.setLayoutParams(params);
541
/* animation has ended */!
mToastBar
.isAnimating()) {
542
mToastBar
.hide(animated, false /* actionClicked */);
545
repositionToastBar(
mToastBar
.getOperation());
AbstractActivityController.java
282
protected ActionableToastBar
mToastBar
;
[
all
...]
Completed in 247 milliseconds