OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:previousView
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TileLayout.java
96
View
previousView
= this;
100
previousView
= record.tileView.updateAccessibilityOrder(
previousView
);
QuickQSPanel.java
245
View
previousView
= this;
248
previousView
= record.tileView.updateAccessibilityOrder(
previousView
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileBaseView.java
140
* @param
previousView
the view which should be before this one
143
public View updateAccessibilityOrder(View
previousView
) {
144
setAccessibilityTraversalAfter(
previousView
.getId());
/packages/apps/Messaging/src/com/android/messaging/ui/
MultiAttachmentLayout.java
237
final ViewWrapper
previousView
= previousViews.get(j);
238
if (
previousView
.attachment.equals(attachment) &&
239
!(
previousView
.attachment instanceof PendingAttachmentData)) {
240
attachmentWrapper =
previousView
;
/frameworks/base/core/java/android/widget/
AdapterViewAnimator.java
507
View
previousView
= mViewsMap.get(index).view;
511
transformViewForTransition(oldRelativeIndex, -1,
previousView
, animate);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java
[
all
...]
Completed in 460 milliseconds