OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteInputView
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
42
import com.android.systemui.statusbar.policy.
RemoteInputView
;
66
private
RemoteInputView
mExpandedRemoteInput;
67
private
RemoteInputView
mHeadsUpRemoteInput;
119
private
RemoteInputView
mCachedExpandedRemoteInput;
120
private
RemoteInputView
mCachedHeadsUpRemoteInput;
[
all
...]
RemoteInputController.java
22
import com.android.systemui.statusbar.policy.
RemoteInputView
;
32
* Keeps track of the currently active {@link
RemoteInputView
}s.
BaseStatusBar.java
111
import com.android.systemui.statusbar.policy.
RemoteInputView
;
440
RemoteInputView
riv = null;
445
riv = (
RemoteInputView
) pv.findViewWithTag(
RemoteInputView
.VIEW_TAG);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java
65
public class
RemoteInputView
extends LinearLayout implements View.OnClickListener, TextWatcher {
94
public
RemoteInputView
(Context context, AttributeSet attrs) {
170
public static
RemoteInputView
inflate(Context context, ViewGroup root,
173
RemoteInputView
v = (
RemoteInputView
)
374
public void stealFocusFrom(
RemoteInputView
other) {
462
private
RemoteInputView
mRemoteInputView;
Completed in 86 milliseconds