OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandButton
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/widget/
ActivityChooserView.java
257
final FrameLayout
expandButton
= (FrameLayout) findViewById(R.id.expand_activities_button);
258
expandButton
.setOnClickListener(mCallbacks);
259
expandButton
.setAccessibilityDelegate(new AccessibilityDelegate() {
266
expandButton
.setOnTouchListener(new ForwardingListener(
expandButton
) {
284
mExpandActivityOverflowButton =
expandButton
;
287
expandButton
.findViewById(R.id.image);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserView.java
246
final FrameLayout
expandButton
= findViewById(R.id.expand_activities_button);
247
expandButton
.setOnClickListener(mCallbacks);
248
expandButton
.setAccessibilityDelegate(new AccessibilityDelegate() {
255
expandButton
.setOnTouchListener(new ForwardingListener(
expandButton
) {
273
mExpandActivityOverflowButton =
expandButton
;
275
(ImageView)
expandButton
.findViewById(R.id.image);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
305
final View
expandButton
= mNotificationHeader.findViewById(
307
expandButton
.setVisibility(VISIBLE);
362
final View
expandButton
= mNotificationHeaderLowPriority.findViewById(
364
expandButton
.setVisibility(VISIBLE);
[
all
...]
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java
462
UiObject
expandButton
= mDevice.findObject(
465
expandButton
.click();
467
expandButton
.click();
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
501
ImageView
expandButton
= header.getExpandButton();
502
if (
expandButton
!= null) {
503
expandButton
.requestAccessibilityFocus();
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar
Completed in 255 milliseconds