OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ButtonInterface
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ButtonDispatcher.java
26
import com.android.systemui.plugins.statusbar.phone.NavBarButtonProvider.
ButtonInterface
;
94
if (view instanceof
ButtonInterface
) {
95
final
ButtonInterface
button = (
ButtonInterface
) view;
133
if (mViews.get(i) instanceof
ButtonInterface
) {
134
((
ButtonInterface
) mViews.get(i)).setImageDrawable(mImageDrawable);
152
if (mViews.get(i) instanceof
ButtonInterface
) {
153
((
ButtonInterface
) mViews.get(i)).abortCurrentGesture();
187
if (mViews.get(i) instanceof
ButtonInterface
) {
188
((
ButtonInterface
) mViews.get(i)).setDarkIntensity(darkIntensity)
[
all
...]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
NavBarButtonProvider.java
34
* or "ime_switcher", it is expected to implement
ButtonInterface
.
41
interface
ButtonInterface
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java
52
import com.android.systemui.plugins.statusbar.phone.NavBarButtonProvider.
ButtonInterface
;
55
public class KeyButtonView extends ImageView implements
ButtonInterface
{
Completed in 346 milliseconds